You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I was checking something else and discovered this error being reported. Any idea why and if it needs fixing?
CORE_shutdown_apps::run_tasks: Unable to locate any tasks to run for the ECOM_shutdown class. Directory /home/quasar/k9_private/apps/ecom/ECOM/tasks_shutdown not found.
CORE_shutdown_apps::exec: Completed component shutdown tasks for the 'ecom' component.
CORE_shutdown_apps::exec: Component shutdown completed.
CORE::destroy_object: Object destroyed: CORE_shutdown_apps
CORE_shutdown_stats::constructor: Accessed.
CORE::load_object: Cached object created: CORE_shutdown_stats Class: CORE_shutdown_stats
CORE_shutdown_stats::load_object: Cached object returned: CORE_DB_1 Class: CORE_DB
CORE_DB_mysqli::xsql_do: The MySQLi extension executed statement: SHOW COLUMNS FROM core_statsfe
CORE_DB_mysqli::xtable_info: The MySQLi extension provided information on the core_statsfe table.
CORE_DB_mysqli::xsql_do: The MySQLi extension executed statement: SELECT id,hitcount FROM core_statsfe WHERE id='DAYLEVEL.2017-04-11' OR id='MONTHLEVEL.2017-04' OR id='YEARLEVEL.2017' ORDER BY id ASC
CORE_Error::error: Non-fatal error encountered: Undefined variable: id File: /core/CORE/tasks_shutdown/0150_stats.php Line: 167
CORE_DB::clause_update: The following UPDATE clause was created: UPDATE core_statsfe SET hitcount='7434'
CORE_DB_mysqli::xsql_do: The MySQLi extension executed statement: UPDATE core_statsfe SET hitcount='7434' WHERE id='DAYLEVEL.2017-04-11'
CORE_Error::error: Non-fatal error encountered: Undefined variable: calcid File: /core/CORE/tasks_shutdown/0150_stats.php Line: 179
CORE_Error::error: Non-fatal error encountered: Undefined variable: count File: /core/CORE/tasks_shutdown/0150_stats.php Line: 179
CORE_shutdown_stats::exec: Updated the 'core_statsfe' table by adding a hit for reference id ''. New hit count is ''.
CORE_Error::error: Non-fatal error encountered: Undefined variable: id File: /core/CORE/tasks_shutdown/0150_stats.php Line: 167
CORE_DB::clause_update: The following UPDATE clause was created: UPDATE core_statsfe SET hitcount='120522'
CORE_DB_mysqli::xsql_do: The MySQLi extension executed statement: UPDATE core_statsfe SET hitcount='120522' WHERE id='MONTHLEVEL.2017-04'
CORE_Error::error: Non-fatal error encountered: Undefined variable: calcid File: /core/CORE/tasks_shutdown/0150_stats.php Line: 179
CORE_Error::error: Non-fatal error encountered: Undefined variable: count File: /core/CORE/tasks_shutdown/0150_stats.php Line: 179
CORE_shutdown_stats::exec: Updated the 'core_statsfe' table by adding a hit for reference id ''. New hit count is ''.
CORE_Error::error: Non-fatal error encountered: Undefined variable: id File: /core/CORE/tasks_shutdown/0150_stats.php Line: 167
CORE_DB::clause_update: The following UPDATE clause was created: UPDATE core_statsfe SET hitcount='741768'
CORE_DB_mysqli::xsql_do: The MySQLi extension executed statement: UPDATE core_statsfe SET hitcount='741768' WHERE id='YEARLEVEL.2017'
CORE_Error::error: Non-fatal error encountered: Undefined variable: calcid File: /core/CORE/tasks_shutdown/0150_stats.php Line: 179
CORE_Error::error: Non-fatal error encountered: Undefined variable: count File: /core/CORE/tasks_shutdown/0150_stats.php Line: 179
CORE_shutdown_stats::exec: Updated the 'core_statsfe' table by adding a hit for reference id ''. New hit count is ''.
CORE_shutdown_stats::exec: Statistics logged.
CORE::destroy_object: Object destroyed: CORE_shutdown_stats
CORE_shutdown_session::constructor: Accessed.
CORE::load_object: Cached object created: CORE_shutdown_session Class: CORE_shutdown_session
Offline
Thanks for the report. These are non-issue type errors in the stats shutdown module. I just checked the to-be-released version 9.0.2 to ensure that these are not present in the updated code. Actually in 9.0.2 this module was heavily optimized and the relevant lines are not there any more. Apply the 9.0.2 update to resolve when released. Until then, you can ignore this.
Offline
Also noticed these errors on the order completion page while doing some other testing:
CORE_Error::error: Non-fatal error encountered: Undefined variable: site_name File: /core/CORE_Display/CORE_Display.php(477) : eval()'d code Line: 1
CORE_Error::error: Non-fatal error encountered: Undefined variable: site_name File: /core/CORE_Display/CORE_Display.php(477) : eval()'d code Line: 10
Offline