I am runnin ModX on 0.9.6.1 on a windows machine using an unkown version of MySQL.
I keep getting longf delays in the manager start screen with the eventual time out and message it timed out executing command at: -
"config.inc.php on line 60"
Anyone know what might be causing this?
-
☆ A M B ☆
- 24,524 Posts
Looks like a problem with either the session or with setting cookies.
I am really hoping there is work around or a fix.. as I have a client site ready to go and I can’t show them the CMS as it keeps crashing out with this error.
Thank you to those who have responded.
I have just check the PHP Version running on the Fasthosts account this site is running on. The version is PHP Version 4.3.2. and not the PHP 4.3.10 that is stated as the minimum for Modx. I am really surprised that they are running such an old version, however do any PHP Gurus out there know that this older version is missing the session features that is causing me my problem. IE If I get them to update my PHP installation will this fix my problem.
-
☆ A M B ☆
- 24,524 Posts
Does your php.ini have session.auto_start set to ’true’?
Hi there
session.auto_start = Off
I am assuming this might well be my problem, This is shared hosting how do I go about overiding this value?
-
MODX Staff
- 10,725 Posts
That should not be the problem. More likely at issue is the session.save_path.
-
☆ A M B ☆
- 24,524 Posts
Session_auto_start OFF is good.