franzholz / jfmulticontent

jfmulticontent for TYPO3 11.5 and 12.3. The original author is Jürgen Furrer.
https://www.jambage.com
0 stars 4 forks source link

Update Script Extensionmanager Error #3

Closed christiana83 closed 4 years ago

christiana83 commented 4 years ago

hi! the update script in extension manager throws the following error:

Call to a member function fullQuoteStr() on null

how can I solve this issue to use the extension?

When not executing the update script the old frontend plugin (anythingslider) will throw an error

Call to undefined method TYPO3\CMS\Core\Utility\GeneralUtility::slashJS()

I am looking forward to get help from you!

greetings, Christiana

franzholz commented 4 years ago

You must install the extension typo3db_legacy 1.1.1 !

christiana83 commented 4 years ago

Thank you very much!!! I'll give it a try!

christiana83 commented 4 years ago

Now, the script was running but in frontend I still get the message

Oops, an error occurred! Call to undefined method TYPO3\CMS\Core\Utility\GeneralUtility::slashJS()

franzholz commented 4 years ago

Replace the file pi1/class.tx_jfmulticontent_pi1.php with the Github version.

christiana83 commented 4 years ago

perfect! now it works! many thanks!