Hi need help. I did search the forum, but could not find the answers.
My hosting provider did a server migration. Now I am experience the following problem: The images does not show in the front of the store and in the image manager. The files do exist and the images are in the files, but images does not shows. It does show the thumbnail description in the front.
Possible wrong migration... wrong url images...check location for images in config...
Send you website URL on PM.
Send you website URL on PM.
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
Thank you for your reply. I have checked the config.php file and everything looks OK to me.
<?php
// HTTP
define('HTTP_SERVER', 'https://openshop.co.za/jewellery/admin/');
define('HTTP_CATALOG', 'https://openshop.co.za/jewellery/');
// HTTPS
define('HTTPS_SERVER', 'https://openshop.co.za/jewellery/admin/');
define('HTTPS_CATALOG', 'https://openshop.co.za/jewellery/');
// DIR
define('DIR_APPLICATION', '/home/openshop/public_html/jewellery/admin/');
define('DIR_SYSTEM', '/home/openshop/public_html/jewellery/system/');
define('DIR_IMAGE', '/home/openshop/public_html/jewellery/image/');
define('DIR_STORAGE', '/home/openshop/ocartdataj/storage/');
define('DIR_CATALOG', '/home/openshop/public_html/jewellery/catalog/');
define('DIR_LANGUAGE', DIR_APPLICATION . 'language/');
define('DIR_TEMPLATE', DIR_APPLICATION . 'view/template/');
define('DIR_CONFIG', DIR_SYSTEM . 'config/');
define('DIR_CACHE', DIR_STORAGE . 'cache/');
define('DIR_DOWNLOAD', DIR_STORAGE . 'download/');
define('DIR_LOGS', DIR_STORAGE . 'logs/');
define('DIR_MODIFICATION', DIR_STORAGE . 'modification/');
define('DIR_SESSION', DIR_STORAGE . 'session/');
define('DIR_UPLOAD', DIR_STORAGE . 'upload/');
// DB
define('DB_DRIVER', 'mysqli');
define('DB_HOSTNAME', 'localhost');
Hide this
// OpenCart API
define('OPENCART_SERVER', 'https://www.opencart.com/');
<?php
// HTTP
define('HTTP_SERVER', 'https://openshop.co.za/jewellery/admin/');
define('HTTP_CATALOG', 'https://openshop.co.za/jewellery/');
// HTTPS
define('HTTPS_SERVER', 'https://openshop.co.za/jewellery/admin/');
define('HTTPS_CATALOG', 'https://openshop.co.za/jewellery/');
// DIR
define('DIR_APPLICATION', '/home/openshop/public_html/jewellery/admin/');
define('DIR_SYSTEM', '/home/openshop/public_html/jewellery/system/');
define('DIR_IMAGE', '/home/openshop/public_html/jewellery/image/');
define('DIR_STORAGE', '/home/openshop/ocartdataj/storage/');
define('DIR_CATALOG', '/home/openshop/public_html/jewellery/catalog/');
define('DIR_LANGUAGE', DIR_APPLICATION . 'language/');
define('DIR_TEMPLATE', DIR_APPLICATION . 'view/template/');
define('DIR_CONFIG', DIR_SYSTEM . 'config/');
define('DIR_CACHE', DIR_STORAGE . 'cache/');
define('DIR_DOWNLOAD', DIR_STORAGE . 'download/');
define('DIR_LOGS', DIR_STORAGE . 'logs/');
define('DIR_MODIFICATION', DIR_STORAGE . 'modification/');
define('DIR_SESSION', DIR_STORAGE . 'session/');
define('DIR_UPLOAD', DIR_STORAGE . 'upload/');
// DB
define('DB_DRIVER', 'mysqli');
define('DB_HOSTNAME', 'localhost');
Hide this
// OpenCart API
define('OPENCART_SERVER', 'https://www.opencart.com/');
Then check location in phpMyAdmin
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
Who is online
Users browsing this forum: No registered users and 85 guests