Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Bug Reports » Cannot delete audit data
Re: Cannot delete audit data [message #7750 is a reply to message #7749] Wed, 06 July 2022 05:45 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
I have tried this task on my system and I cannot reproduce this error.

That stack trace points to line #985 in file includes/include.session.inc which is the call to session_start() BEFORE the lines you quoted. This should mean that it would fail for *ALL* calls to session_start() and not just the one within this particular task.

After reading the session data from the database PHP automatically calls unserialize() to turn it from a string into an array, but it appears to be failing for some unknown reason. Can you provide a copy of the first 80 bytes of that session data record?


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Frequent file juggling woes
Next Topic: PHP 8 - ListViewPrintAfter()
Goto Forum:
  


Current Time: Sun Apr 28 22:39:11 EDT 2024

Total time taken to generate the page: 0.00977 seconds