[TYPO3-english] TYPO3 site suddenly broken. What can i do?

Martin Mädler martin.maedler at rwth-aachen.de
Thu Apr 21 10:41:15 CEST 2011


Thanks, I could resolve it now!
The extension updater modified "localconf.php" effectively broke its 
syntactical correctness.

The other day I modified this file and put a custom function above the 
"INSTALL SCRIPT EDIT POINT TOKEN". Obviously, the extension updater took 
my function and shrinked it down to one line of code. The end of my 
function initially looked like this

   // else
   return true;
}

But now that it's one line, the code at the end became part of that comment:
// else return true; }

Cheers
Martin
Am 21.04.2011 10:15, schrieb Tom Kleijkers:
> Op 21 apr 2011, om 10:13 heeft Martin Mädler het volgende geschreven:
>
>> Hello List,
>>
>> I'm a little bit lost right now, because the TYPO3 site I'm working on isn't responding at all anymore (empty site and "Internal Server Error 500" header is sent). This includes the FrontEnd and the BackEnd! The database is still there and seems to be complete. The server is working, too. Because when I drop a test php script and call it, that works.
>>
>> The last thing I did was installing the doc_indexed_search (in order to install indexed_search afterwards). That's what shows up in the log, too (when I look at it with PhpMyAdmin).
>>
>> What can I do to resolve this? How I can I track down what's going wrong?
>>
>> Thanks!
>> Martin
> Hello Martin,
>
> Check your server error log. A Internal Server Error (500) is always logged in this logging. It might give you a hint where to look.
>
> Greetings,
>
> --
> Tom Kleijkers MSc.
> Deviation Media Solutions
> http://www.deviation.nl
>
>
>
> _______________________________________________
> 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