H@K@N
03-06-2005, 10:13 AM
Hi,
first of all, i have to say, that i have used the Warning Hack from ZeroTolerance 1.5.
By mistake i runned first the install script for AWS 3.1.9 instead of the upgrade script.
Afterwards i have run the upgrade Script, no special Messages. Have edited all the Files.
I have set the setting in the Admincp :
If i hit "View Warnings Log" in Admincp, i am getting follwoing SQL Error :
Ungueltige SQL-Abfrage: select w.*,u.username as wusername,u.userid as wuserid,wt.*,wuser.username as warned_username_v,wuser.userid as warned_userid_v, ruser.username as removed_by_v, (w.warned_time+wt.warn_maturity*24*60*60) AS maturitydate from
warnings w
left join user wuser on(wuser.userid=w.warned_user)
left join user u on(u.userid=w.warned_by)
left join user ruser on(ruser.userid=w.removed_by)
left join warning_types wt on(wt.tid=w.warned_warning_id) ORDER BY w.warned_time DESC LIMIT 0, 20
mysql error: Unknown column 'w.removed_by' in 'on clause'
mysql error number: 1054
all other options are working there.
Second Problem. :
If i try to Warn somebody from Postbit Legacy, i am gettin following Error :
Ungueltige SQL-Abfrage: select * from warnings where warned_post='86444' AND warned_status='A'
mysql error: Unknown column 'warned_status' in 'where clause'
mysql error number: 1054
Coudl somebody help me ?
gr33tz
first of all, i have to say, that i have used the Warning Hack from ZeroTolerance 1.5.
By mistake i runned first the install script for AWS 3.1.9 instead of the upgrade script.
Afterwards i have run the upgrade Script, no special Messages. Have edited all the Files.
I have set the setting in the Admincp :
If i hit "View Warnings Log" in Admincp, i am getting follwoing SQL Error :
Ungueltige SQL-Abfrage: select w.*,u.username as wusername,u.userid as wuserid,wt.*,wuser.username as warned_username_v,wuser.userid as warned_userid_v, ruser.username as removed_by_v, (w.warned_time+wt.warn_maturity*24*60*60) AS maturitydate from
warnings w
left join user wuser on(wuser.userid=w.warned_user)
left join user u on(u.userid=w.warned_by)
left join user ruser on(ruser.userid=w.removed_by)
left join warning_types wt on(wt.tid=w.warned_warning_id) ORDER BY w.warned_time DESC LIMIT 0, 20
mysql error: Unknown column 'w.removed_by' in 'on clause'
mysql error number: 1054
all other options are working there.
Second Problem. :
If i try to Warn somebody from Postbit Legacy, i am gettin following Error :
Ungueltige SQL-Abfrage: select * from warnings where warned_post='86444' AND warned_status='A'
mysql error: Unknown column 'warned_status' in 'where clause'
mysql error number: 1054
Coudl somebody help me ?
gr33tz