error on install

Hi,

I just installed Dolphin and I am getting this error. I do not have access to my php.ini file. Is there anyway to bypass this using .htaccess.

safe_mode is On, disable it
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.

Thanks a lot guys.

Quote · 13 May 2009

I wouldn't think you could bypass it but not 100% sure on it.
I had that when i went to the installation however was able to set the proper configurations from my server.

Are you on shared hosting, reseller, VPS, dedicated?

Be a dolphin, be creative in you own way and you will attract a audience
Quote · 13 May 2009

I am using a shared host called www.orgfree.com, I found an option to get the safe mode error go away. I am still stuck with the allow_url_include is On

Is this param in the dolphin files or in the php.ini. I am have no access to php.ini.

Quote · 13 May 2009

That setting can be controled in one of two ways depending on how the host is configured. If the host is setup to run php as an apache module (mod_php) then it can be controlled from within the .htaccess file included with dolphin. If not then the php.ini file needs to be changed.

If your installing dolphin 6.1.5 then the .htaccess method is already included with dolphin.

If your installing 6.1.4 then try adding this to the top of your .htaccess file. Add it just under the Options -MultiViews line at the very top of the file.

<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>


If this does not work then your host is either not running php as an apache module, or your host does not have apache configured to allow over rides through the .htaccess file. In either of these cases you would need to get your host to make the needed changes. There is no way to just simply bypass these settings.

https://www.deanbassett.com
Quote · 13 May 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.