Difference between revisions of "Mor authorize: Too low balance for more simultaneus calls!!!"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: Reason for this is that your server was restarted (maybe crashed) during the active call. Fix: issue to your database such command: UPDATE users SET frozen_balance = 0; ---- NOTE: this...)
 
Line 5: Line 5:
UPDATE users SET frozen_balance = 0;
UPDATE users SET frozen_balance = 0;


<br>
----
----
<br>


NOTE: this error does not appear in MOR PRO 0.6 and in following versions.
NOTE: this error does not appear in MOR PRO 0.6 and in following versions.

Revision as of 18:05, 27 February 2008

Reason for this is that your server was restarted (maybe crashed) during the active call.

Fix: issue to your database such command:

UPDATE users SET frozen_balance = 0;




NOTE: this error does not appear in MOR PRO 0.6 and in following versions.