View Issue Details

IDProjectCategoryView StatusLast Update
0000489OXID eShop (all versions)6. ------ Setup -------public2009-01-28 08:11
Reporterdainius.bigelis Assigned To 
PriorityurgentSeverityblockReproducibilityalways
Status closedResolutionduplicate 
Fixed in Version4.0.0.2 revision 14967 
Summary0000489: Errors in setup because incorrect used argument of php function
DescriptionIn setup during system requirements check the php function "get_loaded_extensions" is used with the newly introduced parameter, which exists only since PHP 5.2.4. For users, who runs setup on PHP older than 5.2.4 (i.e. runs on 5.2.3), the errors will occur in the system requirements check page, like:
Warning: Wrong parameter count for get_loaded_extensions() in /[shop]/setup/index.php on line 435
Warning: Wrong parameter count for get_loaded_extensions() in /[shop]/setup/index.php on line 435
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /[shop]/setup/index.php on line 435
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /[shop]/setup/index.php on line 435

Fix it that system requirements check and setup would run correctly also on older PHP, (starting from 5.2.0).
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

duplicate of 0000471 resolvedvilma_liorensaityte setup fails due to wrong return results of get_loaded_extensions() 

Activities

There are no notes attached to this issue.