Post by brent187 » Tue May 05, 2009 10:27 am

OK so I am moving a currently installed version of opencart to a different host server.

I have completed the upload of "public_html" from old server to new. Have also uploaded the sql database.

I have then also changed my opencart/config.php and opencart/admin/config.php accordingly (below I will list this)



But I am still returning an error message when trying to visit my site:



Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@underlights.com.au 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.


--------------------------------------------------------------------------------

Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at http://www.underlights.com.au Port 80


Does anyone have any ideas??? My new host uses "localhost" for the dbserver please check I got the config changes correct below. Other than that I have no idea. PLEASE HELP ME!!!!!!!!! please!

OK

Original/old site config.php read

<?php
// HTTP
define('HTTP_SERVER', 'http://www.underlights.com.au/opencart/');
define('HTTP_IMAGE', 'http://www.underlights.com.au/opencart/image/');

// HTTPS
define('HTTPS_SERVER', '');
define('HTTPS_IMAGE', '');

// DIR
define('DIR_CACHE', '/home/under1/domains/underlights.com.au/public_html/opencart/cache/');
define('DIR_DOWNLOAD', '/home/under1/domains/underlights.com.au/public_html/opencart/download/');
define('DIR_IMAGE', '/home/under1/domains/underlights.com.au/public_html/opencart/image/');
define('DIR_LIBRARY', '/home/under1/domains/underlights.com.au/public_html/opencart/library/');
define('DIR_MODEL', '/home/under1/domains/underlights.com.au/public_html/opencart/catalog/model/');
define('DIR_CONTROLLER', '/home/under1/domains/underlights.com.au/public_html/opencart/catalog/controller/');
define('DIR_LANGUAGE', '/home/under1/domains/underlights.com.au/public_html/opencart/catalog/language/');
define('DIR_EXTENSION', '/home/under1/domains/underlights.com.au/public_html/opencart/catalog/extension/');
define('DIR_TEMPLATE', '/home/under1/domains/underlights.com.au/public_html/opencart/catalog/template/');

// DB
define('DB_HOST', 'eaglemaster.cqhost.net');
define('DB_USER', 'under1_opencart');
define('DB_PASSWORD', 'XXXXXXX');
define('DB_NAME', 'under1_opencart');
?>


New/Editied file now reads.

<?php
// HTTP
define('HTTP_SERVER', 'http://www.underlights.com.au/opencart/');
define('HTTP_IMAGE', 'http://www.underlights.com.au/opencart/image/');

// HTTPS
define('HTTPS_SERVER', '');
define('HTTPS_IMAGE', '');

// DIR
define('DIR_CACHE', '/home/und18612/public_html/opencart/cache/');
define('DIR_DOWNLOAD', '/home/und18612/public_html/opencart/download/');
define('DIR_IMAGE', '/home/und18612/public_html/opencart/image/');
define('DIR_LIBRARY', '/home/und18612public_html/opencart/library/');
define('DIR_MODEL', '/home/und18612/public_html/opencart/catalog/model/');
define('DIR_CONTROLLER', '/home/und18612/public_html/opencart/catalog/controller/');
define('DIR_LANGUAGE', '/home/und18612/public_html/opencart/catalog/language/');
define('DIR_EXTENSION', '/home/und18612/public_html/opencart/catalog/extension/');
define('DIR_TEMPLATE', '/home/und18612/public_html/opencart/catalog/template/');

// DB
define('DB_HOST', 'LocalHost');
define('DB_USER', 'und18612_shane');
define('DB_PASSWORD', 'XXXXXX');
define('DB_NAME', 'und18612_opencart');
?>

Newbie

Posts

Joined
Sun Apr 05, 2009 10:34 am

Post by JNeuhoff » Tue May 05, 2009 5:13 pm

Hello Brent,

I posted a reply on the Opencart0 forum because your Opencart server is based upon version 0.7.x.

This forum is for the Opencart 1.x line.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am

Who is online

Users browsing this forum: No registered users and 79 guests