Menu Manager Problem?
Posted: Tue Aug 29, 2006 9:09 am
I wonder if any one can help me here.
Editing content on a page and after clicking on submit the browser just sat there doing nothing until PHP timed out, after 30 secs.
Now when I try and access the site I get the following erros
This happens on the front end of the site and I get the following error on the backend when trying to edit pages.
php.ini settings
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 16M ; Maximum amount of memory a script may consume (8MB)
I've now increased these to 45,60,24 but this has made no difference.
The site is running one 1.0-beta4.
Has any one any ideas as to whats going on here? I'm not really sure of the best place to look.
Many Thanks
Richard
Editing content on a page and after clicking on submit the browser just sat there doing nothing until PHP timed out, after 30 secs.
Now when I try and access the site I get the following erros
Code: Select all
Fatal error: Call to a member function on a non-object in /home/sites/fcactivity/www/modules/MenuManager/MenuManager.module.php on line 166
Code: Select all
Fatal error: Call to a member function on a non-object in /home/sites/fcactivity/www/admin/listcontent.php on line 585
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 16M ; Maximum amount of memory a script may consume (8MB)
I've now increased these to 45,60,24 but this has made no difference.
The site is running one 1.0-beta4.
Has any one any ideas as to whats going on here? I'm not really sure of the best place to look.
Many Thanks
Richard