Icy Phoenix

     
 

SOLVED - Could Not Add Download Traffic To User Account

SOLVED - Could Not Add Download Traffic To User Account

Article
Reply with quote    Download Post  
Post SOLVED - Could Not Add Download Traffic To User Account 
 
Quote:
Could not add download traffic to user account

DEBUG MODE

SQL Error : 1054 Unknown column 'user_traffic' in 'field list'

UPDATE ip_users SET user_traffic = user_traffic + 524288 WHERE user_id = 35

Line : 420
File : functions_post.php



Can anybody gives me the line to add this field ??


I have recently updated and ran the update file but, there are SOME (not all ) missing changes on DB i have to enter manually.



 
roco - View user's profile Send private message  
roco [ Wed 30 Apr, 2008 04:20 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


SOLVED - Could Not Add Download Traffic To User Account

Comments
Reply with quote    Download Post  
Post Re: SOLVED - Could Not Add Download Traffic To User Account 
 
FOUND SOLUTION ON ANOTHER FORUM !!!!

Just this

ALTER TABLE phpbb_users ADD COLUMN user_traffic BIGINT(20) DEFAULT '0' NOT NULL;


Now the forums seems working OK !!!!



Seems that lots of ppls who upgraded from xs or phpbb  are having trouble with the icy updater, and some tables need to be entered manually.



 
roco - View user's profile Send private message  
roco [ Wed 30 Apr, 2008 06:28 ]
Reply with quote    Download Post  
Post Re: SOLVED - Could Not Add Download Traffic To User Account 
 
Great you solved roco,

and thanks for sharing your solution.



 
TheSteffen - View user's profile Send private message  
TheSteffen [ Sat 10 May, 2008 09:50 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1