Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32
  1. #21
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: New upgrade not showing in admin - version

    Any debug log files in your /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.

  2. #22
    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
    Any debug log files in your /cache/ folder?
    Yes there are...

  3. #23
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: New upgrade not showing in admin - version

    Code:
    [26-May-2010 15:43:28] PHP Warning:  require(/home/sites/ampmgraphics.com/public_html/demo2includes/autoload_func.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/sites/ampmgraphics.com/public_html/demo2/admin/includes/application_top.php on line 149
    [26-May-2010 15:43:28] PHP Fatal error:  require() [<a href='function.require'>function.require</a>]: Failed opening required '/home/sites/ampmgraphics.com/public_html/demo2includes/autoload_func.php' (include_path='.:/usr/share/pear5') in /home/sites/ampmgraphics.com/public_html/demo2/admin/includes/application_top.php on line 149
    What does this mean then?

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

    Default Re: New upgrade not showing in admin - version

    And this one which I presume doesn't relate to the admin issue?
    Code:
    [24-May-2010 10:34:19] PHP Fatal error:  Call to undefined function:  cat_active_level_manage() in /home/sites/ampmgraphics.com/public_html/demo2/includes/templates/red_passion/sideboxes/tpl_categories.php on line 41
    Thanks

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

    Default Re: New upgrade not showing in admin - version

    Can anyone help with the above Debugs?

  6. #26
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: New upgrade not showing in admin - version

    Quote Originally Posted by pb4 View Post
    Code:
    [26-May-2010 15:43:28] PHP Warning:  require(/home/sites/ampmgraphics.com/public_html/demo2includes/autoload_func.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/sites/ampmgraphics.com/public_html/demo2/admin/includes/application_top.php on line 149
    [26-May-2010 15:43:28] PHP Fatal error:  require() [<a href='function.require'>function.require</a>]: Failed opening required '/home/sites/ampmgraphics.com/public_html/demo2includes/autoload_func.php' (include_path='.:/usr/share/pear5') in /home/sites/ampmgraphics.com/public_html/demo2/admin/includes/application_top.php on line 149
    What does this mean then?
    "demo2includes" looks like you're missing a / from "/demo2/" in the DIR_WS_CATALOG or DIR_WS_ADMIN define in your configure.php files.
    .

    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
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: New upgrade not showing in admin - version

    Quote Originally Posted by DrByte View Post
    "demo2includes" looks like you're missing a / from "/demo2/" in the DIR_WS_CATALOG or DIR_WS_ADMIN define in your configure.php files.
    Thanks for that. I checked that but I must have corrected that last week as there is no missing / next to demo2.

    Still the same and not working..any idea what this might be?

    Thanks for any help

  8. #28
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: New upgrade not showing in admin - version

    The message was in relation to your admin, right? So that means it's likely a problem in your ADMIN version of configure.php.
    And, it suggests that someplace where you've entered "/demo2" you're missing the "/" on the right-side, and it should be "/demo2/" instead.

    I'm not sure how you came up with your configure.php files content. Following the posted upgrade instructions means that Zen Cart handles all that for you automatically. All you need to do is make sure the files are writable so that it can update them appropriately.
    .

    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
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: New upgrade not showing in admin - version

    Quote Originally Posted by DrByte View Post
    The message was in relation to your admin, right? So that means it's likely a problem in your ADMIN version of configure.php.
    And, it suggests that someplace where you've entered "/demo2" you're missing the "/" on the right-side, and it should be "/demo2/" instead.

    I'm not sure how you came up with your configure.php files content. Following the posted upgrade instructions means that Zen Cart handles all that for you automatically. All you need to do is make sure the files are writable so that it can update them appropriately.
    My configure files are correct now (both). There are no Debug issues this week and yet the admin still shows up as a blank white page. My configure files (when the admin worked - see previous posts) pointed to another demo site I have on the server and so I needed to change them to point to demo2....since doing this...I can't log into admin.

    Any idea what this could be if its not the configure files?

    Thanks

  10. #30
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: New upgrade not showing in admin - version

    Zen Cart is driven entirely by the configure.php files. That's the *only* place where the URL is set and which database is declared.
    If yours is directing you someplace else then your configure.php files on your server are probably wrong. Remember, if they're read-only (for security reasons) then you can't just upload new versions without first making the files writable. Many people "think" they've updated them because they blindly uploaded a new file, but didn't check that the upload actually worked. It's unclear whether that's relevant in your case.
    .

    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 4 FirstFirst 1234 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

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