Quote:
Originally Posted by shadowhaxor
Darn. I've been looking for a mod like this for a while, but when I try to install this, right after I make the display module, I get the following;
Warning: main() [function.main]: open_basedir restriction in effect. File(/warcraft_recruit.php) is not within the allowed path(s): (/var/www/vhosts/providence-alleria.com/httpdocs:/) in /modules/init_recruit.php on line 31
Warning: main(warcraft_recruit.php) [function.main]: failed to open stream: Operation not permitted in /modules/init_recruit.php on line 31
Fatal error: main() [function.require]: Failed opening required 'warcraft_recruit.php' (include_path='.:') in /var/www/vhosts/providence-alleria.com/httpdocs/modules/init_recruit.php on line 31
|
Looks like you might be in safe_mode for php, or some odd restrictions in place.. Do you have shell access to the server? This can probably be fixed, it would just take some troubleshooting... Can you email me the output of
Code:
<?php
phpinfo();
?>
and we will see what we can do