[TYPO3-english] backend won't load after fix for Expected parameter $conf['scriptSuffix'] was not given.
Steffen Gebert
steffen.gebert at typo3.org
Wed Apr 6 12:57:26 CEST 2011
Hi,
you're mixing some things up in this thread.
Besides that it hasn't to do with the subject anymore (the scriptSuffix
problem was another problem, related to FE)..
> From version 4.3.x the backend wouldn't load after logging out.
It looks like some extension changes the output of the login screen. Do
you have any extension installed, which does such customizations?
Your *HTML* output doesn't contain the login form. So it can't be CSS fault.
Please uninstall all unnecessary extension (you can modify the extList
in localconf.php).
Regarding the compressor:
* Removing files from typo3temp/compressor/ usually never helps. New
files are generated and used, when source files change
* The [BE]compressionLevel setting enables the gzip compression of files
generated by the compressor. This requires the already mentioned
.htaccess rules to send the correct headers.
* Deactivating the compressionLevel does not disable the whole
compressor. Still CSS files are merged and minified (whitespaces etc.).
You can disabled this with $TYPO3_CONF_VARS['BE']['debug'] = 1; however
this can't help with your problem.
So please check your site for customizations, which are not compatible
with 4.3/4.4 anymore.
Kind regards
Steffen
--
Steffen Gebert
TYPO3 v4 Core Team Member
TYPO3 .... inspiring people to share!
Get involved: http://typo3.org
More information about the TYPO3-english
mailing list