My Hamz Product is showing HTTP Error 500 Print

  • 0

Introduction

This article will go over the process of fixing your HTTP Error 500

 

Procedure

This could be one of two things, we'll go over both.

Domain Verification

  1. Log into cPanel, and head to File Manager
  2. Locate the config.php file for your product
  3. Near to the top of the file, you'll find:
    define('BASE_URL', 'https://cad.domain.tld');
  4. Ensure that the URL is set correctly, including an SSL - if you have one installed!
  5. Save changes, and refresh the domain.

 

MySQL

  1. Log into cPanel, and head to File Manager
  2. Locate the config.php file for your product
  3. Ensure that all the MySQL database information is filled out correctly.

 

  1. Log into cPanel, and head to PHPMyAdmin
  2. Select the database you're using
  3. Ensure that you've imported the data correctly via the .sql file provided in the download.

Was this answer helpful?

Back