PDA

View Full Version : Failed to open problem


Firestream32
01-28-2008, 11:41 AM
I believe i installed everything correctly, but when i try to access the cmps_index.php page, i get this error:

Warning: require_once(./includes/vba_cmps_include_template.php) [function.require-once]: failed to open stream: No such file or directory in /****/******/****_html/******/cmps_index.php on line 43

Fatal error: require_once() [function.require]: Failed opening required './includes/vba_cmps_include_template.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /****/******/****_html/******/cmps_index.php on line 43

any help please?

Brian
01-28-2008, 03:04 PM
That would mean that either the forum/includes/vba_cmps_include_template.php file was not uploaded, or possibly that you have an incorrect path specified in your $forumpath variable.

Our Sponsors
 

Firestream32
01-28-2008, 04:38 PM
Well it is there, in the files specified. But how would I change the $forumpath? I'm sorry I'm sort of new at this, especially vBulletin. And by the way do i change anything in the cmps_index?

Brian
01-29-2008, 08:58 AM
You need to open the cmps_index.php and add the path to your forums within the $forumpath variable. There are full instructions for this in the readme.html file that comes with the download package.