[TYPO3-english] Pagetree missing after upgrade to 4.5beta3
Žiga Dolhar
ziga at dolhar.si
Thu Dec 30 16:44:55 CET 2010
On 30.12.2010 16:13, Lorenz Ulrich wrote:
> Hi Ziga
>
> > $TYPO3_CONF_VARS['EXT']['extList'] =
> >
> 'extbase,css_styled_content,tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,t3editor,reports,about,cshmanual,opendocs,recycler,scheduler,templavoila,phpmyadmin,feeditadvanced,extdeveval,sms_direct_mail_ext,tt_news,ve_guestbook,timtab,news_author_rel,m1_google_analytics,doc_indexed_search,t3skin,static_info_tables,wt_spamshield,timtab_latestcomments,mpossnewssorting,kb_wizard_sortrecs,ttnewsgenericmarkers,sr_language_menu,cooluri,rgsmoothgallery,dam,dam_index,dam_catedit,dam_ttcontent,cc_metaexif,indexed_search,crawler,dd_googlesitemap,rgnewsce,version,chnewssort,ttnews_share';
>
>
> I think you forgot to use the Update Wizard in the install tool after
> installing beta3.
I'm almost certain I didn't. Update Wizard currently offers "Version
Compatibility" (which says I'm "up to date"), "Install outsources system
extensions" and "Final step" for comparing databases. Re-runing these
doesn't fix the problem.
>
> Make sure to insert pagetree at the beginning of extList:
>
> pagetree,extbase,css_styles_content,...
I added as per your instructions.
$TYPO3_CONF_VARS['EXT']['extList'] =
'pagetree,cms,lang,sv,em,list,extbase,css_styled_content,tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,t3editor,reports,about,cshmanual,opendocs,recycler,scheduler,templavoila,phpmyadmin,feeditadvanced,extdeveval,sms_direct_mail_ext,tt_news,ve_guestbook,timtab,news_author_rel,m1_google_analytics,doc_indexed_search,t3skin,static_info_tables,wt_spamshield,timtab_latestcomments,mpossnewssorting,kb_wizard_sortrecs,ttnewsgenericmarkers,sr_language_menu,cooluri,rgsmoothgallery,dam,dam_index,dam_catedit,dam_ttcontent,cc_metaexif,indexed_search,crawler,dd_googlesitemap,rgnewsce,version,chnewssort,ttnews_share,info,perm,func,feedit';
Cleared cache, reloaded, no difference :-//
More information about the TYPO3-english
mailing list