Fata Errors

Hi I have one site with dolphin and never had a issue.  This time however I am getting a error

 

register_globals is On (warning, you should have this param in Off state, or your site will unsafe)
allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)
get_magic_quotes_gpc is Off, enable it
Please go to the
Dolphin Troubleshooter
and solve the problem.

 

I am installing it into the root.

 

Junkies Thought 

 

What do I need to do to fix this issue?

Quote · 19 Sep 2009

Simple.

 

Set  the php.ini file to register_globals_off

 

Imagick enabled

 

Problem solved.

Quote · 19 Sep 2009

U will have to create a php.ini file then place the following in it: register_globals_off

Then upload it to the directory where you have your dolphin installed.

Quote · 19 Sep 2009

 

U will have to create a php.ini file then place the following in it: register_globals_off

Then upload it to the directory where you have your dolphin installed.

 How do I create this?  I had the server do this, had it installed, than had same warning on admin...after that I couldn't even register cause there wasn't no image verifications.  Dang...such issues I am having...

Quote · 21 Sep 2009

You can create a php.ini file in any text editor (ex. notepad).

Open notepad and copy/paste the following:

register_globals = off
</ifmodule mod_php4.c>
php_flag register_globals off
</fmodule>
<ifmodule mod_php5.c>
php_flag register_globals off

php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value output_buffering on
php_value max_execution_time 3000
php_value max_input_time 4000

File, Save As, (change the type from Text Document to All Files), and name it php.ini

Upload it to the root of your dolphin install

Also, if you do not see an image in the Security Captcha, you can try to check or uncheck the box that says Use GD Library for Image Processing.

However, This is just an example since I do not know what version of dolphin you loaded or php version.

Nothing to see here
Quote · 22 Sep 2009

I'm sorry but this just isn't working at all.  I have yet after all of this still be able to get this software running http://www.junkiesthought.com/ I have installed, deleted, installed, deleted, and can't even make it through the installation page.

Quote · 30 Sep 2009

Check out this thread: http://www.boonex.com/unity/forums/#topic/warning-register-globals-is-On.htm

Some people have better luck just commenting out the checking.

Rob

Quote · 30 Sep 2009

I swear I have tried everything!  Even a new server LOL I just am not that techy I suppose LOL

Quote · 5 Oct 2009

Try putting the php.ini file into your install folder as well. Then start with fresh install.

You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 6 Oct 2009

RE: Hi I have one site with dolphin and never had a issue.  This time however I am getting a error

register_globals is On (warning, you should have this param in Off state, or your site will unsafe)
allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)
get_magic_quotes_gpc is Off, enable it
Please go to the
Dolphin Troubleshooter
and solve the problem.

I am installing it into the root.

Junkies Thought

What do I need to do to fix this issue?

Is the Dolphin site that has never had an issue, also running on a Lightspeed web server instead of an Apache web server?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 6 Oct 2009

I've tried the php.ini file and that doesn't work.

Yes my other site www.mankyaspace.com is up and running on the same server that I am trying to install this.

I think I am calling it a night

Quote · 6 Oct 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.