Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32
  1. #1
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default New upgrade not showing in admin - version

    Hi,


    I have just completed the upgrade but its not showing in my admin so I still have this:

    Zen Cart 1.3.8a
    Database Patch Level: 1.3.9c
    v1.3.9c [2010-05-19 11:09:57] (Version Update 1.3.8->1.3.9c)
    v1.3.8 [2010-05-19 11:09:57] (Version Update 1.3.7->1.3.8)
    v1.3.7 [2007-11-24 11:47:18] (Fresh Installation)

    Instead of Zen Cart 1.3.9c

    What have I done wrong?

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

    Default Re: New upgrade not showing in admin - version

    That's only showing that you've upgraded your database ... and confirms that you've not properly upgraded all your PHP files to the site yet.
    .

    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.

  3. #3
    Join Date
    Aug 2005
    Location
    United Kingdom
    Posts
    457
    Plugin Contributions
    0

    Default Re: New upgrade not showing in admin - version

    is that copied and pasted from the version page?

    I thought i was the latest version and mine doesnt look like that, i dont have a patch level c for the database, i wasnt aware there was one

    mine looks like this

    Zen Cart 1.3.9c
    Database Patch Level: 1.3.9b
    v1.3.9b [2010-05-17 17:04:45] (Version Update 1.3.8->1.3.9b)
    v1.3.8 [2008-01-08 23:20:15] (Version Update 1.3.7->1.3.8)
    v1.3.7 [2007-03-18 23:15:09] (Version Update 1.3.6->1.3.7)
    v1.3.6 [2006-11-05 20:03:09] (Version Update 1.3.5->1.3.6)
    v1.3.5 [2006-11-05 20:03:09] (Version Update 1.3.0.2->1.3.5)
    v1.3.0.2 [2006-08-18 23:01:17] (Fresh Installation)

  4. #4
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: New upgrade not showing in admin - version

    Quote Originally Posted by DrByte View Post
    That's only showing that you've upgraded your database ... and confirms that you've not properly upgraded all your PHP files to the site yet.
    I have been through the whole site now...

    I am guessing its just an issue with the two configure files?
    Could this be the case?

    Thanks

  5. #5
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: New upgrade not showing in admin - version

    Here are snippets from the admin configure file, just want to check I have done this right...site is at /demo2

    Code:
      define('HTTP_SERVER', 'http://www.ampmgraphics.com');
    
      define('HTTP_CATALOG_SERVER', 'http://www.ampmgraphics.com');
    
    
      define('DIR_WS_ADMIN', '/adminfoldername/');
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_ADMIN', '/ampmgraphics.com/demo2/adminfoldername/');
      define('DIR_WS_HTTPS_CATALOG', '/ampmgraphics.com/demo2');
    
      define('DIR_FS_ADMIN', '/home/sites/ampmgraphics.com/public_html/demo2/adminfoldername/');
      define('DIR_FS_CATALOG', '/home/sites/ampmgraphics.com/public_html/demo2');
    
      define('DIR_FS_SQL_CACHE', '/home/sites/ampmgraphics.com/public_html/demo2/cache');
    
    // EOF
    Thanks

  6. #6
    Join Date
    Aug 2005
    Location
    United Kingdom
    Posts
    457
    Plugin Contributions
    0

    Default Re: New upgrade not showing in admin - version

    have you also copied the files from the root of you includes? (/includes/files.xxx

    Rob

  7. #7
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: New upgrade not showing in admin - version

    Quote Originally Posted by RobWUK View Post
    have you also copied the files from the root of you includes? (/includes/files.xxx

    Rob
    Sorry not sure what you mean...here are snippets from the other configure file- includes/configure.php

    Code:
      define('HTTP_SERVER', 'http://www.ampmgraphics.com/');
      define('HTTPS_SERVER', 'https://web41.secure-secure.co.uk');
    
      define('DIR_WS_CATALOG', '/demo2/');
      define('DIR_WS_HTTPS_CATALOG', '/ampmgraphics.com/demo2');
    
      define('DIR_FS_CATALOG', '/home/sites/ampmgraphics.com/public_html/demo2/');
    
    
      define('DIR_FS_SQL_CACHE', '/home/sites/ampmgraphics.com/public/demo2/cache');
    Have I done a bit wrong?

    Or is this not the issue?

    Thanks

  8. #8
    Join Date
    Aug 2005
    Location
    United Kingdom
    Posts
    457
    Plugin Contributions
    0

    Default Re: New upgrade not showing in admin - version

    i dont think it's your configure file, i think you may have not copied the newer files from the the includes folder from your downloaded fileset

    have a look for a folder called includes on your downloaded files, you will see a directory called includes and inside is a load of folders, but below all the folders are a number of files, these also need to be transferred across

    /includes/application_bottom.php
    /includes/application_top.php
    /includes/autoload_func.php

    all of them

    Rob

  9. #9
    Join Date
    Aug 2005
    Location
    United Kingdom
    Posts
    457
    Plugin Contributions
    0

    Default Re: New upgrade not showing in admin - version

    one of these, is where i think it gets its version info from, and the lack of your version, in my opinion must mean these files havent been copied accross

    Rob

  10. #10
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: New upgrade not showing in admin - version

    Yeah I have the same files in there as the upgrade file..16 files (including the configure file) + some folders..

    Thanks for looking at this for me..

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. Replies: 1
    Last Post: 24 Mar 2015, 11:31 PM
  2. Admin not showing new version correctly
    By disciple in forum General Questions
    Replies: 3
    Last Post: 31 Aug 2010, 02:31 PM
  3. New upgrade not showing in admin - version
    By JacobBushnell in forum Upgrading from 1.3.x to 1.3.9
    Replies: 0
    Last Post: 4 Jun 2010, 05:30 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