Considering purchasing backup buddy, but need to know what this means from the Server Buddy analysis:
PHP Register Globals FAILED with suggestion to DISABLE.
How is this done and what does that mean to disable? Am running under WordPress 3.3
3 replies to this topic
#2
Posted 16 December 2011 - 07:44 AM
Hi
In the words of the PHP developers: "This feature has been DEPRECATED as of PHP 5.3.0. Relying on this feature is highly discouraged." It relates to the automatic creation of variables which, in conjunction with improperly written code, could cause security issues. Generally speaking these days there should be no code that depends on having this feature enabled and if you did have such code on your site it would be recommended to update or replace such code. If you have an up to date installation it is very unlikely that this will be the case so it is advised to disable it, which is the default value anyway. The reason that it is often enabled is because hosts don't want to "break" software that may be installed in a hosting account so they enable it by default.
So the warning that ServerBuddy gives is based on the current recommendation for the setting of this value.
This would normally be disabled by a setting in a php.ini file or similar but the best thing to do is to consult your host support who will be able to advise you more specifically on how to disable this on their servers, thanks.
Regards...jeremy
In the words of the PHP developers: "This feature has been DEPRECATED as of PHP 5.3.0. Relying on this feature is highly discouraged." It relates to the automatic creation of variables which, in conjunction with improperly written code, could cause security issues. Generally speaking these days there should be no code that depends on having this feature enabled and if you did have such code on your site it would be recommended to update or replace such code. If you have an up to date installation it is very unlikely that this will be the case so it is advised to disable it, which is the default value anyway. The reason that it is often enabled is because hosts don't want to "break" software that may be installed in a hosting account so they enable it by default.
So the warning that ServerBuddy gives is based on the current recommendation for the setting of this value.
This would normally be disabled by a setting in a php.ini file or similar but the best thing to do is to consult your host support who will be able to advise you more specifically on how to disable this on their servers, thanks.
Regards...jeremy
"Everything will be all right in the end. If it isn't all right yet then it isn't the end."
#4
Posted 31 December 2011 - 07:35 PM
Hi Bet
The config item you'd want in a php.ini would be:
register_globals = Off
or alternatively if you have to do this in a .htaccess file then
php_flag register_globals off
Depending on how you server is configured you may have to put this in multiple directories, e.g., some servers are configured for a "master" php.ini whilst others are per-directory so if you have scripts running from multiple places you might need to put the config in multiple places. Generally if this is the case (per-directory php.ini) for a WordPress installation I put a php.ini in the site root and also one in wp-admin and this generally seems to cover most bases.
Hopefully you host will give you the same advice (or at least similar but specific for their servers) - I can't think why they wouldn't allow or tell you how to do this for your site but if not it would be interesting to know why.
Hope that helps.
Regards...jeremy
The config item you'd want in a php.ini would be:
register_globals = Off
or alternatively if you have to do this in a .htaccess file then
php_flag register_globals off
Depending on how you server is configured you may have to put this in multiple directories, e.g., some servers are configured for a "master" php.ini whilst others are per-directory so if you have scripts running from multiple places you might need to put the config in multiple places. Generally if this is the case (per-directory php.ini) for a WordPress installation I put a php.ini in the site root and also one in wp-admin and this generally seems to cover most bases.
Hopefully you host will give you the same advice (or at least similar but specific for their servers) - I can't think why they wouldn't allow or tell you how to do this for your site but if not it would be interesting to know why.
Hope that helps.
Regards...jeremy
"Everything will be all right in the end. If it isn't all right yet then it isn't the end."
Reply to this Topic
ATTENTION
If this topic is marked RESOLVED or INFORMATION, or if you are NOT experiencing EXACTLY the same issue, please start a new topic to provide the details of your problem. If the solution provided doesn't work for you, you should start a new topic. If you feel this thread contains relevant information, you may include a link to it in your new topic. To ensure that we can process your support request efficiently, ALWAYS include a link to your site, and/or the page your request is related to. When posting your question or request on the forum, please be as concise and specific as possible. The shorter and more to the point you can make your request, the better.
For BackupBuddy related issues, be sure to include the status log from your most recent backup.
CLICK HERE to start a new topic in the Pre-sales and other inquiries forum.
Also tagged with one or more of these keywords: information, PHP Register Globals
information
Public →
Pre-sales and other inquiries →
Legal InvoiceStarted by sylvie , 01 May 2013 |
|
|
||
information
Public →
Pre-sales and other inquiries →
Some Questions Before Clicking 'purchase'Started by Guest_Joe Eglash_* , 05 Mar 2013 |
|
|
||
information
Public →
Pre-sales and other inquiries →
Best Theme For Wp E-Commerce?Started by Guest_James Brown_* , 04 Mar 2013 |
|
|
||
information
Public →
Pre-sales and other inquiries →
Back Up Buddy An Hosting OptionsStarted by Sanch , 18 Feb 2013 |
|
|
||
information
Public →
Pre-sales and other inquiries →
Does Loopbuddy Work With A Theme's Custom Loop Files?Started by Guest_Laura_* , 16 Feb 2013 |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users





