View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001223 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2009-08-20 09:30 | 2009-08-20 13:35 |
| Reporter | arvydas_vapsva | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | won't fix | ||
| Product Version | 4.1.5 revision 21618 | ||||
| Fixed in Version | 4.1.6 revision 22740 | ||||
| Summary | 0001223: open_basedir restriction check is missing in setup system check | ||||
| Description | Had a problem on one server. First setup system req. check screen shows "green light", but server php configuration does not allow to write or edit files, so i get message when setup tries to edit config file: "... Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(...) is not within the allowed path(s): ..." Additionally, server has strict script execution time setup (probably less than 30 sec), so while installing database i get 404 error, which, in this case, means script timeout. Setting set_time_limit(0) on top of the page worked for me, so possible its worth to make something like this in original setup also. Cant provide phpinfo() summary, as its disabled by hosting provider. | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | 5.2.6 | ||||
| Database Version | 5.0.33 | ||||