| Script is not inside XOOPS_ROOT_PATH - SOLVED |
| by e-u-l-o-g-y on 2006/2/20 14:37:59 Hi! I've installed XOOPS (2.0.13.2) on my home computer (using xampp), But after a while I got the following message instead of the main page: XOOPS path check: Script is not inside XOOPS_ROOT_PATH and cannot run. I've found this page: https://xoops.org/modules/newbb/viewtopic.php?topic_id=42339&viewmode=flat&order=ASC&start=0 But this is on my own computer, so the host hasn't changed adress, and changing "define('XOOPS_CHECK_PATH', '1');" in mainfile.php to 0 doesn't help. I've doublechecked the settings in mainfile.php and they seemes to be perfectly fine. Any suggestions? SOLUTION: Adding the XOOPS root folder to include_path in php.ini causes this problem. Check out this link for further info: https://xoops.org/modules/newbb/viewtopic.php?topic_id=47233&start=0#forumpost207414 |