Message Text |
Hi9ya Everyone:
I've installed WSN Links using the autosetup.php file and when I try to run
the program I get:
Warning: require_once(scriptinfo.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/web73/web/wsnlinks/includes/prestart.php on line 21
Fatal error: require_once() [function.require]: Failed opening required 'scriptinfo.php' (include_path='/usr/share/php/') in /var/www/web73/web/wsnlinks/includes/prestart.php on line 21
scriptinfo.php is there, and I go through the code and add $_SERVER['DOCUMENT_ROOT'] to everyone 'require_once' that will fix it, but I don't particularly fancy doing that... anyone know if there is a more reasonable solution to this problem? The server is a standard ISPConfig on Debian-Etch "the perfect server" setup with apache2, mysql 5.0 and php 5 ....
-Ben. |