Project

General

Profile

Actions

Bug #53210

closed

Extension Upload ends in PHP Error

Added by Franz Holzinger over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-10-29
Due date:
% Done:

100%

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

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
Actions #1

Updated by Rico Sonntag over 10 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

Actions #2

Updated by Gerrit Code Review over 10 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

Actions #3

Updated by Gerrit Code Review about 10 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

Actions #4

Updated by Christian Weiske about 10 years ago

Testing is easy:

  1. Open extension manager, search a not installed but downloaded extension
  2. empty its ext_emconf.php and click on the "install" button
Actions #5

Updated by Gerrit Code Review about 10 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

Actions #6

Updated by Rico Sonntag about 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF