When im in admin and want to edit my shop info in /settings/your store edit it goes to n blank page. Need help as to this is the only problem i now have with setting up my site.

The Finnish OpenCart Forum
"Real programmers don't document. If it was hard to write, it should be hard to understand."
Did someone find a solution for this issue? I recently upgraded opencart and the only issue I'm having is accessing the admin store settings area. I can get to the page where you click edit on your store and i get a blank page with no error. Any suggestions?armone wrote:hi there,
When im in admin and want to edit my shop info in /settings/your store edit it goes to n blank page. Need help as to this is the only problem i now have with setting up my site.
Increase Page Speed (#1 rated commercial extension on OpenCart Marketplace)
15in1 Essential Extensions Value Pack Premium Customer Testimonials Reward Points Extended Admin Security Lockdown Suite
irc.freenode.net #opencart
Code: Select all
<?php
// HTTP
define('HTTP_SERVER', 'http://localhost/opencart/admin/');
define('HTTP_CATALOG', 'http://localhost/opencart/');
// HTTPS
define('HTTPS_SERVER', 'http://localhost/opencart/admin/');
define('HTTPS_CATALOG', 'http://localhost/opencart/');
// DIR
define('DIR_APPLICATION', '/Users/www/opencart/admin/');
define('DIR_SYSTEM', '/Users/www/opencart/system/');
define('DIR_DATABASE', '/Users/www/opencart/system/database/');
define('DIR_LANGUAGE', '/Users/www/opencart/admin/language/');
define('DIR_TEMPLATE', '/Users/www/opencart/admin/view/template/');
define('DIR_CONFIG', '/Users/www/opencart/system/config/');
define('DIR_IMAGE', '/Users/www/opencart/image/');
define('DIR_CACHE', '/Users/www/opencart/system/cache/');
define('DIR_DOWNLOAD', '/Users/www/opencart/download/');
define('DIR_LOGS', '/Users/www/opencart/system/logs/');
define('DIR_CATALOG', '/Users/www/opencart/catalog/');
// DB
define('DB_DRIVER', 'mysqli');
define('DB_HOSTNAME', '127.0.0.1');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', '');
define('DB_DATABASE', 'opencart1564');
define('DB_PREFIX', 'nbh_');
?>
The issue on the admin-end side cannot be totally identical to previous OC series, since there are additional and modified constant names in the admin/config.php file. Please check your error / server access logs and create a new topic under the OpenCart 3.0+ Support General Support section of the forum regarding this problem.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
i reinstalled and cloned over product manual
Users browsing this forum: No registered users and 91 guests