Page 1 of 1

Images not showing in front of store and in image manager after hosting provider did a server migration.

Posted: Mon Jul 02, 2018 4:44 pm
by Steyn
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.

Re: Images not showing in front of store and in image manager after hosting provider did a server migration.

Posted: Mon Jul 02, 2018 5:02 pm
by xxvirusxx
Possible wrong migration... wrong url images...check location for images in config...

Send you website URL on PM.

Re: Images not showing in front of store and in image manager after hosting provider did a server migration.

Posted: Mon Jul 02, 2018 5:38 pm
by Steyn
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/');

Re: Images not showing in front of store and in image manager after hosting provider did a server migration.

Posted: Mon Jul 02, 2018 5:45 pm
by xxvirusxx
Then check location in phpMyAdmin