I'd recommend using tags because the tags model is setup to handle belongs_to_many relationships so you can automatically get all the records for that tag with:
foreach($tag->my_relationship_keys as $my_relationship_key) :
print_r($my_relationsh…
Please post under Bug Reports and provide more information like error messages etc. Have you tried this:
https://codeigniter.com/user_guide/installation/troubleshooting.html
If you are wanting to create a multi-language site, I'd reference this area in the documentation:
http://docs.getfuelcms.com/general/localization
If you are using Form_builder for your form (say as a simple module), you can create a language file a…
Unfortunately, I'd need a bit more information then that. I'd need to see the actual URL having issues, or access to the server. One thing to try may be changing the main RewriteRule in the .htaccess to:
RewriteRule .* index.php/$0 [L]
I haven't actually tested it yet but I would try the 1.4_dev branch which uses CI 3.0 and is better suited for PHP 7 but may need the CI 3.x updated in that branch which hasn't been done in a while.
I would first try updating to the 1.3.1 master branch or the develop branch because I think there were some fixes regarding that in there. Also for the asset selection path, you can use the "folder" parameter and set it to "folder" => "images/cli…
There are 3 configuration values you can set for the blog under Settings in the CMS or can be done manually in the fuel/modules/blog/config/blog.php (settings in the CMS will take precedence):
$config['blog']['theme_path'] = 'themes/default'; // The…
I'm having a hard time replicating the issue. Is there a call to perhaps fuel_nav in the layout that is triggering the error or some other part of the view rendering (maybe in the _variables/global.php)?
So you are saying that your old CI website it worked, however, when trying to integrate it with a a fresh installation of FUEL CMS, the PDF throws that error? If so, what version of CI were you using before? Also, which version of FUEL did you downl…
The default value for the "assets_cache_folder" asset config parameter is just "cache" without the trailing backslash now:
// in the fuel/config/asset.php $config['assets_cache_folder'] = 'cache';
I just pushed a fix it if there is one which will h…
When you say you keep getting information to confirm your email address, is it a notification in the forum in the lower left corner or an email? What does the message say?
Does this fix work which first checks that id exists?
$inputs.each(function(i){ var id = ($(this).is('input[type="radio"], input[type="checkbox"]')) ? $(this).attr('name'): $(this).attr('id'); if (id){ var idArr = id.split('--'); id = idArr[id…
I think you found a bug. Let me know if this fix does the trick in the develop and 1.4_dev branch.
https://github.com/daylightstudio/FUEL-CMS/commit/262bf2f678fe3fd0e0da1142f697332334a6b592
Does your model have a proper record class defined in it as well (minus the "_model" suffix). For example, if you had a model called Food_model, it should have a record class associated with it below that model that's the record class. The Food_mode…
The tags module is primarily used for your simple modules to take advantage. However, you can extend the fuel_pages_model and change the pages module to associate it with the tags module. This thread discussion explains how to do that:
http://forum.…
Thanks for the report. I've posted a fix in the develop branch and 1.4_dev branch:
https://github.com/daylightstudio/FUEL-CMS/commit/afcfb00994ec18779fac63be6068e9876beba962
This may help:
http://forum.getfuelcms.com/discussion/comment/8969#Comment_8969
$config['settings']['offline'] = array('type' => 'checkbox', 'value' => 1);
I just noticed that the homepage wasn't showing offline, so I just pushed a fix for th…
Try adding a slash at the end of the assets_cache_folder config parameter in fuel/application/config/asset.php
$config['assets_cache_folder'] = 'cache/';
I've pushed a fix for this to account for with or without since by default it is without.
http…
The error I'm seeing looks like the database isn't setup with the fuel_schema.sql or configured correctly in the fuel/application/config/database.php file.
You are correct. That looks to be a bug. I've pushed a fix for this into the develop branch for you to test out:
https://github.com/daylightstudio/FUEL-CMS/commit/60da8c6d93f895f833ecbbd0e39e654f9055d71a