Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 49
  1. #21
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Updrade problem.

    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

  2. #22
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Updrade problem.

    Should the DB Server and the DB Username be the same?
    I'm thinking not.....

  3. #23
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Updrade problem.

    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.

  4. #24
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Updrade problem.

    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.

  5. #25
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Updrade problem.

    sigh......

    this 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.
    From CUSTOMADMIN/includes/configure.php
    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/');
    I'm used to v1.39h and having to go into configure.php and entering the Custom Admin Name.

    Should I just wipe out everything in the public_html folder and start over?

  6. #26
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Updrade problem.

    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.

  7. #27
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Updrade problem.

    Same for admin and seriousoffroadproducts dot com

  8. #28
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Updrade problem.

    The key is in:
    3. Additional Details: includes/configure.php file contents invalid. ie: DIR_FS_CATALOG not valid or not set


    And that's either because the contents of the file are invalid, or you've set the file's permissions too low for the file to even be readable.
    .

    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.

  9. #29
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Updrade problem.

    I set the permissions to 777.

    The path in each is home/seriouso/public_html/seriouso_new
    That's the full path based on the directory tree.

    very frustrated.....

  10. #30
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Updrade problem.

    Okay, then what are the contents of the /includes/configure.php file *now* (you made changes since you posted it earlier, or if you didn't, then that's why you're having a problem)
    .

    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.

 

 
Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Replies: 1
    Last Post: 16 Apr 2012, 08:05 PM
  2. UPS xml problem. Anybody else have this problem?
    By FrantzArt in forum Addon Shipping Modules
    Replies: 0
    Last Post: 2 Mar 2012, 11:10 PM
  3. Download Link Problem & Gift Card Problem too...
    By Miss Tiina in forum General Questions
    Replies: 2
    Last Post: 14 Mar 2009, 03:58 PM
  4. Customer said had problem creating account-dob problem
    By wtashby in forum General Questions
    Replies: 5
    Last Post: 1 Sep 2008, 11:38 AM
  5. Problem with Navigation In IE below 7.0! Minor Problem, need help!
    By bajanboost in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Aug 2007, 04:09 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR