[TYPO3-asia] Extension not working after upgrade from 4.2 to 4.5
David Bruchmann
david.bruchmann at gmail.com
Tue Oct 20 09:52:01 CEST 2015
if the extension is instantiated from another extension than just load the
class in that other extension by require_once().
Else you had to change the order how the extensions are loaded:
1) ejotazka
2) other extension
There exist(ed) some extensions where the order of loading is/was important.
In general there could be still faults in ext_localconf.php and
ext_tables.php or even TypoScript, so I can't know exactly why it's not
working,
On Tue, Oct 20, 2015 at 1:52 PM, Radovan Hlavaty <
radovan.hlavaty at monogram.sk> wrote:
> Hi David,
>
> Thank you for your reply.
> I know the version 4.5 is outdated, however I'm making the upgrade for a
> client with whom it was agreed only to upgrade to this version. The website
> is also running on outdated PHP 5.2.11 and to make further updates it would
> be more costly for the client.
>
> The thing is, that the extension should still work in this version as
> well, probably there was just some slight change. Yesterday I debugged it
> step by step and the problem seems to be somewhere when the program tries
> to find the extension. It wasn't able to find the path to the extension,
> although in previous version of TYPO3 it was working.
>
> Any idea, what could be wrong? Why all other custom extensions are working?
>
>
>
> _______________________________________________
> 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