[TYPO3-asia] TYPO3-asia Digest, Vol 36, Issue 1
mawan sugiyanto
maoneid at gmail.com
Tue Oct 27 08:25:34 CET 2015
i trust that in this milist will show detail about their xperience. so not
all problem solve with google .. :)
On Tue, Oct 20, 2015 at 5:00 PM, <typo3-asia-request at lists.typo3.org> wrote:
> Send TYPO3-asia mailing list submissions to
> typo3-asia at lists.typo3.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-asia
> or, via email, send a message with subject or body 'help' to
> typo3-asia-request at lists.typo3.org
>
> You can reach the person managing the list at
> typo3-asia-owner at lists.typo3.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of TYPO3-asia digest..."
>
>
> Today's Topics:
>
> 1. Extension not working after upgrade from 4.2 to 4.5
> (Radovan Hlavaty)
> 2. Re: Extension not working after upgrade from 4.2 to 4.5
> (David Bruchmann)
> 3. Re: Extension not working after upgrade from 4.2 to 4.5
> (Radovan Hlavaty)
> 4. Re: Extension not working after upgrade from 4.2 to 4.5
> (David Bruchmann)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 19 Oct 2015 13:58:50 +0200
> From: Radovan Hlavaty <radovan.hlavaty at monogram.sk>
> Subject: [TYPO3-asia] Extension not working after upgrade from 4.2 to
> 4.5
> To: typo3-asia at lists.typo3.org
> Message-ID: <mailman.1.1445255930.21307.typo3-asia at lists.typo3.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> 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.
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 19 Oct 2015 22:24:42 +0700
> From: David Bruchmann <david.bruchmann at gmail.com>
> Subject: Re: [TYPO3-asia] Extension not working after upgrade from 4.2
> to 4.5
> To: Radovan Hlavaty <radovan.hlavaty at monogram.sk>, TYPO3 in Asia
> <typo3-asia at lists.typo3.org>
> Message-ID: <mailman.11701.1445268284.569.typo3-asia at lists.typo3.org>
> Content-Type: text/plain; charset=UTF-8
>
> 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
> >
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 20 Oct 2015 08:52:01 +0200
> From: Radovan Hlavaty <radovan.hlavaty at monogram.sk>
> Subject: [TYPO3-asia] Re: Extension not working after upgrade from
> 4.2 to 4.5
> To: typo3-asia at lists.typo3.org
> Message-ID: <mailman.1.1445323921.15869.typo3-asia at lists.typo3.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> 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?
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 20 Oct 2015 14:52:01 +0700
> From: David Bruchmann <david.bruchmann at gmail.com>
> Subject: Re: [TYPO3-asia] Extension not working after upgrade from 4.2
> to 4.5
> To: Radovan Hlavaty <radovan.hlavaty at monogram.sk>, TYPO3 in Asia
> <typo3-asia at lists.typo3.org>
> Message-ID: <mailman.11870.1445327523.569.typo3-asia at lists.typo3.org>
> Content-Type: text/plain; charset=UTF-8
>
> 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
> >
>
>
> ------------------------------
>
> _______________________________________________
> TYPO3-asia mailing list
> TYPO3-asia at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-asia
>
> End of TYPO3-asia Digest, Vol 36, Issue 1
> *****************************************
>
More information about the TYPO3-asia
mailing list