Errors after host change ?? Posted:
Sat Aug 13, 2011 6:53 pm |
|
|
|
|
|
Hi all we recently changed host they have moved our database for us but i had a fresh install up there 2.09d like we had on the old site it's working but i have several SQL errors is there a way to fix them ???
| Code:
|
---------[SQL Error]------------------------------------------------------------------------------------------------------------
- [13 Aug 2011 - 14:02:25] -
User: Morrison
IP: 87.211.53.196
URL: /modules.php?name=Profile
File: /home/ndrnet/public_html/includes/usercp_register.php
Line: 988
Message: Unknown column 'user_facebook' in 'field list'
Code: 1054
Query: UPDATE nuke_users
SET user_email = ', birthday_display = 0, birthday_greeting = 2, user_icq = '', user_facebook = '', user_myspace = '', user_website = 'http://www.82ndr.net', user_occ = '', user_from = 'Rotterdam',user_from_flag = 'netherlands.gif', user_interests = ', user_glance_show = '1', user_viewemail = '0', user_aim = '', user_yim = '', user_msnm = , user_attachsig = 1, user_allowsmile = '1', user_showavatars = '1', user_showsignatures = '1', user_allowhtml = '1', user_allowbbcode = '1', user_allow_viewonline = '1', user_notify = '0', user_notify_pm = '1', user_allow_mass_pm = '4', user_popup_pm = '1', user_timezone = '5', user_time_mode = 6, user_dst_time_lag = 60, user_dateformat = 'D M d, Y g:i a', user_show_quickreply = '1', user_quickreply_mode = '1', user_wordwrap = '70', user_open_quickreply = 1, user_lang = 'english', theme = '', user_active = '1', user_actkey = '', user_avatar = '11434939374e46bc31dadf3.jpg', user_avatar_type = 1, user_gender = '0', name = '', newsletter = '1', bio = '', user_hide_images = '0'
WHERE user_id = '167'
---------------------------------------------------------------------------------------------------------------------------------
---------[SQL Error]------------------------------------------------------------------------------------------------------------
- [13 Aug 2011 - 14:06:27] -
User: Morrison
IP: 87.211.53.196
URL: /modules.php?name=Forums&file=viewforum&f=47
File: /home/ndrnet/public_html/includes/functions.php
Line: 1507
Message: Unknown column 'f.title_is_link' in 'where clause'
Code: 1054
Query: SELECT c.cat_id, c.cat_title, c.cat_order
FROM (nuke_bbcategories c, nuke_bbforums f)
WHERE f.cat_id = c.cat_id
AND f.title_is_link = 0
AND c.cat_id<>'0'
GROUP BY c.cat_id, c.cat_title, c.cat_order
ORDER BY c.cat_order
---------------------------------------------------------------------------------------------------------------------------------
---------[SQL Error]------------------------------------------------------------------------------------------------------------
- [13 Aug 2011 - 14:06:30] -
User: Morrison
IP: 87.211.53.196
URL: /modules.php?name=Forums&file=viewtopic&t=46
File: /home/ndrnet/public_html/modules/Forums/viewtopic.php
Line: 316
Message: Unknown column 'forum_thank' in 'field list'
Code: 1054
Query: SELECT `forum_thank`
FROM nuke_bbforums
WHERE forum_id =47
|
|
|
|
|