avandenberghe / bbguild

Guild manager for phpBB 3.2
https://www.avathar.be
GNU General Public License v2.0
3 stars 0 forks source link

Issue updating Ranks from Armory #297

Closed spitefultowel closed 8 years ago

spitefultowel commented 8 years ago

Please note that bbGuild is pre-Alpha software and is not intended for live installations. Use at your own risk.

please describe the steps to reproduce the problem. Attempting to update the guild ranks from the Armory API

Expected behavior and actual behavior. Expected is to download the ranks.

Actual

General Error SQL ERROR [ mysqli ]

Incorrect integer value: '' for column 'faction' at row 1 [1366]

SQL

UPDATE phpbb_bb_guild SET achievementpoints = 0, level = 0, guildarmoryurl = '', emblemurl = '', battlegroup = '', armoryresult = 'OK', players = 0, faction = '' WHERE id= 1

BACKTRACE

Specifications

avandenberghe commented 8 years ago

hi, i couldn't reproduce this.