Hi,
Using version 1.6.5 - i have created a large number of content pages (nearly 200) - I had a problem with the Page List disappearing, I would add a new page and it would say added but wouldn't redirect me to the full list of pages - we managed to fix this by turning the indent preference off and clearing the 'collapse' row from the cms_userprefs table.
However every time we now try to expand a root page to view the content underneath it seems to time out and the page list disappears again. We can get the page list back by repeating the above fix but I can't get the content to expand without resulting in the problem again - so I cant currently edit any 2nd level content?
Is there anything causing this or a permanent fix?
Thanks Steve
Help - page list disappearing when trying to expand content
-
- Forum Members
- Posts: 17
- Joined: Sun Sep 20, 2009 10:42 pm
- Location: Portsmouth, UK
Re: Help - page list disappearing when trying to expand content
Hi Steve,
Any yellow or red signs?
Grtz. Rolf
Did you check your system information yet?fireboydesign wrote: it seems to time out
Any yellow or red signs?
Grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
-
- Forum Members
- Posts: 17
- Joined: Sun Sep 20, 2009 10:42 pm
- Location: Portsmouth, UK
Re: Help - page list disappearing when trying to expand content
3 yellow signs :
maximum execution time
30
php safe mode ON
disable_functions in PHP (disable_functions):
disk_total_space, diskfreespa
and no red...
maximum execution time
30
php safe mode ON
disable_functions in PHP (disable_functions):
disk_total_space, diskfreespa
and no red...
Re: Help - page list disappearing when trying to expand content
Steve,
to increase the max. execution time.
Grtz. Rolf
Put into the config.php file:maximum execution time
30
Code: Select all
ini_set('max_execution_time', 60);
CMSMS doesn't support safe mode on. Try to set it to off.php safe mode ON
Grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
-
- Forum Members
- Posts: 17
- Joined: Sun Sep 20, 2009 10:42 pm
- Location: Portsmouth, UK
[solved] Re: Help - page list disappearing when trying to expand content
Thanks! Our existing server provider wouldnt allow us to edit the php config file to control those settings so we have now switched it to a new server.