That means it's not finding the existing Zen Cart tables in the database, or can't login to the database using the credentials provided.
That means it's not finding the existing Zen Cart tables in the database, or can't login to the database using the credentials provided.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
okay.
So I've gone back and looked at the new DB name and it matches the one in both the includes/configure.php and the admin/includes/configure.php
Should the DB Server and the DB Username be the same?
I'm thinking not.....
Of course it's not supposed to be the same!!
Fixed and the correct screen popped up as expected.
After completing the DB Upgrade to do get the following error messages though....
SKIPPED: Cannot insert configuration_key "STORE_TELEPHONE_CUSTSERVICE" because it already exists
SKIPPED: Cannot insert configuration_key "SSLPWSTATUSCHECK" because it already exists
SKIPPED: Cannot insert configuration_key "SSLPWSTATUSCHECK" because it already exists
SKIPPED: Cannot insert configuration_key "SSLPWSTATUSCHECK" because it already exists
SKIPPED: Cannot insert configuration_key "SSLPWSTATUSCHECK" because it already exists
SKIPPED: Cannot insert configuration_key "SSLPWSTATUSCHECK" because it already exists
SKIPPED: Cannot insert configuration_key "SSLPWSTATUSCHECK" because it already exists
SKIPPED: Cannot insert configuration_key "SSLPWSTATUSCHECK" because it already exists
SKIPPED: Cannot drop index page_accessed on table admin_activity_log because it does not exist.
SKIPPED: Cannot drop index access_date on table admin_activity_log because it does not exist.
SKIPPED: Cannot add index idx_page_accessed_zen to table admin_activity_log because it already exists.
SKIPPED: Cannot add index idx_access_date_zen to table admin_activity_log because it already exists.
Those messages simply indicate that some of the steps that the upgrade is doing, have already been done. They are not errors.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
sigh......
From CUSTOMADMIN/includes/configure.phpthis is your first time using zen cartŪ and you haven't yet completed the normal installation procedure.
If this is the case for you, click here to begin installation.
Your /includes/configure.php and/or /admin/includes/configure.php file contains invalid path information and/or invalid database-connection information.
If you recently edited your configure.php files for any reason, or maybe moved your site to a different folder or different server, then you'll need to review and update all your settings to the correct values for your server.
See the online faq and tutorials area on the zen cartŪ website for assistance.
I'm used to v1.39h and having to go into configure.php and entering the Custom Admin Name.define('DIR_WS_ADMIN', preg_replace('#^' . str_replace('-', '\-', $p1) . '#', '', dirname($_SERVER['SCRIPT_NAME'])) . '/');
define('DIR_WS_CATALOG', '/home/seriouso/public_html/seriouso_new/');
define('DIR_WS_HTTPS_ADMIN', preg_replace('#^' . str_replace('-', '\-', $p2) . '#', '', dirname($_SERVER['SCRIPT_NAME'])) . '/');
define('DIR_WS_HTTPS_CATALOG', '/home/seriouso/public_html/seriouso_new/');
Should I just wipe out everything in the public_html folder and start over?
sigh, I'm not sure whether that came from accessing the storefront, or from accessing the admin
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Same for admin and seriousoffroadproducts dot com