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

Home » RADICORE » RADICORE Installation Issues » include path
Re: include path [message #962 is a reply to message #961] Wed, 18 July 2007 12:47 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2348
Registered: April 2006
Location: Surrey, UK
Senior Member
The include_path is initially defined in your PHP.INI file, but can also be modified using the correct instruction in an htaccess file (if you are using Apache). It can also be modified using the ini_set() function in your PHP code.

In order to check that the htaccess file is being properly processed you need to run the phpinfo() function. Simply create a script called 'phpinfo.php' with the following contents
<?php phpinfo(); ?>
, put in in your web root, then run it from your browser.

If the contents of the htaccess file are not being processed, perhaps you have not configured Apache to deal with htaccess files. Details are provided in the installation instructions.


 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Path information
Next Topic: Error while creating menu database in 1.26
Goto Forum:
  


Current Time: Mon May 06 23:25:45 EDT 2024

Total time taken to generate the page: 0.00940 seconds