|
Re: logon error [message #5 is a reply to message #4] |
Thu, 13 April 2006 14:21 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
Part of the installation instructions say that you have to amend the "include_path" directive that is contained withn the htaccess.txt file. You MUST specify the paths to the following directories:
- /RADICORE/includes (you may move this to a point outside the web root)
- /RADICORE/menu
- /RADICORE/audit
- /RADICORE/workflow
If you do not specify the correct path names then certain include/require commands will fail.
I hope this is clear.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
|
|
|
|
|
|
Re: logon error [message #2583 is a reply to message #2582] |
Wed, 14 July 2010 06:48 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
The only entry you need in an htaccess file is the location of the 'includes' directory, as this may be outside the web root.
If you are running 'radicore/menu/logon.php' then it should be able to find the file 'php_session.class.inc' in 'radicore/audit/classes/php_session.class.inc'.
Your include_path has a reference to '../audit', so it should be able to find what it's looking for. If it cannot then either it is looking in the wrong place, in which case you need to double check that you have followed the installation instructions to the letter, or you have something peculiar with your PHP installation, such as an incorrect safe_mode setting.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
|
|
|
|
|
|
|