PDA

View Full Version : Bug: Cannot Post New Threads


AlchemyX
03-15-2006, 05:02 PM
a vBulletin.com staff member and I have isolated that the new vbplaza 1.5.2 product is causing an error that gives this message when trying to submit a new thread.

1. Please complete both the subject and message fields.
2. The message you have entered is too short. Please lengthen your message to at least 10 characters.

I don't know if anyone else is getting this error, but it's a bit unsettling for myself and my users.

CMX_CMGSCCC
03-16-2006, 01:06 PM
I'm unable to replicate this problem on www.vbplaza.com

I could debug it further if given admin access to a site that has this problem and Can Administer Plugins.

If u have this info available for me, send me a PM.

-CMX

Me2Be
03-20-2006, 03:05 PM
Yep, getting the same error as well. I even went as far as disabling everything else and reverting my templates back to standard with no modifications. PMing you.

CMX_CMGSCCC
03-21-2006, 07:05 PM
Edit the plugins/vbplaza_newthread_start.php & plugins/vbplaza_newreply_start.php

Remove the lines:


// first make sure $vbulletin is GLOBAL
global $vbulletin;


This will be fixed automatically in v1.5.4.

-CMX

Me2Be
03-21-2006, 07:12 PM
That worked! :) Thanks!

CMX_CMGSCCC
03-21-2006, 07:20 PM
Yeah, I fixed it with another person as well :)

-CMX

Me2Be
03-21-2006, 08:23 PM
Well, now I have a new problem.
MySQL Error : Table database.Member' doesn't exist

It uploaded into the product manager fine, and was actually working when I was playing around with it (except for the fact we couldn't post on the boards).

Help! :)

Me2Be
03-24-2006, 01:16 PM
help please?

CMX_CMGSCCC
03-25-2006, 12:59 AM
I've no idea what that error is, "Member" is not used inside vbPlaza.

-CMX

Brad
03-29-2006, 07:32 PM
Well, now I have a new problem.
MySQL Error : Table database.Member' doesn't exist

It uploaded into the product manager fine, and was actually working when I was playing around with it (except for the fact we couldn't post on the boards).

Help! :)
On what page are you getting this error?

Me2Be
03-30-2006, 05:41 PM
Hi Brad,

CMX logged on and fixed it. Apparently I have some gremlins in my version of 3.54 or something because it just doesn't want to work correctly!

CMX_CMGSCCC
04-01-2006, 01:43 AM
Actually, u had renamed the Points Table and Points Fields to a table/field that didnt exist, I renamed it back to user and vbbux and it was fixed.. lol

But u did help me find another potential bug, u put "UW Points" for ur points table name, that got me thinking that people could have a space in their table name/points fields, so I have aded ` to the proper locations in the MySQL queries to prevent that if someone does use a space in their table name/points field.

-CMX