View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001376 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2009-10-07 09:20 | 2009-10-23 12:58 |
| Reporter | dainius.bigelis | Assigned To | |||
| Priority | high | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Fixed in Version | 4.2.0 revision 23610 | ||||
| Summary | 0001376: Problem because safe_mode=OFF and check for open_basedir status is needed in sys requirements | ||||
| Description | In system requirements the checks for: - safe_mode=OFF (should be OFF) - open_basedir not set (should be not set) ... are missing. Please add these checks to system requirement check. | ||||
| Additional Information | This is important, because users reports, that some errors occurs in using updateApp. These errors are not shown when safe_mode is OFF. | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | 5.2.6 | ||||
| Database Version | 5.0.33 | ||||
|
|
Safe Mode is deprecated in PHP 5.3.0 and is removed in PHP 6.0.0. http://lt.php.net/features.safe-mode |
|
|
Initialy the problem occured because some warnings in updateApp script. There are safe_mode directive used in this script. So please fix this script, that this directive should not be used, then problems because safe_mode will be solved. |
|
|
safe_mode problem solved in updateApp and added open_basedir check |