Quote:
Originally Posted by vbbforfree
how to make it work with uCash or vBookie ?
|
There are instructions in the readme file, basically you just change the cash field in the settings to whatever field the other package uses.
Quote:
Originally Posted by Bouncer222
I did upload them all, the vba_cmps is the vbadvanced product to have the side columns and homepage thing....
Those errors have something to do with it but I'm no coder and don't know what they mean.
|
vbadvanced has caused problems before, I'll see if I can figure out what it is this time. THose are warnings, not errors. Does everything appear to be working apart from the warnings? If so a temp solution would be to hide them.
in gameroom.php change this line:
Code:
error_reporting(E_ALL & ~E_NOTICE);
to this:
Code:
error_reporting(E_ERROR);