Bug #68921
closedExtension Manager Blank after Official Introduction Package instal
100%
Description
I took a new install of 6.2.14. Every was working out of the box. No changes to configuration, and then installed the "Official Introduction Package". It seemed to install ok. the backend worked for all the pages, except when I went back to the Extension Manager. The page was just blank.
I was able to reproduce this every time.
I added some debug and finally got an error when loading the Extension Manager about not able to find the "rtehtmlarea" extension.
I went thru the typo3conf/PackageStates.php file after the install and the "rtehtmlarea" extension is in the file, active and same exact parameters as the file before the install.
The only real difference between the original PackageStates.php and the version after the package install is that the order of the array is reversed. Not sure if this matters.
Just to see if anything else could be the problem, I replaced the LocalConfiguration.php and PackageStates.php with the original files before the install, and I was able to get into the Extension Manager. I could not leave it like this, because the DB obviously had updates and new tables. But I think it seems to point to something in the files that the system does not like.
I have attached the orig and version after the package install.
Files
Updated by Bill Stoltz over 9 years ago
- File LocalConfiguration.orig.php LocalConfiguration.orig.php added
- File LocalConfiguration.php LocalConfiguration.php added
- File PackageStates.orig.php PackageStates.orig.php added
- File PackageStates.php PackageStates.php added
Sorry, these are the correct files.
Updated by Stefan Neufeind over 9 years ago
- File deleted (
LocalConfiguration.orig)
Updated by Stefan Neufeind over 9 years ago
- File deleted (
LocalConfiguration.php)
Updated by Morton Jonuschat over 9 years ago
- Status changed from New to Needs Feedback
I think there is a bug in the current bootstrap_package (used by the introduction package) in regard to PHP 5.3 and PHP 5.4
The fix should be here: https://github.com/benjaminkott/bootstrap_package/commit/b8d89b14198af99b941813b6173a395e3392d7ec
Could you see if applying this fix solves your problem?
Updated by Bill Stoltz over 9 years ago
It worked. Changing the one line, fixed the extension manager.
Thanks.
Updated by Benjamin Kott over 9 years ago
- % Done changed from 0 to 100
Bootstrap Package has been updated and a new version was released to the TER, problem is fixed with version 6.2.15 https://github.com/benjaminkott/bootstrap_package/releases/tag/v6.2.15
Updated by Benjamin Kott over 9 years ago
- Status changed from Needs Feedback to Resolved