View Issue Details

IDProjectCategoryView StatusLast Update
0001223OXID eShop (all versions)6. ------ Setup -------public2009-08-20 13:35
Reporterarvydas_vapsva Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version4.1.5 revision 21618 
Fixed in Version4.1.6 revision 22740 
Summary0001223: open_basedir restriction check is missing in setup system check
DescriptionHad 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.
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

arvydas_vapsva

2009-08-20 13:35

reporter   ~0001468

false alarm - there was misunderstanding with paths and some very strict CPU limitations...