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
The following exception is thrown with TYPO3 7.6 running PHP 7.0:
#1420281366: $className "\EWW\Dpf\Domain\Model\Document" must not start with a backslash.
In this extension this happens multiple times. Always on iinstantiating with makeInstance or the objectmanager->get(). Sometimes leading backslashes are used, sometimes single quotes, sometimes double quotes.
The following exception is thrown with TYPO3 7.6 running PHP 7.0:
In this extension this happens multiple times. Always on iinstantiating with makeInstance or the objectmanager->get(). Sometimes leading backslashes are used, sometimes single quotes, sometimes double quotes.
The error is
Proposal:
The text was updated successfully, but these errors were encountered: