After updating to 30 version, the third-party configuration option is showing a Gibbon Escape error. Do you know what might be causing this?
Hi @plataformaeducativa Thank you for your question. Could you maybe share some more details and screenshot so we can replicate the issue and check the root cause. Thanks!
Hi @plataformaeducativa We’ve tested but haven’t been able to replicate the issue you are seeing. Can you share more information about PHP and MySQL version your server is running? Also, what language are you using as your system default?
A “Gibbon escape” message is a PHP error, so the exact text of the error will be in your system’s PHP error log. If you can share that, it could shed some light on the source of the error.
Hi @sandra .
Gibbon presents: PE - Plataforma Educativa - Administrar el Sistema
The server error log is:
[27-Jan-2026 08:06:06 America/Bogotá] Uncaught Exception: ValueError: Unknown format specifier ’ ’ in /home/igleoljt/chw.edu.co/modules/System+Admin/thirdPartySettings.php on line 50.
Line 50 of thirdPartySettings.php is:
“error10” => sprintf(__(“An error (%1$s) occurred while sending an email to %2$s.”), $emailError, $emailRecipient),
What could be the error?
Hi @plataformaeducativa
Thank you for sharing the error message. We think the error is probably in the translation string. Could you please update the language in System Admin → Manage Languages. This should fix the issue if the translation string has been fixed. Thanks.