Hi,
The CRM application said that need to add an option
"REGISTER_GLOBA LS=On" to the php.ini file, so I did what it told.
But I still can't get rid off the following error:
The PHP variable "REGISTER_GLOBA LS" is disabled (0). This is fatal.
Edit your php.ini and set REGISTER_GLOBAL S to "On".
I changed the value "On" to "Yes", still getting the same error.
What is the correct way to fix this problem? It might be not reading the
php.ini file. The php.ini file is located at /usr/local/etc/ directory,
and I have also made a symbolic link to /etc/ as well.
The relevant content of the php.ini file is:
[PHP]
REGISTER_GLOBAL S='yes'
......
Thanks
sam
The CRM application said that need to add an option
"REGISTER_GLOBA LS=On" to the php.ini file, so I did what it told.
But I still can't get rid off the following error:
The PHP variable "REGISTER_GLOBA LS" is disabled (0). This is fatal.
Edit your php.ini and set REGISTER_GLOBAL S to "On".
I changed the value "On" to "Yes", still getting the same error.
What is the correct way to fix this problem? It might be not reading the
php.ini file. The php.ini file is located at /usr/local/etc/ directory,
and I have also made a symbolic link to /etc/ as well.
The relevant content of the php.ini file is:
[PHP]
REGISTER_GLOBAL S='yes'
......
Thanks
sam
Comment