<b>Symptom: </b>The following error appears on a site running a php-based application:
FATAL ERROR: register_globals is disabled in php.ini, please enable it!
<b>Cause:</b> register_globals is not enabled by default serverwide. It can be enabled on a per-site basis.
<b>Resolution:</b> To resolve this issue, insert the following line in a .htaccess file under the public_html (or, if for an addon domain, in the directory holding the addon domain):
php_value register_globals On
- 0 Kasutajad peavad seda kasulikuks