-
A PHP ERROR WAS ENCOUNTERED Severity: Notice Message: Undefined index: comments Filename: models/blog_posts_model.php Line Number: 470 A PHP ERROR WAS ENCOUNTERED Severity: Warning Message: Invalid ar
-
A Database Error Occurred Error Number: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'author_id` = 1 AND
-
I've been running Fuel fine on *unix based systems, although today I'm installing it on a windows server and I'm having trouble with the BASE_URL. Perhaps it's something to do with my Apache so pleas…
-
https://github.com/daylightstudio/FUEL-CMS/commit/984e09a024bdbcfa00c7614c5183ca9feab184b2
-
it wasn't my debug causing the issue, the errors occur on edit and save. the args are
-
regarding MY_language_helper.php, it's line 65 (I had some debug code it)
-
Message: Cannot modify header information - headers already sent by (output started at /users/david/Sites/astonmartin/fuel/codeigniter/core/Exceptions.php:186)
-
A Database Error Occurred` Error Number: 1066 Not unique table/alias: 'fuel_users' SELECT fuel_blog_posts.*, fuel_blog_users.display_name, CONCAT(fuel_users.first_name, " ", fuel_
-
http://www.getfuelcms.com/blog/2014/06/04/integrating-with-dropbox
-
The fix: https://github.com/daylightstudio/FUEL-CMS/commit/3027b34d96ae4b6207bcf69fad544c55831d3499
-
I just had the same issue, with latest dev version. It looks like the fix (https://github.com/daylightstudio/FUEL-CMS/commit/3027b34d96ae4b6207bcf69fad544c55831d3499) is not in the latest commit. I pu
-
Because at times the history_image field comes already in json string format in the on_before_save hook ["istu\/cc\/1\/16\/history_1.jpg","istu\/cc\/1\/16\/history_2.jpg&a
-
Sorry but I still have somewhere 600 line of code.
-
=> 'width:900px;','order' => '16'); $fields['culture_img'] = array('type' => 'file','overwrite' => TRUE,'display_overwrite' => FALSE, 'accept' => 'g
-
$fields['history_img'] = array('type' => 'file','overwrite' => TRUE,'display_overwrite' => FALSE, 'accept' => 'gif|jpg|jpeg|png','subfolder' => $path,'remove_subfol
-
https://github.com/daylightstudio/FUEL-CMS-Search/commit/facb1ab634221386d560143b583331f2111336e4
-
experiencing a little problem. The password (12369874 for testing reasons only) needs to be encoded and saved as a hash value. Tank Auth provides a function to do so, which need to be included first.
-
function logout() { $this->delete_autologin(); // See http://codeigniter.com/forums/viewreply/662369/ as the reason for the next line $this->ci->session->set_u
-
Severity: Warning Message: Cannot modify header information - headers already sent by (output started at /customers/9/3/8/mysite.com/httpd.www/cms/fuel/codeigniter/core/Exceptions.php:186) Filename:
-
What i did in http://forum.getfuelcms.com/discussion/2304/importing-module-with-same-db-col-name#Comment_8565