That almost solved the problem. After adding those lines, the screen goes white (but does not show the memory error).
So I commented the lines of the $foreign_keys and then it worked again but of course I loose the foreign keys functionality. One of…
Hello thank you, that solved the problem and the list appear on screen. BUT when I click on a item in the list to edit, it crashes again the same:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 30 bytes) in /fuel/…
It all happens in my songs_model.php file.The class looks like this:
class Songs_model extends Base_module_model { function __construct() { parent::__construct('songs'); } function list_items($limit = 10, $offset = NULL, …
I tried that but it Still does not work.
It only loads the first language and repeats in the array.
In my example it loads the two times in spanish even if the second time I load
$project_pt = $this->lang->load('project', 'pt', true);
$msg2 …
OK! I try that in the past but it didn't worked for me but now I understand that was because I had "image" instead of "images" (the final "s").
Thank you!
I followed that tutorial:
1- Downloaded the filemanager ZIP (http://www.mixedwaves.com/filemanager_in_ckeditor.zip) and added filemanager directory to the assets/js folder
2- Modify the filemanager/connectors/php/config.php to the fuel paths:
$Conf…
The smallest portion is just the word "eval". In the Fuel CMS module it saves to database ok but the problem happens when you try to get it in a view to the "end user".
If you can't replicate it may be a server's issue (!?) mmmm...
Here I copy my …
This CMS is great! I am from Argentina (but currently living in Spain) and I used to code with CodeIgniter.
Excelent job! I will try to contribute with the project with modules!
Greetings