PDA

View Full Version : Help: I may have broke our Test site.


allbuffs
12-16-2009, 01:25 PM
I was playing around with the v4 vBulletin on our test site yesterday. Was messing around with a few mods. Anyway today another administrator on our board noticed that the site was broken. Here are a couple of the error messages I've received.


Warning: vB_Postbit::require_once([path]/packages/vbattach/attach.php) [function.vB-Postbit-require-once]: failed to open stream: No such file or directory in [path]/includes/class_postbit.php on line 456

Fatal error: vB_Postbit::require_once() [function.require]: Failed opening required '/home/rassa/domains/allbuffs.com/public_html/v4/packages/vbattach/attach.php' (include_path='.:/usr/local/lib/php') in /home/rassa/domains/allbuffs.com/public_html/v4/includes/class_postbit.php on line 456



and


Warning: vB_Blog_Entry::require_once([path]/packages/vbattach/attach.php) [function.vB-Blog-Entry-require-once]: failed to open stream: No such file or directory in [path]/includes/class_blog_entry.php on line 478

Fatal error: vB_Blog_Entry::require_once() [function.require]: Failed opening required '/home/rassa/domains/allbuffs.com/public_html/v4/packages/vbattach/attach.php' (include_path='.:/usr/local/lib/php') in /home/rassa/domains/allbuffs.com/public_html/v4/includes/class_blog_entry.php on line 478

Please keep in mind that I'm beginner at this stuff if you have a solution for me. You might have to s-p-e-l-l it out, be a little more detailed. I don't understand these messages, but it sounds like there is some missing files on our server:confused:

Thank you for any help/solutions you can provide.

Lynne
12-16-2009, 03:00 PM
It looks like you are missing a file:
Failed opening required '/home/rassa/domains/allbuffs.com/public_html/v4/packages/vbattach/attach.php'

Make sure that file is present on your webserver.

allbuffs
12-16-2009, 03:06 PM
It looks like you are missing a file:
Failed opening required '/home/rassa/domains/allbuffs.com/public_html/v4/packages/vbattach/attach.php'

Make sure that file is present on your webserver.

Thank you for responding.

I'm thinking there are numerous files missing. What is the best way to put them back on there? Can I just re-install without losing everything? I have never done an initial install so...

Lynne
12-16-2009, 03:33 PM
You can just reupload the files. You should not have to run the upgrade script again, just upload all the files again.

allbuffs
12-16-2009, 03:45 PM
You can just reupload the files. You should not have to run the upgrade script again, just upload all the files again.

That's what I was guessing. If I just upload the "Upload" folder again it should overwrite any existing files and replace the missing ones, correct?

--------------- Added 1260993323 at 1260993323 ---------------

Thanks again. Problem solved.