Error: register_globals is disabled in your PHP configuration

If you installed a new script and are getting the 500 error trying to load the page please see this document first as you might need to turn register globals on. The syntax generally follows this format: phpconfigValueToOverride = value. The most common PHP value you need to set for many of the scripts that we offer via fantastico is register_globals. To enable register_globals you simply place this in your php.ini file: register_globals = On. Conversely, you can turn off register globals: register_globals = Off. 

register cpanel

  • Select the public_html folder icon and navigate to the folder that you installed the software to. 

selecting register folder cpanel

  • Click 'New File' and then type php.ini, click 'Create new file'.

 php ini file cpanel

  • The file should now show up in the list of files, click on the name of the file, then click 'edit' on the top right menu and copy and paste the following line into the text file: register_globals = On 

register file edit cpanel

  • Click save and you should now be able to refresh your webpage.

register error fix code cpanel

If you have any problem please contact us at support@hostimed.com

  • 0 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

مقالات مشابهة

Can I add an auto responder to my emails?

An auto responder can be setup in cPanel to respond to any incoming emails with a message...

Can I change my cPanel username?

Unfortunately our management system does not allow to change the username as the system uses your...

Can I execute shell exec() function on PHP or it is prohibited?

Shell exec() is supported on hostimed.com for all the services. But, support team can activate...

Can I set permissions to 777?

It is not recommended to change your permissions to 777 as other users on the server as well as...

Can I set up custom name servers?

A custom name server allows you to run your own name server to respond to DNS requests for your...