PDA


View Full Version : Links Directory Error Message?


Billy
07-10-2005, 02:54 AM
Hi,

I had someone help me install VBAdvanced Links directory at my site www.BeautUtes.com (http://www.beaututes.com/) , and I can't get in touch with him, I am getting this error message

www.beaututes.com/links (http://www.beaututes.com/links)


Warning: main(./links_config.php): failed to open stream: No such file or directory in /home/comscout/public_html/links/links_global.php on line 15

Fatal error: main(): Failed opening required './links_config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/comscout/public_html/links/links_global.php on line 15


How do I fix this so I get the links directory up and running,

Help and advice on this much appreciated guys.

Brian
07-10-2005, 04:39 PM
You need to set your forum path in your links_config.php.new file, and then rename it to links_config.php.

Billy
07-11-2005, 07:56 AM
Thanks Brian,
Obviously the way to do this is via FTP? And not through my vbulletin admincp?

Brian
07-11-2005, 12:03 PM
Yes.

Billy
07-31-2005, 04:02 AM
Brian,
Sorry to trouble you, I have finally returned home and now tried to fix it ... now I am getting this error message`...


Warning: chdir(): No such file or directory (errno 2) in /home/comscout/public_html/links/links_global.php on line 17

Warning: main(./global.php): failed to open stream: No such file or directory in /home/comscout/public_html/links/links_global.php on line 45

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/comscout/public_html/links/links_global.php on line 45


Any Suggestions greatly appreciated

This is what I did


<?php
// ++=========================================================================++
// || vBadvanced Links Directory v1.0.0
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com (http://vbadvanced.com/)
// || Downloaded 00:46, Mon Mar 14th 2005 - 6031
// || 5105423_049107680205
// ++ ========================================================================++
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
$forumpath = 'home/comscout/public_html/links';
?>

Brian
07-31-2005, 11:52 AM
Try this for your $forumpath instead:

$forumpath = '/home/comscout/public_html';