Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Feb 2014
    Location
    Germany
    Posts
    91
    Plugin Contributions
    0

    Default Re: PHP Problems after Upgrading (production sys) but also on Fresh install (test sys

    For admin it is:

    [CODE][zsa/CODE][18-Apr-2023 11:59:40 Europe/Berlin] PHP Warning: Undefined variable $_SESSION in /home/users/roller/www/usa-158a/includes/extra_configures/enable_error_logging.php on line 84
    [18-Apr-2023 11:59:40 Europe/Berlin] PHP Warning: Trying to access array offset on value of type null in /home/users/roller/www/usa-158a/includes/extra_configures/enable_error_logging.php on line 84
    [18-Apr-2023 11:59:40 Europe/Berlin] PHP Fatal error: Uncaught Error: Call to undefined function error_log() in /home/users/roller/www/usa-158a/includes/extra_configures/enable_error_logging.php:89
    Stack trace:
    #0 [internal function]: zen_debug_error_handler()
    #1 /home/users/roller/www/usa-158a/sHell-ziM-stIll/includes/init_includes/init_cache_key_check.php(14): file_exists()
    #2 /home/users/roller/www/usa-158a/includes/autoload_func.php(40): require_once('...')
    #3 /home/users/roller/www/usa-158a/sHell-ziM-stIll/includes/application_top.php(42): require('...')
    #4 /home/users/roller/www/usa-158a/sHell-ziM-stIll/home.php(9): require('...')
    #5 /home/users/roller/www/usa-158a/sHell-ziM-stIll/index.php(11): require('...')
    #6 {main}
    thrown in /home/users/roller/www/usa-158a/includes/extra_configures/enable_error_logging.php on line 89
    [18-Apr-2023 11:59:40 Europe/Berlin] PHP Fatal error: Uncaught Error: Call to undefined function error_log() in /home/users/roller/www/usa-158a/includes/extra_configures/enable_error_logging.php:102
    Stack trace:
    #0 [internal function]: zen_fatal_error_handler()
    #1 {main}
    thrown in /home/users/roller/www/usa-158a/includes/extra_configures/enable_error_logging.php on line 102

    For Frontend it is:

    [19-Apr-2023 07:42:46 Europe/Berlin] PHP Warning: Undefined variable $_SESSION in /home/users/roller/www/usa-158a/includes/extra_configures/enable_error_logging.php on line 84
    [19-Apr-2023 07:42:46 Europe/Berlin] PHP Warning: Trying to access array offset on value of type null in /home/users/roller/www/usa-158a/includes/extra_configures/enable_error_logging.php on line 84
    [19-Apr-2023 07:42:46 Europe/Berlin] PHP Fatal error: Uncaught Error: Call to undefined function error_log() in /home/users/roller/www/usa-158a/includes/extra_configures/enable_error_logging.php:89
    Stack trace:
    #0 [internal function]: zen_debug_error_handler()
    #1 /home/users/roller/www/usa-158a/includes/functions/sessions.php(164): session_save_path()
    #2 /home/users/roller/www/usa-158a/includes/init_includes/init_sessions.php(29): zen_session_save_path()
    #3 /home/users/roller/www/usa-158a/includes/autoload_func.php(40): require_once('...')
    #4 /home/users/roller/www/usa-158a/includes/application_top.php(237): require('...')
    #5 /home/users/roller/www/usa-158a/index.php(25): require('...')
    #6 {main}
    thrown in /home/users/roller/www/usa-158a/includes/extra_configures/enable_error_logging.php on line 89
    [19-Apr-2023 07:42:46 Europe/Berlin] PHP Fatal error: Uncaught Error: Call to undefined function error_log() in /home/users/roller/www/usa-158a/includes/extra_configures/enable_error_logging.php:102
    Stack trace:
    #0 [internal function]: zen_fatal_error_handler()
    #1 {main}
    thrown in /home/users/roller/www/usa-158a/includes/extra_configures/enable_error_logging.php on line 102

  2. #12
    Join Date
    Feb 2014
    Location
    Germany
    Posts
    91
    Plugin Contributions
    0

    Default Re: PHP Problems after Upgrading (production sys) but also on Fresh install (test sys

    Thank you!
    That now let start the fresh installation of 1.5.8a perfectly with PHP 8.0.27
    I will check whether other functions also do work now e.g. create account.

  3. #13
    Join Date
    Feb 2014
    Location
    Germany
    Posts
    91
    Plugin Contributions
    0

    Default Re: PHP Problems after Upgrading (production sys) but also on Fresh install (test sys

    The critical error at "create account" (Frontend) now is solved.

    Some minor problems still remain e.g. at "database backup" (s. previous page for error) or at lowstock. I see the German version has an additional function to show all items at one page. Only there appears the following PHP error:

    Code:
    [20-Apr-2023 09:10:39 Europe/Berlin] Request URI: /admin/stats_products_lowstock.php?page=all&sort=products_name&dir=ASC&cat=, IP address: 2a02:8108:94c0:27a0:8ad4:cedd:7f7d:818d, Language id 43
    --> PHP Warning: Undefined array key "mfg" in /admin/stats_products_lowstock.php on line 20.
    
    [20-Apr-2023 09:10:39 Europe/Berlin] Request URI: /admin/stats_products_lowstock.php?page=all&sort=products_name&dir=ASC&cat=, IP address: 2a02:8108:94c0:27a0:8ad4:cedd:7f7d:818d, Language id 43
    --> PHP Warning: Undefined array key "status" in /admin/stats_products_lowstock.php on line 21.
    
    [20-Apr-2023 09:10:39 Europe/Berlin] Request URI: /admin/stats_products_lowstock.php?page=all&sort=products_name&dir=ASC&cat=, IP address: 2a02:8108:94c0:27a0:8ad4:cedd:7f7d:818d, Language id 43
    --> PHP Warning: Undefined array key "csv" in /admin/stats_products_lowstock.php on line 22.
    
    [20-Apr-2023 09:10:39 Europe/Berlin] Request URI: /admin/stats_products_lowstock.php?page=all&sort=products_name&dir=ASC&cat=, IP address: 2a02:8108:94c0:27a0:8ad4:cedd:7f7d:818d, Language id 43
    --> PHP Warning: Undefined variable $replace_dir in /admin/stats_products_lowstock.php on line 149.
    
    [20-Apr-2023 09:10:39 Europe/Berlin] Request URI: /admin/stats_products_lowstock.php?page=all&sort=products_name&dir=ASC&cat=, IP address: 2a02:8108:94c0:27a0:8ad4:cedd:7f7d:818d, Language id 43
    --> PHP Warning: Undefined variable $dir_model in /admin/stats_products_lowstock.php on line 162.
    
    [20-Apr-2023 09:10:39 Europe/Berlin] PHP Fatal error: Uncaught TypeError: Unsupported operand types: string * string in /admin/stats_products_lowstock.php:173
    Stack trace:
    #0 {main}
    thrown in /admin/stats_products_lowstock.php on line 173
    
    [20-Apr-2023 09:10:39 Europe/Berlin] Request URI: /admin/stats_products_lowstock.php?page=all&sort=products_name&dir=ASC&cat=, IP address: 2a02:8108:94c0:27a0:8ad4:cedd:7f7d:818d
    --> PHP Fatal error: Uncaught TypeError: Unsupported operand types: string * string in /admin/stats_products_lowstock.php:173
    Stack trace:
    #0 {main}
    thrown in /admin/stats_products_lowstock.php on line 173.

  4. #14
    Join Date
    Feb 2014
    Location
    Germany
    Posts
    91
    Plugin Contributions
    0

    Default Re: PHP Problems after Upgrading (production sys) but also on Fresh install (test sys

    The error at "show all" for the low stock function has been fixed by webchills and will be available at the next release.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 5
    Last Post: 30 Jul 2020, 09:45 PM
  2. v153 Major problems upgrading from 1.5.3 and also fresh install of 1.5.4
    By irishshopper in forum General Questions
    Replies: 1
    Last Post: 5 Mar 2015, 11:13 PM
  3. v154 ZC154 admin havn't Menu after fresh install on PHP 5.2.17
    By sunrise99 in forum Upgrading to 1.5.x
    Replies: 6
    Last Post: 21 Jan 2015, 10:17 PM
  4. has anybody had luck with quickbooks merchant sys
    By stoneymontana in forum Addon Payment Modules
    Replies: 5
    Last Post: 16 Oct 2008, 04:02 AM
  5. Order Display Problems after upgrading to PHP 5.2.5
    By studio3d in forum General Questions
    Replies: 6
    Last Post: 23 Jan 2008, 02:37 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