magic quotes?

I'm doing an install of the newest version of Dolphin and am met with:

get_magic_quotes_gpc is Off, enable it
Please go to the
Dolphin Troubleshooter
and solve the problem.

I see others have tried to get definite answers on this, and after writing the php.ini file on my MediaTemple dedicated virtual server, I'm still receiving this error.

Does anyone here have a true answer to this issue?

Thanks!

Quote · 24 Jun 2009

If you have access to your .htaccess file make sure your .htacess looks like this:

Options -MultiViews

<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
php_flag magic_quotes_gpc On


php_value upload_max_filesize 100M
php_value post_max_size 200M
php_value memory_limit 128M
php_value max_input_time 300
php_value max_execution_time 300
</IfModule>


<IfModule mod_rewrite.c>
RewriteEngine on

.....rest of the rewrite code here etc...

</IfModule>

If you can't see your .htaccess file on your server, it's because it's hidden. You can "unhide" by specifying in your ftp program. It's usually a setting in there somewhere. I've added some additional flags in the example above to allow for maximum file uiploads.

Quote · 24 Jun 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.