Cash Mod durch mysql deaktiviertern?
Verfasst: 06.12.2005 18:19
hi!
Ich möchte gerne den Cash Mod mit ein mysql befehl gerne deaktivieren!
oder die Währung löschen da immer so ein fehler kommt:
Allgemeiner Fehler
Error updating users/employed table!
DEBUG MODE
SQL Error : 1054 Unknown column 't2.user_points' in 'field list'
UPDATE phpbb_employed as t1, phpbb_users as t2 SET t1.last_paid = '1133889521', t2.user_points = t2.user_points + t1.job_pay WHERE t1.job_length < (1133889521 - t1.last_paid) AND t2.user_id = t1.user_id
Line : 90
File : jobs.php
Ich möchte gerne den Cash Mod mit ein mysql befehl gerne deaktivieren!
oder die Währung löschen da immer so ein fehler kommt:
Allgemeiner Fehler
Error updating users/employed table!
DEBUG MODE
SQL Error : 1054 Unknown column 't2.user_points' in 'field list'
UPDATE phpbb_employed as t1, phpbb_users as t2 SET t1.last_paid = '1133889521', t2.user_points = t2.user_points + t1.job_pay WHERE t1.job_length < (1133889521 - t1.last_paid) AND t2.user_id = t1.user_id
Line : 90
File : jobs.php