|
By default configuration, register_globals is set to off within our php.ini configurations for our servers. If you find you are receiving an error related to this, you need to do the following: 1) Create a file within your /home/public_html directory and call it php.ini 2) Edit the file and insert "register_globals = On" without the " marks. 3) Save the file This will enable the register_globals flag for your site.
If you have any issues with doing the above, please lodge a support ticket and we will be happy to assist you.
|