The Arcive of vBulletin Modifications Site. |
|
Living Avatars and ibProArcade Details »»
|
|||||||||||||||||||||||||
Hello Marcel,
I've a problem with installing a hack called 'Living Avatars' and a field of your hack, can you help me out? Code:
Living Avatars Database Error
Invalid SQL: INSERT INTO session (sessionhash, userid, host, useragent, idhash, lastactivity)
VALUES ('c613b8543a71cfd0385959252b4fe4f4', 1, '80.127.XXX.XXX',
'Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3', '36e580866ab7321bd9f8b3024f463bba', 1178513655)
Error: Field 'in_game' doesn't have a default value
Error number: 1364
Date: Monday 07th of May 2007 04:54:15 AM
File: http://www.domain.com/forum/living_avatars/install/install.php
![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Try to execute this query:
Code:
ALTER TABLE session MODIFY in_game VARCHAR(32) DEFAULT '0' NOT NULL
|
|
#3
|
|||
|
|||
|
H? SUPER !! That's query do the job for me, awsome
Thank you very much
|
|
#4
|
||||
|
||||
|
implemented this for upcoming ibProArcade v2.6.2+ so it will be compatible
|
![]() |
|
|