Hi there,
I'm been working to integrate my xoops
integration with PHPCollab, and am currently
getting a "XOOPS path check: Script is not inside XOOPS_ROOT_PATH and cannot run."
message when I enter PHPCollab.
If you could help me get my installation working properly,
I would really appreciate it :)
Below is a list of the installation steps I followed, to give
you a better idea of my setup:
1) Installed PHPCollab successfully with default settings (works perfectly standalone)
install dir: C:/devservers/Apache2/htdocs/phpcollab
2) Successfully installed XOOPS 2.0.13.2 (works fine by itself)
install dir: C:/devservers/Apache2/htdocs/xoops2
3) Set the $xoopsIntegration variable to 'true' in settings.php
4) Modified the XOOPS_ROOT line in settings.php to reflect my local settings:
define('XOOPS_ROOT_PATH','C:/devservers/Apache2/htdocs/xoops2');
5) When I go to
http://localhost/phpcollab, I receive the above error.
System settings:
Apache 2.0.4.0
PHP 5.1.2
Xoops 2.0.13.2
PHPCollab 2.4
I tried overwriting my current XOOPS installation with the files
from phpcollab/xoops, but this didn't fix the problem. If I've missed
any integration steps along the way, please let me know.
Thanks in advance for your help!
Ken