PDA

View Full Version : Installed but doesnt work


tlwwolfseye
01-31-2009, 04:08 PM
I just installed vBadvanced, and as far as the installation went, it didnt show any error.

Now when I go to my vB with this link.

http://www.mywebsite.com/cmps_index.php

it only gives me the following error.


Warning: require([path]/modules/navigation.php) [function.require]: failed to open stream: No such file or directory in [path]/includes/vba_cmps_global.php on line 60

Fatal error: require() [function.require]: Failed opening required '/www/htdocs/w00ac88a/forum/modules/navigation.php' (include_path='.:/usr/share/php:/usr/share/pear') in /www/htdocs/w00ac88a/forum/includes/vba_cmps_global.php on line 60

And in Diagnostics it gives me:


Main Options
(/cmps_index.php)
[Edit Setting]

Invalid URL: /cmps_index.php

My Forum path is /forum and i also put the cmps_index.php into the Forum folder, if I am not mistaken that is what the instructions said. What am I doing wrong ?

Thanks in advance.

Wolfseye

PhilMcKrackon
01-31-2009, 06:56 PM
It looks like you need to edit the forum path to the full server path.

Here is the example supplied in the 'cmps_index.php' file.

// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

Our Sponsors
 

Brian
02-02-2009, 12:12 PM
That error would indicate that either the path you entered for your $forumpath variable is incorrect (as Phil suggested), or that the forum/modules/navigation.php file was not uploaded.