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 get a fatal error when I install be_links, resulting in a broken backend:
Uncaught TYPO3 Exception
Serialization of 'Closure' is not allowed
Exception thrown in file /var/www/html/t3inn/typo3conf/ext/devlog/Classes/Domain/Repository/EntryRepository.php in line 254.
I get a fatal error when I install be_links, resulting in a broken backend:
and
This only happens if the extension devlog is installed at the time of the be_links installation.
So I tried to create the table manually:
That's when I ran into the root of the problem:
Fixing those two lines in ext_tables.sql solved my problem.
The text was updated successfully, but these errors were encountered: