Bug #34409

Class Tx_Extbase_Utility_Extension not found

Added by soee no-lastname-given about 1 year ago. Updated 7 months ago.

Status:Resolved Start date:2012-02-29
Priority:Must have Due date:
Assignee:Oliver Hader % Done:

100%

Category:-
Target version:-
Votes: 10 (View)

Description

TYPO3: 4.7 beta 1
After fresh install when we want to go to BE this error shows up:

Fatal error: Class 'Tx_Extbase_Utility_Extension' not found in [..]/typo3conf/temp_CACHED_ps97ec_ext_tables.php on line 492

There are some system extensions (installed by default?) that need Extbase to be installed to. We can add it using Install Tool -> Upgrade Wizard -> section "Install fluid and extbase to satisfy dependencies of system extensions" but shouldn't Extabse be installed by default?


Related issues

duplicated by Core - Bug #41263: Exception after Installation Closed 2012-09-22

History

Updated by Christian Kuhn about 1 year ago

  • Priority changed from Should have to Must have

extbase/fluid are currently no 'hard' requirements (like cms) in 4.7. This will probably change with the next version.

But you are absolutely right: Since the default 'dummy' package comes with about and aboutmodules installed by default, extbase and fluid must be added to the dummy package as well. So, this is a bug that must be fixed in 'dummy'.

Updated by Jigal van Hemert about 1 year ago

  • Status changed from New to Accepted

Updated by Steffen Ritter about 1 year ago

  • Target version changed from 4.7.0 to 4.7.0-beta2

Updated by Steffen Ritter about 1 year ago

  • Project changed from Core to Blank Package (aka dummy)
  • Category deleted (Install Tool)
  • Target version deleted (4.7.0-beta2)

Updated by Sven Wolfermann 9 months ago

still valid

Updated by Jochen Stärk 9 months ago

Thanks for the workaround but the bug itself is a bit annoying as it prevents you from entering the back end after installing.

Updated by TYPO3 GURU 8 months ago

We have faced same problem. We have downloaded the TYPO3 version 4.7.4 (source+dummy) and installed it, after installation the following error displayed:

Fatal error: Class 'Tx_Extbase_Utility_Extension' not found

We have solved this problem after added "extbase" in array of $TYPO3_CONF_VARS['EXT']['extList'] in /typo3conf/localconf.php file.

At around line number 11 and 17, you need to add extbase in those ext lists. It display something like this:

$TYPO3_CONF_VARS['EXT']['extList'] = 'info,perm,func,filelist,about,version,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,css_styled_content,t3skin,t3editor,reports,felogin,form,rsaauth,saltedpasswords,extbase'; // Modified or inserted by TYPO3 Core Update Manager.

Updated by Oliver Hader 8 months ago

  • Status changed from Accepted to Needs Feedback
  • Assignee set to Oliver Hader

I've created snapshots of the 4.7 branch - please test again with those packages.
(you might consider this as unofficial pre-release of 4.7.5)

see http://sourceforge.net/projects/typo3/files/TYPO3%20Source%20and%20Dummy/TYPO3%204.7-snapshot-20120924/

Updated by Oliver Hader 7 months ago

  • Status changed from Needs Feedback to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF