I don’t remember what the php compatibility was for BL3, @Ben would probably know. But if nothing else on your site has changed, perhaps the problem is due to your host changing php version. Just a guess.
You can wait for him to chime in here or you can click on his name in my last reply and send him a private message. It may not be a php issue so he might also need a Backlight admin login and perhaps even ftp access.
413 is a server error meaning “payload too large”. This has come up recently with users running sites on Nginx. Who are you hosting with? Do you know what web server they are using?
If you visit the PHP Info page in your Backlight admin and search the page for the text “nginx”? If you find anything can you copy the details here? If not, can you verify that searching for “Apache” matches anything?
Hi Ben - thank you for responding.
The Nginx search came back with nginx/1.23.2
the Apache search returns: Apache 2.0 Handler Author: Ian Holsman, Justin Erenkrantz (based on Apache 2.0 Filter code)
The error occurs if I’m trying to upload as little as one Lightroom image (RAW).
Thanks, @chbphoto. It looks like Nginx and presumably the setting for client_max_body_size is the culprit. The default Nginx setting for this is 1MB, which isn’t very large for image uploads.