There are several errors when submitting forum topics:
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 65552 bytes) in /home/forum/repo/www/core/includes/bootstrap.inc on line 2593
Thanks!
Here I find the already reported issue
https://github.com/backdrop-contrib/term_reference_tree/issues/4
I think in the meanwhile I'll have to just stick to legacy...
It is term reference tree
Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content. ThumbnailsChild.sys.mjs:26:13
jQuery....
No, for sure not Leaflet, those modules are fully compatible with jQuery 3.
There has been some activity re removed jQuery size() method in contrib land.
What you could do now...
The jQuery size method has been removed in jQuery 3. See https://api.jquery.com/size/
One of your Javascript files is still using that method, and therefore it's giving a fatal error. It's...
Posted16 hours 6 min ago by Alejandro Cremaschi (argiepiano) on:
Comments
This is probably related to:
https://forum.backdropcms.org/forum/forum-preview-throws-error and/or
https://github.com/backdrop-ops/forum.backdropcms.org/issues/67
Thanks for reporting the problem.