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
I had a widget that kept crashing and could not be edited anymore: the edit function brought me into the widget and looked like edit mode but I could not.
As I did not want to loose the complete widget I checked the database and tried to repair it. I removed the last characters until the last closed and tried to do the things I wanted to do again. It happened again ... It seems like if the widget is above a certain size it does not get saved properly anymore and then crashes when opened. Dashboard does not warn about that and the widget is unrepairable broken once that happens ...
The text was updated successfully, but these errors were encountered:
I think I found the problem: the limit is the database.
I suggest to change the type of "content" to "LONGTEXT" or "MEDIUMTEXT" in dashboard_schema.php I don't think anybody will exceed that limit (of 16MB or 4GB)
Tried that and it works now as expected. A warning would be cool
I had a widget that kept crashing and could not be edited anymore: the edit function brought me into the widget and looked like edit mode but I could not.
As I did not want to loose the complete widget I checked the database and tried to repair it. I removed the last characters until the last closed and tried to do the things I wanted to do again. It happened again ... It seems like if the widget is above a certain size it does not get saved properly anymore and then crashes when opened. Dashboard does not warn about that and the widget is unrepairable broken once that happens ...
The text was updated successfully, but these errors were encountered: