Common problems uploading sites to production Print

  • 23

Here is a list of common problems when uploading sites to a production server:

  • If you are using Windows, remember that our servers run Linux, where files and directories are case-sensitive. So check that all included files, templates, etc match the correct and expected casing.
  • Check that the configuration of your database connection is correct, use localhost as your db server hostname and the username/password created in phpMyAdmin

If you get a blank page or something does not work properly, check the PHP errors by looking at statistics/logs/error_log or statistics/logs/php.log


Was this answer helpful?

« Back