bosco Posted November 7, 2002 Posted November 7, 2002 My oscommerce was working well when it was parked on a free webhosting website, but when I tried to install it in my windows 2000 local machine, the modules in admin crashed and came up with the following warnings: Warning: Failed opening '/www/shop/######' for inclusion (include_path='.;c:php4pear ') in ####/modules.php on line 120 ..... ----------------------------------- 8) My docu_root: f:www I install oscommerce in f:wwwshop ---------------------------- I just fixed this problem by adding " include_path = ".;f:" " into my php.ini file. So I think the bug is that by definition in configure.php 'DIR_WS_LANGUAGES' = '/www/shop/includes/language/', the modules.php try to open '/www/shop/includes/language/english/module/payment/*.php' but can't find it, actually it shoud be 'f:/www/shop/includes/language/english/module/payment/*.php' hope it will be helpful for your guys encountering this problem
bosco Posted November 7, 2002 Author Posted November 7, 2002 I find another approach, actually it's my fault to raise this problem when I installed oscommerce, the Webserver Root Directory should be "F:/www" instead of "/www"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.