View Full Version : Could not find phrase 'vbplaza_functions_vbplaza_not_uploaded'.
icare
04-30-2006, 09:31 PM
Hello
I am getting this errorCould not find phrase 'vbplaza_functions_vbplaza_not_uploaded'. when trying to add a new product...
can anyone help please
CMX_CMGSCCC
05-01-2006, 12:06 AM
Did u upload all files in the UPLOAD folder in ur zip to ur forums ROOT folder?
-CMX
icare
05-01-2006, 02:15 AM
Did u upload all files in the UPLOAD folder in ur zip to ur forums ROOT folder?
-CMX
yes I did but I will double check once again
thanks for replying
Update* I uploaded all the files and its still giving same error
can some one help please?
CMX_CMGSCCC
05-07-2006, 03:30 PM
You must not have the files uploaded to the proper locations, the only way this error will come up is if.
// check if the file needed to be included is uploaded
if (!file_exists(DIR . '/includes/functions_vbplaza.php'))
{
// display the error (terminates the script too)
print_dots_stop();
print_stop_message('vbplaza_functions_vbplaza_not_ uploaded');
}
If it can not find the file functions_vbplaza.php file inside of your forums/include folder.
-CMX
doozyj
05-10-2006, 04:42 AM
Do you have to upload each files in their corresponding folders. For example all the files in the includes folder need to be individually uploaded to the includes folder and so on. Please excuse this question as I don't have much experience with vBulletin.
Regards,
Daniel
CMX_CMGSCCC
06-20-2006, 04:00 PM
Yes, all of the files in the includes folder need to be uploaded individually into your forums /includes/ folder, as well as the rest of the directories.
With ur FTP transfer program, it's easier to just highlight all of the files in the /upload folder and transfer them to your forums ROOT folder.
-CMX
KimmiKat
08-05-2006, 08:20 PM
I'm having the same issues and I checked and uploaded the files as per instructions and I got that same error. I double checked and re-upped the files a few times in their respective directories and got the same error. This is on a vB 3.6.0 board. I also put this on a 3.5.4 board and had no issues there.
Update: It never fails. As soon as I post something, I find the issue. As for the files, they were there, but but somehow the FTP hosed the files as some of them were "0" size. Trying a different FTP proggy uploaded the files correctly and it now works.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.