PDA

View Full Version : Unknown include error


MoB Dudditz MD
05-21-2007, 09:18 PM
I am getting an error from a nonexistent file - vba_global_error.php


Warning: Unknown(./includes/vba_global_error.php): failed to open stream: No such file or directory in /includes/functions.php(2642) : eval()'d code on line 1

Fatal error: (null)() [function.require]: Failed opening required './includes/vba_global_error.php' (include_path='.:/usr/local/lib/php') in /home/htdocs/forum/includes/functions.php(2642) : eval()'d code on line 1


My cmps_index file was renamed to index.php and placed in domain-root.
My forum index.php resides in domain-root/forum/

I have been over and over with possible file corruption and tried reinstalling various times with different FTP clients to no avail.
I have double checked file comparisons and they all seem fine.
My vBulletin is the latest release.

The file, vba_global_error.php was not included in the v3.0 zip but when I pulled it from the v2.21 folder and uploaded, the error went away.
Is this file supposed to remain in the includes ?

Brian
05-22-2007, 11:43 AM
That should have still been there from the v2.x series. The filename has changed with 3.0 of the CMPS, but the plugin and old file are not removed since it's still used in other vBa products.

Our Sponsors
 

julia44
06-18-2007, 01:56 PM
thanks this is just what I was looking for, now my problem is fixed.