help [message #500] |
Tue, 26 December 2006 10:36 |
david.chile3
Messages: 3 Registered: December 2006
|
Junior Member |
|
|
i have installed xampp 1.5.5
i follow de instructions of installation form de www.radicore.org
but i can't log
i have this error
Fatal error: singleton::require_once() [function.require]: Failed opening required 'classes/php_session.class.inc' (include_path='.;D:\xampp\xampp\includes\') in D:\xampp\xampp\includes\std.singleton.php5.inc on line
please someone can help me
|
|
|
Re: help [message #503 is a reply to message #500] |
Wed, 27 December 2006 12:45 |
AJM
Messages: 2371 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
Your include_path directive is wrong. If you read the instructions at http://www.radicore.org/installation.php you will see that it is supposed to contain pointers to four directories:
- radicore/includes
- radicore/menu
- radicore/audit
- radicore/workflow
The file mentioned in your error message - 'classes/php_session.class.inc' - exists in the 'radicore/audit/classes' directory, but as it is not mentioned in your include_path it cannot be found.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|