Kryptronic Software Support Forum

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.

#1 04-11-2017 08:25:10

sdn
Member
From: UK
Registered: 05-29-2007
Posts: 882

Non-Fatal Error /core/CORE/tasks_shutdown

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


Simon

Offline

 

#2 04-12-2017 07:17:20

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Non-Fatal Error /core/CORE/tasks_shutdown

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.


Nick Hendler

Offline

 

#3 04-19-2017 13:48:29

sdn
Member
From: UK
Registered: 05-29-2007
Posts: 882

Re: Non-Fatal Error /core/CORE/tasks_shutdown

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


Simon

Offline

 

#4 04-20-2017 07:27:56

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Non-Fatal Error /core/CORE/tasks_shutdown

Thank you.  If you find any others, please report them.  Helps to clean up the code.


Nick Hendler

Offline

 

Board footer