I think @Ben will probably need to look into it, but I have wild-ass guess you can try.
The error seems to have something to do with date. Check the Timezone setting in Backlight Settings and make sure it’s set to your time zone. It’s a long shot but worth a try.
Hi @Kurt, in my experience PHP 8.1 has been the cause of most issues like this. I haven’t been able to replicate this error message, however I’ve put in a change to the code that should fix this and also fix the issue at Error during customer checkout via PayPal (which I also couldn’t replicate).
Can you try reinstalling the main Backlight modules by clicking ‘Reinstall’ under ‘Backlight’ on the Backlight modules page?
Hi @rod_barbee, I have made another silent update to address the htmlspecialchars() issue. This and the earlier updates have been applied to both the testing and release streams.
My galleries turned to this
Deprecated: Function get_magic_quotes_gpc() is deprecated in /home4/lschafer/public_html/backlight/modules/module-framework/Framework.php on line 249
Warning: Cannot modify header information - headers already sent by (output started at /home4/lschafer/public_html/backlight/modules/module-framework/Framework.php:249) in /home4/lschafer/public_html/backlight/modules/module-framework/Framework.php on line 362
ini_set(): Headers already sent. You cannot change the session module’s ini settings at this time|#0 [internal function]: ErrorHandler::handleError(2, ‘ini_set(): Head…’, ‘/home4/lschafer…’, 145, Array) #1 /home4/lschafer/public_html/backlight/modules/module-framework/helpers/AuthHelper.php(145): ini_set(‘session.save_pa…’, ‘./…/backlight/…’) #2 /home4/lschafer/public_html/backlight/modules/module-framework/Framework.php(390): AuthHelper::handleSession() #3 /home4/lschafer/public_html/backlight/modules/module-framework/Framework.php(148): Framework->handleSession() #4 /home4/lschafer/public_html/backlight/modules/module-framework/Framework.php(41): Framework->init() #5 /home4/lschafer/public_html/galleries/index.php(8): Framework->__construct(’./…’, Array) #6 {main}|URL: /galleries/index.phpfile_put_contents(./…/backlight/data/class_lookup.txt): failed to open stream: No such file or directory|/home4/lschafer/public_html/backlight/modules/module-framework/helpers/ClassFinder.php|113
My web site is lschaferphotography.comschafer4@fuse.net
This function was removed in Backlight 3. Code was put in place to work around the warning in Backlight 2, but I can’t guarantee that it hides the warning.