Log in

View Full Version : Living Avatars and ibProArcade


Robru
05-07-2007, 04:06 AM
Hello Marcel,

I've a problem with installing a hack called 'Living Avatars' (https://vborg.vbsupport.ru/showpost.php?p=1241489&postcount=171) and a field of your hack, can you help me out?

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

Thanks in advanced :)

MrZeropage
05-07-2007, 04:52 AM
Try to execute this query:
ALTER TABLE session MODIFY in_game VARCHAR(32) DEFAULT '0' NOT NULL

Please let me know if this helps :)

Robru
05-07-2007, 07:17 AM
H? SUPER !! That's query do the job for me, awsome :) Thank you very much :)

MrZeropage
05-07-2007, 07:26 AM
implemented this for upcoming ibProArcade v2.6.2+ so it will be compatible :)