Bug #53210
closedExtension Upload ends in PHP Error
100%
Description
I want to upload an extension ZIP file which I have created by zipping an extension folder. I want to upload the ZIP file to another TYPO3 environment, where an older version of that extension is already installed.
Extension Upload failed PHP Catchable Fatal Error: Argument 1 passed to TYPO3\CMS\Extensionmanager\Utility\InstallUtility::processDatabaseUpdates() must be of the type array, null given, called in /var/www/html/developer/typo3_src-6.2.0beta1/typo3/sysext/extensionmanager/Classes/Utility/InstallUtility.php on line 110 and defined in /var/www/html/developer/typo3_src-6.2.0beta1/typo3/sysext/extensionmanager/Classes/Utility/InstallUtility.php line 223
Updated by Rico Sonntag almost 11 years ago
Seems to be there is no or no valid ext_emconf.php inside your uploaded extension. Also TYPO3 seems not to test the result after loading the ext_emconf.php
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26741
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26741
Updated by Christian Weiske almost 11 years ago
Testing is easy:
- Open extension manager, search a not installed but downloaded extension
- empty its
ext_emconf.php
and click on the "install" button
Updated by Gerrit Code Review almost 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26741
Updated by Rico Sonntag almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bb600dec794aafc59f214f3c1d483c27b8aa9e92.