Was this ever resolved?
I just installed 2.5.8 about an hour ago...install seems to all be working correctly except I can't finish the final step which is setting 'Group Permissions'. I get this error (same as above).
------------------------
mySQL query error: UPDATE vb_usergroup SET arcade_access='0',p_require='0',max_play='0',ppd_r equire='0',ibpa_cats='0',tourney='' WHERE usergroupid=1
mySQL error: Incorrect integer value: ''for column 'tourney' at row 1
mySQL error code:
Date: Monday 11th 2006f December 2006 07:27:45 PM
------------------------
I'm not great at reading errors and code, but seems like SQL doesn't like that 'tourney' is passing no value ' '. ??? I've read the other threads on this same error and none of the fixes have worked.
Any help would be greatly appreciated. Thanks!
__________________________________________________ _____________
Found one more error that may be tied to the above error. When I try to create a tournament I get the following:
-------------------------
mySQL query error: INSERT INTO vb_tournaments
(gid,numplayers,datestarted,demare,creat,plibre,nb tries,cost) VALUES
('1','8','1165884796','0','Fuller','7','3','0')
mySQL error: Field 'champion' doesn't have a default value
mySQL error code:
Date: Monday 11th 2006f December 2006 07:53:16 PM
-------------------------
Thanks again!
|