I got this error several time on my site, how can i fix it ( please check attachment)
Website is: www.ebuyjo.com
Thanks in Advance
Attachments
But generally spoken, the path to your stylesheet.css file cannot be found, for what reason ever...

Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
<base href="http://ebuyjo.com/store/" />
some header-link-href's:
http://ebuyjo.ebuyjo.netdna-cdn.com/
Fix your Configuration Files, then it will function!
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
(the /shop/config.php + the /shop/admin/config.php file)
here, or make an image of them, and publish it here.
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Code: Select all
<?php
// HTTP
define('HTTP_SERVER', 'http://ebuyjo.com/store/');
define('HTTP_IMAGE', 'http://ebuyjo.com/store/image/');
define('HTTP_ADMIN', 'http://ebuyjo.com/store/admin/');
// HTTPS
define('HTTPS_SERVER', 'https://ebuyjo.com/store/');
define('HTTPS_IMAGE', 'https://ebuyjo.com/store/image/');
// DIR
define('DIR_APPLICATION', '/home/yazansh/public_html/ebuyjo.com/store/catalog/');
define('DIR_SYSTEM', '/home/yazansh/public_html/ebuyjo.com/store/system/');
define('DIR_DATABASE', '/home/yazansh/public_html/ebuyjo.com/store/system/database/');
define('DIR_LANGUAGE', '/home/yazansh/public_html/ebuyjo.com/store/catalog/language/');
define('DIR_TEMPLATE', '/home/yazansh/public_html/ebuyjo.com/store/catalog/view/theme/');
define('DIR_CONFIG', '/home/yazansh/public_html/ebuyjo.com/store/system/config/');
define('DIR_IMAGE', '/home/yazansh/public_html/ebuyjo.com/store/image/');
define('DIR_CACHE', '/home/yazansh/public_html/ebuyjo.com/store/system/cache/');
define('DIR_DOWNLOAD', '/home/yazansh/public_html/ebuyjo.com/store/download/');
define('DIR_LOGS', '/home/yazansh/public_html/ebuyjo.com/store/system/logs/');
// DB
define('DB_DRIVER', 'mysql');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'yazansh_ocrt758');
define('DB_PASSWORD', ');
define('DB_DATABASE', 'yazansh_wikdnr73hr98sn45');
define('DB_PREFIX', 'ocrt_');
?>
// HTTP
define('HTTP_SERVER', 'http://ebuyjo.com/store/admin/');
define('HTTP_CATALOG', 'http://ebuyjo.com/store/');
define('HTTP_IMAGE', 'http://ebuyjo.com/store/image/');
// HTTPS
define('HTTPS_SERVER', 'https://ebuyjo.com/store/admin/');
define('HTTPS_IMAGE', 'https://ebuyjo.com/store/image/');
// DIR
define('DIR_APPLICATION', '/home/yazansh/public_html/ebuyjo.com/store/admin/');
define('DIR_SYSTEM', '/home/yazansh/public_html/ebuyjo.com/store/system/');
define('DIR_DATABASE', '/home/yazansh/public_html/ebuyjo.com/store/system/database/');
define('DIR_LANGUAGE', '/home/yazansh/public_html/ebuyjo.com/store/admin/language/');
define('DIR_TEMPLATE', '/home/yazansh/public_html/ebuyjo.com/store/admin
Code: Select all
define('DIR_CONFIG', '/home/yazansh/public_html/ebuyjo.com/store/system/config/');
define('DIR_IMAGE', '/home/yazansh/public_html/ebuyjo.com/store/image/');
define('DIR_CACHE', '/home/yazansh/public_html/ebuyjo.com/store/system/cache/');
define('DIR_DOWNLOAD', '/home/yazansh/public_html/ebuyjo.com/store/download/');
define('DIR_LOGS', '/home/yazansh/public_html/ebuyjo.com/store/system/logs/');
define('DIR_CATALOG', '/home/yazansh/public_html/ebuyjo.com/store/catalog/');
// DB
define('DB_DRIVER', 'mysql');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'yazansh_ocrt758');
define('DB_PASSWORD', ';
define('DB_DATABASE', 'yazansh_wikdnr73hr98sn45');
define('DB_PREFIX', 'ocrt_');
?>
--
you have this in your SITE/config.php, but it would not belong there: (by Default!)
define('HTTP_ADMIN', 'http://ebuyjo.com/store/admin/');
---
But in your admin/config.php, you have no:
define('HTTPS_CATALOG', 'http://ebuyjo.com/store/');
Link-line either.
---
And you should change this:
define('DB_DRIVER', 'mysql');
better to this:
define('DB_DRIVER', 'mysqli');
in both config.php files, to keep up with newer PHP Versions,
not longer supporting the old and slow mysql - standard.
---
Still, you had this weird stylesheet/JS-linking in your header.tpl, therefore, I assume,
that, 'link'-wise, something else has been done to this header.tpl, creating all those invalid links.
Better show me the top 30 Lines of your ../YOURtheme/template/common/header.tpl File, but make sure first,
to use NO VqMod, changing anything in this header.tpl.
And next time, PLEASE always NAME your files, to make Life a little easier for those, trying to assist...

Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Warning: mysqli::mysqli(): (HY000/2002): No such file or directory in /home/cvtre/public_html/system/database/mysqli.php on line 6
Fatal error: Uncaught exception 'ErrorException' with message 'Error: Could not make a database link (2002) No such file or directory' in /home/cvtre/public_html/system/database/mysqli.php:9 Stack trace: #0 /home/cvtre/public_html/vqmod/vqcache/vq2-system_library_db.php(13): DBMySQLi->__construct('localhost', 'shdatab', 'parola', 'shdatab') #1 /home/cvtre/public_html/index.php(44): DB->__construct('mysqli', 'localhost', 'shdatab', 'parola', 'shdatab') #2 {main} thrown in /home/cvtre/public_html/system/database/mysqli.php on line 9
One way to resolved this would be by referring to this topic: http://forum.opencart.com/viewtopic.php ... it=upgrade
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: No registered users and 12 guests