Fore register global:
If you have access to php.ini file, you can change
register_globals = 0
to
register_globals = 1
or in a .htaccess file put
php_flag register_globals 1
Instead of numbers you can use On and Off as well, 0->Off and 1->On
For file permission, you can set configure.php file permission to 0644, I guess that would help.
Thanks for your help and for everyone who help me in advance.
File permission works and problem solved.
But i changes the php.in file ON to 1
and i am receving this error now.Please be advice.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@cravingcatering.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request