Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » RADICORE Installation Issues » problems whit the installation
problems whit the installation [message #495] Fri, 22 December 2006 15:39 Go to next message
david.chile3 is currently offline  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 #496 is a reply to message #495] Fri, 22 December 2006 15:53 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
That message means that you have not set up your htaccess file correctly. Please read the installation instructions at http://www.radicore.org/installation.php and follow them to the letter.

Re: problems whit the installation [message #497 is a reply to message #495] Fri, 22 December 2006 16:11 Go to previous messageGo to next message
david.chile3 is currently offline  david.chile3
Messages: 3
Registered: December 2006
Junior Member
this is my

htaccess.txt

<Files ~ "\.inc$">
Order deny,allow
Deny from all
</Files>

php_value default_charset "UTF-8"
php_value include_path".;
D:\xampp\xampp\htdocs\radicore\menu;
D:\xampp\xampp\htdocs\radicore\audit;
D:\xampp\xampp\htdocs\radicore\workflow;
D:\xampp\xampp\includes;"

php_value register_globals 0
php_value magic_quotes_gpc 0
php_value session.use_cookies 1
php_value session.use_only_cookies 0
php_value session.use_trans_sid 1
php_value session.gc_maxlifetime 3600
php_value arg_separator.output "&amp;"
php_value url_rewriter.tags "a=href,area=href,frame=src,input=src,fieldset="

i dont know what is the problem
Re: problems whit the installation [message #498 is a reply to message #497] Fri, 22 December 2006 16:39 Go to previous message
AJM is currently offline  AJM
Messages: 2347
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.


Previous Topic: includes/config.inc.default
Next Topic: help
Goto Forum:
  


Current Time: Thu Mar 28 05:46:30 EDT 2024

Total time taken to generate the page: 0.01123 seconds