Project

General

Profile

Actions

Bug #81311

closed

Autoloading-Informations not created after install extension

Added by Christian Forgács Forgács almost 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
-- undefined --
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-05-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

1. Download and install via get.typo3.org/8
2. Install TYPO3
3. Create a Test-Extension with following depends configuration:
  • array( 'extbase' => '8.7.0', 'fluid' => '8.7.0', 'typo3' => '8.7.0', 'recycler' => '', 'dce' => '', 'mask' => '', 'realurl' => '', 'cs_seo' => '', ),

4. Download the current extension list in extension manager via get extensions (I have not update via the update button, only over initial switch to "get extension")
5. Install the test extension which download the extensions from depends array
6. Error throws (class not found in my case from dce extension)
7. Delete autoload folder in typo3conf
8. Try reinstall the test extension
9. It works

When I add in this case in ext_emconf.php the autoload configuration which is since 6.2 not needed (you find a conversation about this here https://github.com/FriendsOfTYPO3/extension_builder/issues/39#issuecomment-303324207), it works.

Actions

Also available in: Atom PDF