problems whit the installation [message #495] |
Fri, 22 December 2006 15:39 |
david.chile3
Messages: 3 Registered: December 2006
|
Junior Member |
|
|
hi
i'm new in the radicore
i follow the topic installations
but i still have probles whit the logon part
this is the error
Warning: require(include.general.inc) [function.require]: failed to open stream: No such file or directory in D:\xampp\xampp\htdocs\radicore\menu\logon.php on line 18
Fatal error: require() [function.require]: Failed opening required 'include.general.inc' (include_path='.;D:\xampp\xampp\php\pear\') in D:\xampp\xampp\htdocs\radicore\menu\logon.php on line 18
i think the problem is in the htaccess.txt file
but y dont now
please help me
atte
david
from chile
|
|
|
|
|
Re: problems whit the installation [message #498 is a reply to message #497] |
Fri, 22 December 2006 16:39 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
If you run phpinfo() you will see the actual include_path that is being used instead of the path that you *think* is being used.
The include_path reported in that error message is not the same as the one in your htaccess file, so your htaccess file is wrong. It looks like you have a carriage return after each semi-colon, which is an invalid character. That entry should be on one unbroken line.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|