[TYPO3-asia] Extension not working after upgrade from 4.2 to 4.5
David Bruchmann
david.bruchmann at gmail.com
Mon Oct 19 17:24:42 CEST 2015
Hi Radovan,
updating TYPO3 is a good purpose but Version 4.5 is already outdated too.
I don't know if you still want to upgrade further but concerning extensions
it might worth it to spend much time on it because in current versions of
TYPO3 they don't work at all.
I can offer to program the extension new, if you're interested send me a
separated mail, and don't reply or forward this one, as it would go to the
mailinglist perhaps again.
Best Regards,
David
On Mon, Oct 19, 2015 at 6:58 PM, Radovan Hlavaty <
radovan.hlavaty at monogram.sk> wrote:
> Hello,
>
> I've just made an upgrade of TYPO3 from version 4.2.3 to 4.5.40. The
> upgrading process went well and most of the extensions are working, however
> there is one custom extension which doesn't work. If I try to load a page
> where the extension should be loaded it gives me this error: Fatal error:
> Class 'tx_ejotazka_pi1' not found in
> C:\wamp\www\comseco_svn\htdocs\t3lib\class.t3lib_div.php on line 5468.
>
> I have checked the line 5468 and found out that there is method
> instantiateClass, which is called inside method makeInstance.
> Here I've mentioned 2 changes from the previous TYPO3 version. First, the
> method makeInstance was previously &makeInstance.
> Second, there wasn't the method instantiateClass.
>
> I don't understand why all the other extensions are working but this one.
> The only difference is that the instance of this extension is made in some
> other extension/plugin. This is the code that calls makeInstance method at
> first.
>
> $otazka = &t3lib_div::makeInstance('tx_ejotazka_pi1');
> $otazka->main($content,$conf);
>
> I would appreciate any advise. Thanks in advance.
> _______________________________________________
> TYPO3-asia mailing list
> TYPO3-asia at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-asia
>
More information about the TYPO3-asia
mailing list