Elxis CMS Forum

Support => General => Topic started by: xmanhattan on April 29, 2023, 11:03:34

Title: Reference code: SEC-DBC1040 and loader.php session_write_close
Post by: xmanhattan on April 29, 2023, 11:03:34
Hello,
After I updated to 5.4, I checked the logs and found the following:
Code: [Select]
File name: warning.log
[2023-04-28 09:40:51] WARNING in file /var/www/vhosts/site.com/httpdocs/includes/loader.php line 183
session_write_close(): Cannot call session save handler in a recursive manner

File name: error.log
FATAL ERROR. Reference code: SEC-DBC1040
URL: /attorneys-and-lawyers/legal-mediation.html

The pages display normally.  What should I do if anything?
Title: Re: Reference code: SEC-DBC1040 and loader.php session_write_close
Post by: datahell on April 29, 2023, 13:52:56
This is something temporary. This can happen if the database loses its connectivity or the query fail for some reason (sessions by default are stored in database). If it doesn't happen often just ignore it.
Title: Re: Reference code: SEC-DBC1040 and loader.php session_write_close
Post by: xmanhattan on April 30, 2023, 09:32:01
Thanks Datahell