I got a problem in installing dolphin script and i got this 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.
Based from the forum discussion that i have read i need to turn Off allow_url_include and after editing php.ini i got the same problem. hope that you can help me to start with the community website.
thanks and more power.
|
Try adding this to your .htaccess file in your root Dolphin directory: php_flag allow_url_include off - I hope that helps you. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
php_flag allow_url_includes off is already in my .htaccess but still i got the same problem |
Just a stretch, but can you check (if you have access to it) your PHP info?
If you don't create a new PHP file with the following:
<?php
phpinfo ();
?>
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
===========================
<IfModule mod_php4.c> php_flag register_globals Off </IfModule> <IfModule mod_php5.c> php_flag allow_url_include Off php_flag register_globals Off </IfModule>
==========================
it is the content of my php.ini
|
===========================
<IfModule mod_php4.c> php_flag register_globals Off </IfModule> <IfModule mod_php5.c> php_flag allow_url_include Off php_flag register_globals Off </IfModule>
==========================
it is the content of my php.ini
That shouldn't be what your php.ini file looks like. Are you sure that isn't your .htaccess file you're posting?
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
im sorry its the content of my .htaccess not php.ini |
im sorry its the content of my .htaccess not php.ini
Try the PHPInfo trick I posted above to see if it is actually off for you. Another attempt might be to place a copy of your php.ini file in your root Dolphin directory, depending on the setup of PHP for your server.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Warning: require_once(/home3/philtube/public_html/includes/defines.php) [function.require-once]: failed to open stream: No such file or directory in /home3/philtube/public_html/index7.php on line 21
Fatal error: require_once() [function.require]:
Failed opening required
'/home3/philtube/public_html/includes/defines.php'
(include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/philtube/public_html/index7.php on line 21
=========
<?php phpinfo (); ?>
==========
ive created php info and save it as index7.php and i got the output above.
|