Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,297
    Plugin Contributions
    22

    Default Re: upgrading to 1.5.8 results in 500 error.

    the new files trigger the 500 error. Never get to start the upgrade process - even in a new folder with just the 1.5.8 files. The client was able to install it in another folder so the mystery continues. At least I can move forward now.

    I'm sure he uploaded the files via ftp whereas I used a zip file as I normally do. Not the original zip but one without a few things and not in a folder. Been doing this way for nearly 20 years. Can servers make a hash out of a zip file when extracting? I used the same zip on my test server with no issues. k
    The full-time Zen Cart Guru. WizTech4ZC.com

  2. #12
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,297
    Plugin Contributions
    22

    Default Re: upgrading to 1.5.8 results in 500 error.

    *reminder - now running php 8.1*
    ran the database upgrade - this message appeared /zc_install/includes/nginx_conf/ folder is not writeable so changed it to 777 instead of 755 which made the message go away.

    Then discovered 71 install logs labeled debug. This one was the last so it looks like it's correcting the database?

    PHP Code:
    [11-Feb-2023 09:02:33 America/New_YorkMySQL error 1292 encountered during zc_install:
    Incorrect datetime value'0000-00-00 00:00:00' for column 'gdpr_accept_date' at row 1
    ALTER TABLE customers ADD registration_ip varchar
    (45NOT NULL default '';
    ---------------


    [
    11-Feb-2023 09:02:33 America/New_YorkMySQL error 1292 encountered during zc_install:
    Incorrect datetime value'0000-00-00 00:00:00' for column 'gdpr_accept_date' at row 1
    ALTER TABLE customers ADD last_login_ip varchar
    (45NOT NULL default ''
    Also getting tons of error/warning logs from admin.

    At least I've gotten to the point where I can start correcting small errors in the template.

    My point in continuing this is that I'm thinking the issues are related to the server and not to 1.5.8. Anybody agree with that assessment?
    The full-time Zen Cart Guru. WizTech4ZC.com

  3. #13
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,711
    Plugin Contributions
    123

    Default Re: upgrading to 1.5.8 results in 500 error.

    The GDPR date issue can be fixed using this technique:

    https://docs.zen-cart.com/user/upgra...andardization/

    500 errors please review this list:
    https://docs.zen-cart.com/user/troub...ternal_server/
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #14
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,297
    Plugin Contributions
    22

    Default Re: upgrading to 1.5.8 results in 500 error.

    Thanks for that 500 link, Scott!

    I am seeing admin messages:
    Code:
    [11-Feb-2023 11:16:27 America/New_York] Request URI: /store/xxxxx/index.php?cmd=developers_tool_kit&action=locate_all_files, IP address: 76.179.90.49
    #0 [internal function]: zen_debug_error_handler()
    #1 /home/xxxxx/public_html/store/xxxxx/includes/init_includes/init_templates.php(49): define()
    #2 /home/xxxxx/public_html/store/includes/autoload_func.php(40): require_once('/home/humbleabo...')
    #3 /home/xxxxx/public_html/store/xxxxx/includes/application_top.php(42): require('/home/humbleabo...')
    #4 /home/xxxxx/public_html/store/xxxxx/developers_tool_kit.php(8): require('/home/humbleabo...')
    #5 /home/xxxx/public_html/store/xxxx/index.php(11): require('/home/humbleabo...')
    --> PHP Warning: Constant TITLE already defined in /home/humbleabodes/public_html/store/humble/includes/init_includes/init_templates.php on line 49.
    I don't see this as fixed in github. My github search abilities in issues is crappy. Do I need to open a new issue?
    The full-time Zen Cart Guru. WizTech4ZC.com

  5. #15
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,711
    Plugin Contributions
    123

    Default Re: upgrading to 1.5.8 results in 500 error.

    How do you repro this? Please give detailed instructions.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #16
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,297
    Plugin Contributions
    22

    Default Re: upgrading to 1.5.8 results in 500 error.

    any movement in admin shows this:
    Code:
    [11-Feb-2023 12:23:12 America/New_York] Request URI: /store/xxxxx/index.php?cmd=display_logs&fID=a5eeb71c2e42b7bd87fc00cca535c56d634880e7&, IP address: 76.179.90.49
    #0 [internal function]: zen_debug_error_handler()
    #1 /humble/includes/init_includes/init_templates.php(49): define()
    #2 /includes/autoload_func.php(40): require_once('/home/xxxx...')
    #3 /humble/includes/application_top.php(42): require('/home/xxxx...')
    #4 /zc_plugins/DisplayLogs/v3.0.1/admin/display_logs.php(35): require('/home/xxx...')
    #5 /humble/index.php(23): require('/home/xxx...')
    --> PHP Warning: Constant TITLE already defined in /xxxx/includes/init_includes/init_templates.php on line 49.
    
    [11-Feb-2023 12:23:12 America/New_York] Request URI: /store/xxxx/index.php?cmd=display_logs&fID=a5eeb71c2e42b7bd87fc00cca535c56d634880e7&, IP address: 76.179.90.49
    #0 [internal function]: zen_debug_error_handler()
    #1 /humble/includes/init_includes/init_category_path.php(12): define()
    #2 /includes/autoload_func.php(40): require_once('/home/xxxxx...')
    #3 /humble/includes/application_top.php(42): require('/home/xxxxx...')
    #4 /zc_plugins/DisplayLogs/v3.0.1/admin/display_logs.php(35): require('/home/humbleabo...')
    #5 /humble/index.php(23): require('/home/xxxx...')
    --> PHP Warning: Constant TOPMOST_CATEGORY_PARENT_ID already defined in /xxxxx/includes/init_includes/init_category_path.php on line 12.
    For example, if I delete those logs in display errors - it creates 3 more.
    The full-time Zen Cart Guru. WizTech4ZC.com

  7. #17
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,516
    Plugin Contributions
    88

    Default Re: upgrading to 1.5.8 results in 500 error.

    [QUOTE=delia;1393100]any movement in admin shows this:
    Code:
    [11-Feb-2023 12:23:12 America/New_York] Request URI: /store/xxxxx/index.php?cmd=display_logs&fID=a5eeb71c2e42b7bd87fc00cca535c56d634880e7&, IP address: 76.179.90.49
    #0 [internal function]: zen_debug_error_handler()
    #1 /humble/includes/init_includes/init_templates.php(49): define()
    #2 /includes/autoload_func.php(40): require_once('/home/xxxx...')
    #3 /humble/includes/application_top.php(42): require('/home/xxxx...')
    #4 /zc_plugins/DisplayLogs/v3.0.1/admin/display_logs.php(35): require('/home/xxx...')
    #5 /humble/index.php(23): require('/home/xxx...')
    --> PHP Warning: Constant TITLE already defined in /xxxx/includes/init_includes/init_templates.php on line 49.
    
    [11-Feb-2023 12:23:12 America/New_York] Request URI: /store/xxxx/index.php?cmd=display_logs&fID=a5eeb71c2e42b7bd87fc00cca535c56d634880e7&, IP address: 76.179.90.49
    #0 [internal function]: zen_debug_error_handler()
    #1 /humble/includes/init_includes/init_category_path.php(12): define()
    #2 /includes/autoload_func.php(40): require_once('/home/xxxxx...')
    #3 /humble/includes/application_top.php(42): require('/home/xxxxx...')
    #4 /zc_plugins/DisplayLogs/v3.0.1/admin/display_logs.php(35): require('/home/humbleabo...')
    #5 /humble/index.php(23): require('/home/xxxx...')
    --> PHP Warning: Constant TOPMOST_CATEGORY_PARENT_ID already defined in /xxxxx/includes/init_includes/init_category_path.php on line 12.
    @delia, see this Zen Cart issue for the correction: https://github.com/zencart/zencart/issues/4939

    Noting that those changes will be present in zc158a.

  8. #18
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,297
    Plugin Contributions
    22

    Default Re: upgrading to 1.5.8 results in 500 error.

    That was my purpose - I figured that had been tended to already but needed to make sure it was a known issue. Thanks!
    The full-time Zen Cart Guru. WizTech4ZC.com

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. 500 Error after Upgrading to 1.5.4
    By agile4 in forum Upgrading to 1.5.x
    Replies: 8
    Last Post: 9 Jun 2015, 10:41 PM
  2. Customer gets HTTP 500 error after order is placed -- after upgrading
    By Arunachala in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 21 Jun 2011, 08:28 PM
  3. Admin login blank - server error 500 upgrading ...f to g
    By carlvt88 in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 4 Oct 2010, 04:56 AM
  4. 500 errors after upgrading
    By MischiefDesignz in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 24 Aug 2010, 05:36 AM
  5. Uploading htaccess to root prior to install results in 500 internal error
    By dome90uk in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 11 Jan 2010, 04:26 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