[TYPO3-typo3org] typo3.org down

Martin Holtz typo3ng_2009 at martinholtz.de
Tue Feb 16 13:11:47 CET 2010


Hi Dmitry,

>>> "Error: The main frontend extension "cms" was not loaded. Enable it
>>> in > the extension manager in the backend."
>>>
>>> Anyone can confirm this?
>>
>> something came from cache. Should work now.
> 
> I saw this weird error in some installations but could not fix it
> reliably. Surely clearing cache files fixes it but I wonder why it
> happens at all.
> 
> Anybody got a clue?

I had such effects with "magic_quotes_sybase = on" in php.ini. Setting
it to "off" solved that issue on one server. That flag has effects (see
http://php.net/manual/en/sybase.configuration.php#ini.magic-quotes-sybase)

With that flag i had in temp_CACHED_*ext_localconf.php $TYPO3_LOADED_EXT
sometimes with slashes, sometimes without on the same server. (Perhaps
php accelerator take effect too...)

f.e. looks like:
$TYPO3_LOADED_EXT =
unserialize(stripslashes('a:95:{s:3:\"cms\";a:7:{s:4:\"type\";s:1:\"S\";s:11:\"siteRelPath\";s:17:\"typo3/sysext/cms/\";s:12:\"typo3RelPath\";s:11:\"sysext/cms/\";s:17:\"ext_localconf.php\";s:59:\"

The serialized array has sometimes (same installation!) slahes in it,
sometimes not.

But i had installations with slashes wich are working fine...

So i had no clue where to start to "debug".

If you have an hint, please let me know.

regards,
martin
-- 
Martin Holtz - elemente websolutions http://www.elemente-websolutions.ms

http://wiki.typo3.org/Ts45min - TypoScript in "45" minutes
http://wiki.typo3.org/De:ts45min - (auch in Deutsch)


More information about the TYPO3-team-typo3org mailing list