You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem
We have a system with four MSM sites. Some use Structure, some don't. On saving an entry where Structure isn't set up I get the following error:
Deprecated
base64_decode(): Passing null to parameter #1 ($string) of type string is deprecated
ee/ExpressionEngine/Addons/structure/sql.structure.php, line 1437
Severity: E_DEPRECATED
The entry still saves but the success screen isn't shown, instead the error blocks the output.
Environment Details:
Version: 7.5.7
PHP Version 8.3.19
MySQL Version 5.7.42
OS: Linux
Web Server: Apache
Possible Solution
Replace line 1437 of sql.structure.php with the following:
Description of the problem
We have a system with four MSM sites. Some use Structure, some don't. On saving an entry where Structure isn't set up I get the following error:
The entry still saves but the success screen isn't shown, instead the error blocks the output.
Environment Details:
Possible Solution
Replace line 1437 of sql.structure.php with the following:
There could be a better solution, but this seems to work for me.
Additional context
Our site has been updated from Version 2 via intermediate versions, so it's possible that this is the source of the issue.
The text was updated successfully, but these errors were encountered: