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.
- Login to your cPanel account by going to www.yourdomain.com/cpanel.
- Click on the 'File Manager' feature under 'Site Management' menu
- Select the public_html folder icon and navigate to the folder that you installed the software to.
- Click 'New File' and then type php.ini, click 'Create new file'.
- 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
- Click save and you should now be able to refresh your webpage.
Most Popular Articles
Where do I upload my site files?
Please note that you need to upload your site files to remote folder/host directory...
FREE FTP Software
You can download FREE FTP SOFTWARE from your Client Area > Download after login via your...
I keep getting an error when trying to FTP
I keep getting errors when trying to connect to NetlinkOnline's FTP such as timeout or the...
How do I set file permissions for files, scripts, or directories?
After uploading, the file permissions for any CGI scripts should be set to 755 (rwx-rx-rx), in...
What is my FTP username and password?
All of the necessary login info for your FTP, Site Control Panel, and Customer Support is...