View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000489 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2009-01-07 15:09 | 2009-01-28 08:11 |
Reporter | dainius.bigelis | Assigned To | |||
Priority | urgent | Severity | block | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Fixed in Version | 4.0.0.2 revision 14967 | ||||
Summary | 0000489: Errors in setup because incorrect used argument of php function | ||||
Description | In 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). | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
duplicate of | 0000471 | resolved | vilma_liorensaityte | setup fails due to wrong return results of get_loaded_extensions() |