Sorry, There was A Problem We Could Not Recover From. The Server Returned A "500 - Whoops, Looks Like Something Went Wrong." - Question | JoomShaper

is live, now with multi-currency selling.

Sorry, There was A Problem We Could Not Recover From. The Server Returned A "500 - Whoops, Looks Like Something Went Wrong."

A

Alba

SP Page Builder 2 weeks ago

Hello, I am not able to edit any pages from the front end. I get the following error:

Sorry, there was a problem we could not recover from. The server returned a "500 - Whoops, looks like something went wrong."

Here is my system information:

System Information

Joomla! Version Joomla! 5.4.8 Stable [ Kutegemea ] 18-August-2026 16:00 GMT Joomla Backward Compatibility Plugin Enabled () PHP Version 8.4.24

I am running SPPageBuilder Pro 6.8.0

How can I fix this issue? Thanks

0
7 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 weeks ago #233010

Hi there,

Thanks for reaching out.

Your Joomla, PHP, and SP Page Builder versions appear to meet the current requirements.

Since a 500 error is only a generic server error, we need to see the actual error message to identify the cause.

Could you please enable Joomla Debug and set Error Reporting to Maximum, then try opening the front-end editor again and share the complete error message or stack trace with us?

Also, if possible, please check your server/PHP error log for the corresponding error.

Best regards,

0
A
Alba
Accepted Answer
2 weeks ago #233126

Thank you Rashida, I have included the links to the screenshots in the hidden area. Alba

0
A
Alba
Accepted Answer
2 weeks ago #233191

Hello, I have not received a response and need to update my website ASAP. Do you need any additional information from me?

Alba

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 week ago #233317

Hi Alba,

Thanks for the screenshots — they pinpoint the cause, and it isn't SP Page Builder or Joomla.

Behind the generic 500 page is this database error:

User 'o13*******' has exceeded the 'max_user_connections' resource (current value: 4)

Your MySQL user is limited to 4 simultaneous connections. The front-end editor loads page data, addons and media through several parallel requests, each needing its own connection, so it goes over that limit almost every time — while normal page visits stay under it. The "error in your SQL syntax… near ''" message you saw is a side effect of the same dropped connection.

Two things to do:

  1. Lower what your site needs. In System → Global Configuration → System tab, change Session Handler from Database to Filesystem, and set Cache to Conservative Caching. Also keep just one tab open on the site while editing, and turn Debug back off once testing is done.

  2. Ask your hosting provider to raise the limit. Four concurrent connections is very low for a CMS — most shared hosting plans allow 20 or more. You may ask them:

    My Joomla site returns HTTP 500 errors and MySQL reports "User '…' has exceeded the 'max_user_connections' resource (current value: 4)". Please raise max_user_connections for this database user, or advise which package provides a higher limit.

Step 1 often gets the editor working again straight away; step 2 is the permanent fix. If anything remains after both, let us know and we'll continue from there.

Best regards,

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 week ago #233507

Did you check?

0
A
Alba
Accepted Answer
6 days ago #233548

Thank you. My hosting provider wouldn't increase my max user connections but lowering what the site needed did help. I just have to make sure I don't have too many windows open.

Thanks again. Alba

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 6 days ago #233563

Glad that it helped and You are always welcome Alba:)

0