[Solved] Fatal error (2.1a33) at dashboard's settings with v1.7
Recently I 've upgraded (to 2.1a33), and I use FileUpload v1.7 (from Github) for now...
at front-end it's working ;-) but when I go to your settings page, I see the following text, 20 times, may be 30 times :-( without any style
FileUpload
This plugin enables uploading files and attaching them to discussions and comments.
Realtime progress bars: unavailable
For information on how to enable realtime progress bars, check out Alternative PHP Cache (APC)
and I 've got the following error:Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 71 bytes) in /home/example/public_html/forum/library/core/class.dispatcher.php on line 604
PS: "my" line n°604 is throw new GdnDispatcherControllerFoundException();
NB: APC is not enabled on our server
voilà...
Comments
Increase your PHP memory limit in php.ini
Look for...
memory_limit = 64M
In php.ini
Sorry to be late it's fixed, thank you @hydn, my memory_limit = 256M by default
I can't remember why it's working now... may be by using v1.7.1