So in summary:

If backend doesn't load, remove alle extensions from localconf.php (I copied a new version and added my db parameters)
and reïnstall needed extensions and remove typo3conf/temp_cached*


On 6-4-2011 14:07, Thijs Hakkenberg wrote:


On 6-4-2011 12:57, Steffen Gebert wrote:
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)..
Correct, sorry :)

 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).
Hm. I have a lot of extensions. The list:
'extbase,css_styled_content,tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_cedito r,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,task center,info_pagetsconfig,viewpage,t3skin,automaketemplate,tt_news,tt_address,ws_last_modified,static_info_tables,sr_language_menu,news_lngselect,newloginbox,e leon_advancedlogin,tmp_rnd,tt_copy,phpmyadmin,sv_xhtml_improvement,dir_listing,cag_linkchecker,rs_userimp,xhtml_anchor,sr_feuser_register,kb_md5fepw,api_macma de,loginbox_macmade,goof_fotoboek,de_phpot,rlmp_dateselectlib,lorem_ipsum,rovo_title_path,sf_validator,myth_repository,realurl,mth_feedit,libunzipped,rlmp_off icelib,ter_update_check,doc_lastupdate_tut,sb_akronymmanager,th_exttableservice,iframeflexform,rlmp_officeimport,push2rss_3ds,ed_newscomments,pdf_generator2,a ddress,overlib,frontendformslib,gsi_pagenav,acorn_office,cobweb_protector,cc_textfunc,fhm_link2footnote,direct_mail,it_dmailer_htmlfix,dropdown_sitemap,lfedit or,wt_searchandreplace,wt_spamshield,spamshield,indexed_search,macina_searchbox,rtehtmlarea,rteanchors,dmail_unsubscribe,css2inline,ch_notranslation,newsreade dcount,tan3_glider,jb_realurl_regeneration,realurlmanagement,t3s_jslidernews,t3jquery,about,cshmanual,feedit,opendocs,simulatestatic,recycler,t3editor,reports ,scheduler,version,statictemplates,info,perm,func,filelist,fluid,workspaces,ts_language_nl,date2cal';

I've copied a new fresh localconf and added my site specific code (only db parameters).
Current list:
'css_styled_content,extbase,info,perm,func,filelist,about,version,tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,ts template_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,t3skin,t3editor,reports,felogin,fluid,workspaces,linkvalidator,scheduler,aut
omaketemplate,tt_news,tan3_glider';

Now it works!

I can login again :) And I only have to re-enable the missing extensions :)

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

_______________________________________________
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