thought that would have been the issue just wasnt sure thanks for fixing it
Quote:
Just so no one else runs into this problem, you can't process actions after a action type of 2011. So here's the fix for it.
Credits still goes to Marcus* I just fixed the issue.Code:DELETE FROM `cq_action` WHERE id >= 5846200 AND id <= 5846205; INSERT INTO `cq_action` VALUES ('5846200', '5846201', '0', '101', '0', 'Hi~there.~You~can~vote~for~us~every~12~hours~'), ('5846201', '5846202', '0', '102', '0', 'Vote! 5846203'), ('5846202', '4000026', '0', '102', '0', 'Naw~thanks 0'), ('5846203', '5846204', '0', '1041', '0', '[Your Vote Site]'), ('5846204', '5846205', '0', '1001', '0', 'e_money += 50000'), ('5846205', '0', '0', '125', '2011', 'Congratulations! %user_name has voted for [YOUR SERVER NAME]');