Hey everyone,
I have been trying to install Dolphin (ver 6.1.6) and have been getting this error message:
allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe) Please go to the Dolphin Troubleshooter and solve the problem.
I am unable to find any info in the 'Dolphin Troubleshooter' and I have been trying numerous suggestions made on another thread, but nothing seems to work. I have made the php.ini file and placed it it the root directory, the Install directory and main directories and I still get the same message.
The website is http://www.clubwildside.com My hosting company is HostMonster.com; using Linux Operating Stystem (L.A.M.P) and MySQL Database...
My Server Stats: Apache version 2.2.13 (Unix)
PHP version 5.2.9
MySQL version 5.0.81-community-log
Architecture x86_64 Operating system Linux
Path to PERL /usr/bin/perl
Kernel version 2.6.28-10.7.intel .E1000E.BHsmp
The .htaccess file has the following values:
php_flag register_globals Off
php_flag allow_url_include Off
php_flag register_globals Off
The Following is from the error log file:
[03-Sep-2009 16:23:11] PHP Warning: require_once(inc/header.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/timfishe/public_html/clubwildside/profile.php on line 21 [03-Sep-2009 16:23:11] PHP Fatal error: require_once() [function.require]: Failed opening required 'inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/timfishe/public_html/clubwildside/profile.php on line 21
Just for the record I did learn that the file from the Error Log; 'header.inc.php' in the 'inc' directory isn't available until the program is actually installed...
Any help/ideas to fix the issue will be greatly appreciated...
Thanks, Ken