Hi!

Did you restart the server (for clearing the php opcode caches) too?

Kind regards
Markus

------------------------------------------------------------
Markus Klein
TYPO3 CMS Active Contributors Team Member

> -----Original Message-----
> From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-
> boun...@lists.typo3.org] On Behalf Of Robert Wildling
> Sent: Friday, May 09, 2014 4:06 PM
> To: typo3-english@lists.typo3.org
> Subject: Re: [TYPO3-english] Update from 4.5.32 to 4.5.33 : https_enforcer
> error
> 
> And just because I had the possibility and time to test it: downgrading from
> 4.5.31 to 4.5.30 or 4.5.14 causes that error, too. Error message after 
> clearing
> temp/* and the temporary files in typo3conf:
> 
> Fatal error: Cannot redeclare class backend_toolbarItem in
> /u/www/cmstest/test/_vendor/typo3_src-
> 4.5.31/typo3/interfaces/interface.backend_toolbaritem.php
> on line 36
> 
> 
> 
> Am 09.05.14 09:46, schrieb Robert Wildling:
> > Hi, Markus,
> >
> > I checked again, and actually the error mentioned here starts
> > happening when updating from .31 to .32 (not from .29 to .30, .30 to
> > .31, but any other combination from .xx to .32)
> >
> > No idea if this is of any importance now...
> >
> > Kind regards,
> > Robert
> >
> >
> >
> >
> >
> > Am 05.05.14 15:57, schrieb Markus Klein:
> >> Hi!
> >>
> >> I had a look again at the changes between .32 and .33, there's no
> >> change that would cause this.
> >>
> >> The require_once things in 4.5 should not have changed, so I exclude
> >> this as a problem.
> >>
> >> I guess you also deleted the temp files in typo3conf?
> >>
> >> Somehow I have the feeling that the require_once() does not work
> >> correctly for you and that PHP includes the files multiple times,
> >> which of course causes these issues.
> >> What PHP version are you using? Any accelerator involved?
> >>
> >>
> >> Kind regards
> >> Markus
> >>
> >> ------------------------------------------------------------
> >> Markus Klein
> >> TYPO3 CMS Active Contributors Team Member
> >>
> >>> -----Original Message-----
> >>> From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-
> >>> boun...@lists.typo3.org] On Behalf Of Robert Wildling
> >>> Sent: Monday, May 05, 2014 3:10 PM
> >>> To: typo3-english@lists.typo3.org
> >>> Subject: Re: [TYPO3-english] Update from 4.5.32 to 4.5.33 :
> >>> https_enforcer
> >>> error
> >>>
> >>> Did you try to uncomment line 49?
> >>>
> >>>   From what I understood sofar, removing require-statment liek this:
> >>>
> >>> require_once (PATH_t3lib.'[...]);
> >>>
> >>> is one of the things that needs to be done to make
> >>> pi_base-extensions
> >>> TYPO3 6-ready. Maybe this mechanism somehow became "stronger" in
> >>> TYPO3 4.5.33?
> >>>
> >>> Please correct me, if this is a wrong assumption/information!
> >>>
> >>> All the best!
> >>> Robert
> >>>
> >>>
> >>>
> >>> Am 02.05.14 09:32, schrieb Iban:
> >>>> Hi!
> >>>>
> >>>> I tried deleting typo3temp/* but another error appeared:
> >>>> |
> >>>> ||PHP Fatal error:  require_once(): Cannot redeclare class
> >>>> t3lib_pageselect in
> >>>> ..../typo3conf/ext/direct_mail/res/scripts/class.tx_directmail_sele
> >>>> ct_
> >>>> categories.php
> >>>> on line 49|
> >>>>
> >>>> Best regards,
> >>>> Iban.
> >>>>
> >>>> El 30/04/2014 17:46, Markus Klein escribió:
> >>>>> Hi!
> >>>>>
> >>>>> Simply delete the complete content of it.
> >>>>> rm -rf typo3temp/*
> >>>>>
> >>>>> Kind regards
> >>>>> Markus
> >>>>>
> >>>>> ------------------------------------------------------------
> >>>>> Markus Klein
> >>>>> TYPO3 CMS Active Contributors Team Member
> >>>>>
> >>>>>
> >>>>>> -----Original Message-----
> >>>>>> From: typo3-english-boun...@lists.typo3.org
> >>>>>> [mailto:typo3-english- boun...@lists.typo3.org] On Behalf Of Iban
> >>>>>> Sent: Wednesday, April 30, 2014 5:37 PM
> >>>>>> To: typo3-english@lists.typo3.org
> >>>>>> Subject: Re: [TYPO3-english] Update from 4.5.32 to 4.5.33 :
> >>>>>> https_enforcer
> >>>>>> error
> >>>>>>
> >>>>>> Hello again,
> >>>>>>
> >>>>>> I believe that maybe the problem is a "cache" problem... :
> >>>>>> http://forum.typo3.org/index.php?t=msg&goto=677330&;
> >>>>>> Do you know how should I empty 'typo3temp' folder after the
> update?
> >>>>>>
> >>>>>> Best regards,
> >>>>>> Iban.
> >>>>>>
> >>>>>> El 30/04/2014 16:50, Iban escribió:
> >>>>>>> Hello Markus,
> >>>>>>>
> >>>>>>> First, thank you so much for your quickly response.
> >>>>>>>
> >>>>>>> Line 26 of that file is:
> >>>>>>>
> >>>>>>> |require_once PATH_tslib . 'class.tslib_pibase.php';|
> >>>>>>>
> >>>>>>> I see nothing strange in that line, are you?
> >>>>>>>
> >>>>>>> Thank you so much!
> >>>>>>> Iban.
> >>>>>>>
> >>>>>>> El 30/04/2014 16:44, Markus Klein escribió:
> >>>>>>>> Hi!
> >>>>>>>>
> >>>>>>>> This seems to be a bug in the https_enforcer extension.
> >>>>>>>>
> >>>>>>>> Kind regards
> >>>>>>>> Markus
> >>>>>>>>
> >>>>>>>> ------------------------------------------------------------
> >>>>>>>> Markus Klein
> >>>>>>>> TYPO3 CMS Active Contributors Team Member
> >>>>>>>>
> >>>>>>>>> -----Original Message-----
> >>>>>>>>> From: typo3-english-boun...@lists.typo3.org
> >>>>>>>>> [mailto:typo3-english- boun...@lists.typo3.org] On Behalf Of
> >>>>>>>>> Iban
> >>>>>>>>> Sent: Wednesday, April 30, 2014 4:01 PM
> >>>>>>>>> To: typo3-english@lists.typo3.org
> >>>>>>>>> Subject: [TYPO3-english] Update from 4.5.32 to 4.5.33 :
> >>>>>>>>> https_enforcer error
> >>>>>>>>>
> >>>>>>>>> Hello,
> >>>>>>>>>
> >>>>>>>>> Today I tried to update a TYPO3 from 4.5.32 to 4.5.33 and when
> >>>>>>>>> I finished I got this error:
> >>>>>>>>>
> >>>>>>>>> PHP Fatal error:  require_once(): Cannot redeclare class
> >>>>>>>>> tslib_pibase in
> >>>>>>>>> ...../typo3conf/ext/https_enforcer/pi1/class.tx_httpsenforcer_
> >>>>>>>>> pi1
> >>>>>>>>> .ph
> >>>>>>>>> p on
> >>>>>>>>>
> >>>>>>>>> line 26
> >>>>>>>>>
> >>>>>>>>> Could you help me? What did I do wrong?
> >>>>>>>>>
> >>>>>>>>> Best regards,
> >>>>>>>>> Iban.
> >>>>>>>>>
> >>>>>>>>> _______________________________________________
> >>>>>>>>> TYPO3-english mailing list
> >>>>>>>>> TYPO3-english@lists.typo3.org
> >>>>>>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> >>>>>>>> _______________________________________________
> >>>>>>>> TYPO3-english mailing list
> >>>>>>>> TYPO3-english@lists.typo3.org
> >>>>>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> >>>>>>>
> >>>>>>> _______________________________________________
> >>>>>>> TYPO3-english mailing list
> >>>>>>> TYPO3-english@lists.typo3.org
> >>>>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> >>>>>>
> >>>>>> _______________________________________________
> >>>>>> TYPO3-english mailing list
> >>>>>> TYPO3-english@lists.typo3.org
> >>>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> >>>>> _______________________________________________
> >>>>> TYPO3-english mailing list
> >>>>> TYPO3-english@lists.typo3.org
> >>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> >>>>
> >>>>
> >>>
> >>> _______________________________________________
> >>> TYPO3-english mailing list
> >>> TYPO3-english@lists.typo3.org
> >>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> >>
> >
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to