Quote:
Warning: require_once(../mkportal/include/VB/vb_out.php) [function.require-once]: failed to open stream: No such file or directory in /includes/functions.php on line 5170
Fatal error: require_once() [function.require]: Failed opening required '../mkportal/include/VB/vb_out.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/generals') in /home/gmntmare/public_html/community/includes/functions.php on line 5170
|
I'm just guessing as I'm not sure what it's doing. But looking at this it's trying to grab a mkportal file and can't find it from within the functions.php file.
instead of using "../" to jump to the folder, you could try the full path to the file. Replacing "../" with "/home/gmntmare/public_html/"