Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Weird Behavior Upgrading

    First of all, I've done this dozens of times so I know what I'm doing. I even did 2 upgrades this week 1 from 1.3.8a and another one from 1.3.9a.

    It doesn't matter what I do that the installation page doesn't come up with the option to upgrade database. I even deleted the configure files to see if there was any reaction and the installation didn't come up with errors (like if there still there), when I went through cpanel access, the files were there. So I tried then uploading the files from the file manager, needless to say it was unsuccessful.

    The new install is located at:
    Code:
    metisllc.com/newStore
    The database to upgrade is 1.3.8a

    I have tried different approaches but nothing works, any idea?

    Yes, I also rechecked all the configuration files to see the database user/pass, etc are correct, and everything is.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  2. #2
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: Weird Behavior Upgrading

    I just noticed that on IE8 I can see the site but if I go to patch the database, again, no option to do so.

    Also it shows admin/includes/configure.php as writable and it's not. I'm really lost on this one.
    Last edited by ideasgirl; 7 Oct 2010 at 03:12 PM. Reason: Missing info
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  3. #3
    Join Date
    Jan 2004
    Posts
    66,363
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Weird Behavior Upgrading

    That database-upgrade option ONLY shows if the /includes/configure.php database details point to a database that allows connection and inspection.
    Evidently yours is not finding that information in that file.
    .

    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.

  4. #4
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: Weird Behavior Upgrading

    Yes, I know DrByte, the configure file is correct. I even re-did the configure file all over with the original file of the ZCpack, but still not getting anything.

    Also I know they are correct because as I said, if you go to IE8 you can actually see the database there, just without the patch, when I try to patch the database, I just don't have the option.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  5. #5
    Join Date
    Jan 2004
    Posts
    66,363
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Weird Behavior Upgrading

    On the System Inspection page, add &debug=1 to the URL and press Enter. What does it tell you?
    Last edited by DrByte; 7 Oct 2010 at 07:30 PM. Reason: parameter is lowercase
    .

    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.

  6. #6
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: Weird Behavior Upgrading

    Code:
    db-type=
    db-prefix=
    db-host=
    db-name=
    db-user=
    cache_folder=
    NONSSL CURL RESULTS: 0 => [PASS]
    
    Array
    (
        [url] => http://www.zen-cart.com/testcurl.php
        [content_type] => text/html
        [http_code] => 200
        [header_size] => 272
        [request_size] => 159
        [filetime] => -1
        [ssl_verify_result] => 0
        [redirect_count] => 0
        [total_time] => 0.1015
        [namelookup_time] => 0.041013
        [connect_time] => 0.06723
        [pretransfer_time] => 0.067237
        [size_upload] => 22
        [size_download] => 4
        [speed_download] => 39
        [speed_upload] => 216
        [download_content_length] => 4
        [upload_content_length] => -1
        [starttransfer_time] => 0.101448
        [redirect_time] => 0
    )
    
    
    
    SSL CURL RESULTS: 0 => [PASS]
    
    Array
    (
        [url] => https://www.zen-cart.com/testcurl.php
        [content_type] => text/html
        [http_code] => 200
        [header_size] => 272
        [request_size] => 159
        [filetime] => -1
        [ssl_verify_result] => 0
        [redirect_count] => 0
        [total_time] => 0.186659
        [namelookup_time] => 0.03994
        [connect_time] => 0.066422
        [pretransfer_time] => 0.149857
        [size_upload] => 22
        [size_download] => 4
        [speed_download] => 21
        [speed_upload] => 117
        [download_content_length] => 4
        [upload_content_length] => -1
        [starttransfer_time] => 0.186653
        [redirect_time] => 0
    )
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  7. #7
    Join Date
    Jan 2004
    Posts
    66,363
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Weird Behavior Upgrading

    So, it's clearly finding nothing in the configure.php file, if it's finding the file at all.
    .

    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.

  8. #8
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: Weird Behavior Upgrading

    Did you see the site on IE8? Is there, this is the first time I came across this issue...

    I will delete everything and start all over... I'll report afterward, but what if still the same issue?
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  9. #9
    Join Date
    Jan 2004
    Posts
    66,363
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Weird Behavior Upgrading

    I have no need to look at it in any browser. You already confirmed that it's not finding your configure.php file content properly:
    db-type=
    db-prefix=
    db-host=
    db-name=
    db-user=
    cache_folder=
    .

    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.

 

 

Similar Threads

  1. Weird behavior of Categories menu
    By TicosUSA in forum General Questions
    Replies: 3
    Last Post: 21 Oct 2010, 04:03 AM
  2. Weird behavior of sidebox
    By antoniobb in forum General Questions
    Replies: 5
    Last Post: 10 Aug 2010, 10:04 AM
  3. Weird behavior with State field
    By earmsby in forum Managing Customers and Orders
    Replies: 4
    Last Post: 29 Feb 2008, 07:24 PM
  4. Ok.... this is weird IE behavior
    By crabdance in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 11 Nov 2007, 02:59 PM

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