Installation Issue

Installation Issue

by Haresh Ghoghari -
Number of replies: 1
In strating of Installation I got following error message.

PHP version

Pass

Session Auto Start

Fail

This should be off Help

Magic Quotes Run Time

Pass

Safe Mode

Pass

File Uploads

Pass

GD version

Pass

Memory Limit

Pass


Then after config.php created and it stopped working and getting following error message


Fatal error: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition object of the object you are trying to operate on was loaded _before_ the session was started in /var/www/html/moodle/lib/weblib.php on line 1986


Thanks in advance

Haresh
Average of ratings: -
In reply to Haresh Ghoghari

Re: Installation Issue

by Bill Burgos -
Hi Haresh,

You would need to change the php.ini settings to read:

session.auto-start = 0

If you cannot change the php.ini settings you can change this in the .htaccess file in the root directory of the moodle installation if you are using Apache:

php_flag session.autostart off