[TYPO3-english] TYPO3 error:
Dennis Vlaar
woooha at live.nl
Tue Aug 10 17:34:23 CEST 2010
Hi Rik,
It is a clean installation. No extensions installed.
Even if I find any declaration, I still can't do anything with it. Because I just don't know HOW to fix the problem.
I made a backup of my excisting TYPO3 and pasted the original TYPO3 core files in my root, so I have the "fresh/original" files again, but it didn't help. I'm clueless now.
> From: rik at actiview.nl
> Date: Tue, 10 Aug 2010 16:44:52 +0200
> To: typo3-english at lists.typo3.org
> Subject: Re: [TYPO3-english] TYPO3 error:
>
> Hi Dennis,
>
> Is it a clean installation or does it have extra extensions installed?
>
> In the root directory of your website do:
> > grep -R 'function xdebug' *
> This might help you locate any declaration...
>
> It is really hard to find something like this remotely with only limited
> information.
>
> Good luck!
>
> Rik
>
> Op 10-8-2010 15:23, Dennis Vlaar schreef:
> >
> > Hello Jigal,
> >
> > I already replaced the file multiple times with the original file from the TYPO3 source package. The problem still persists.
> >
> > Ok, I can only find these things with are associated with PHP (in my Install - Basic Configuration):
> >
> > - Safe mode turned on
> > - Suhosin/Hardened PHP is not loaded
> >
> > Can one of these cause this error?
> >
> >
> >
> >
> >> From: jigal at xs4all.nl
> >> Date: Tue, 10 Aug 2010 13:45:30 +0200
> >> To: typo3-english at lists.typo3.org
> >> Subject: Re: [TYPO3-english] TYPO3 error:
> >>
> >> Hi Dennis,
> >>
> >> On 10-8-2010 12:16, Dennis Vlaar wrote:
> >>> Both path are the same. It's about the same path and the same file
> >>> (ie t3lib/config_default.php).
> >>
> >> Then it looks like that file is damaged somehow?
> >>
> >>>>>>> Fatal error: Cannot redeclare xdebug() (previously declared
> >>>>>>> in /***/t3lib/config_default.php:489) in
> >>>>>>> /***/config_default.php on line 493
> >>
> >> In 4.4.2 this is the contents of t3lib/config_default.php:
> >>
> >> 488 // simple debug function which prints output immediately
> >> 489 function xdebug($var = '', $debugTitle = 'xdebug') {
> >> 490 // If you wish to use the debug()-function, and it does not output
> >> something, please edit the IP mask in TYPO3_CONF_VARS
> >> 491 if (!t3lib_div::cmpIP(t3lib_div::getIndpEnv('REMOTE_ADDR'),
> >> $GLOBALS['TYPO3_CONF_VARS']['SYS']['devIPmask'])) return;
> >> 492 t3lib_div::debug($var, $debugTitle);
> >> 493 }
> >>
> >> Can you check the contents of your file, just to be sure that it isn't
> >> damaged?
> >>
> >> Otherwise I suspect problems with a code cache in a PHP accelerator or
> >> other obscure PHP problems.
> >>
> >> --
> >> Jigal van Hemert
> >> skype:jigal.van.hemert
> >> msn: jigal at xs4all.nl
> >> http://twitter.com/jigalvh
> >> _______________________________________________
> >> TYPO3-english mailing list
> >> TYPO3-english at lists.typo3.org
> >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> >
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list