Quote:
Originally Posted by Andrew Green
There are instructions in the readme file, basically you just change the cash field in the settings to whatever field the other package uses.
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);
|
I have no reason to hide them...plus if I do that, it will hide them and then if once I get it working and if there are any future errors.... it wont show them now will it? and I dont want errors that are supposed to be shown, be hidden, cause then I'll never know I have an existing error.
That only makes the errors disappear right?
Everything else works fine.
Will wait until you can fix it. thanks.