Had to increase the activity timeout setting.
So, now I've got a new error and it is Roster code related and (hopefully) not environment related! I'm also finally starting to see some data make it into the roster_addons_achivements_data for the first time!
- Code: Select all
Database Error
1406: Data too long for column 'date_1' at row 1
SQL:
INSERT INTO `roster_addons_achivements_summary` (`id`,`member_id`,`guild_id`,`total`, `general`,`quests`,`exploration`,`pvp`,`dn_raids`,`prof`,`rep`,`world_events`,`feats`, `title_1`,`disc_1`,`date_1`,`points_1`,`title_2`,`disc_2`,`date_2`,`points_2`, `title_3`,`disc_3`,`date_3`,`points_3`,`title_4`,`disc_4`,`date_4`,`points_4`, `title_5`,`disc_5`,`date_5`,`points_5` ) VALUES (null,'98','17','Total Completed: 37 / 1054','7 / 54','5 / 49','2 / 70','1 / 166','1 / 454','19 / 75','1 / 45','1 / 141','0 / ','The Green Hills of Stranglethorn','Complete all of Hemet Nesingwary quests in Stranglethorn Vale up to and including The Green Hills of Stranglethorn and Big Game Hunter.','2009-07-05T07:06:00-07:00','10','Journeyman Fisherman','Become a Journeyman Fisherman.','2009-07-05T07:06:00-07:00','10','Level 30','Reach level 30.','2009-07-05T07:06:00-07:00','10','Giddy Up!','Learn the apprentice riding skill.','2009-07-05T07:06:00-07:00','10','Explore Moonglade','Explore Moonglade, revealing the covered areas of the world map.','2009-07-05T07:06:00-07:00','10');
File: lib\dbal\mysql.php
Line: 234
- Code: Select all
PHP Errorsaddons\achivements\inc\update_hook.php
Notice line 509: Trying to get property of non-object
Notice line 509: Trying to get property of non-object
Notice line 510: Trying to get property of non-object
Notice line 510: Trying to get property of non-object
Notice line 511: Trying to get property of non-object
Notice line 511: Trying to get property of non-object
Notice line 512: Trying to get property of non-object
Notice line 512: Trying to get property of non-object
Notice line 513: Trying to get property of non-object
Notice line 513: Trying to get property of non-object
Notice line 514: Trying to get property of non-object
Notice line 514: Trying to get property of non-object
Notice line 515: Trying to get property of non-object
Notice line 515: Trying to get property of non-object
Notice line 516: Trying to get property of non-object
Notice line 516: Trying to get property of non-object
Notice line 517: Trying to get property of non-object
Notice line 517: Trying to get property of non-object
So I went into the roster_addons_achivements_data table and increased the length of the achv_date field from 25 to 50 and I was finally able to upload with no errors!