PDA

View Full Version : Problem when install vBookie intergration plugin.


phucph
07-15-2006, 08:07 PM
I've an error when install vbookie_integration plugin :

XML Error: not well-formed (invalid token) at Line 41

VBB 3.5.4, vBux/vPlaza 1.5.7, vBookie 1.0.7.
Thanks for any help.

PhucPH.

kvnband
07-18-2006, 02:57 AM
I get the same error on a client's site...

Any help would be appreciated.

Edit: Here is the code in question

$q = "SELECT username, " . $vbulletin->options['vbbux_pointsfield'] . " AS cash FROM " . TABLE_PREFIX . "user ORDER BY cash DESC LIMIT 5";]]></phpcode>

I'm looking & looking trying to figure out what's wrong with it and it's driving me crazy.

HHU
07-18-2006, 09:33 PM
Because its not working correctly.. same thing happened to me

Also, I installed the old plugin from before and it now is taking double the cash when bets are made....

daticus
08-13-2006, 07:58 AM
replace this line (line 41): <phpcode><![CDATA// check if the user's cash would be negative

with this line: <phpcode><![CDATA[// check if the user's cash would be negative