After installed this mod successfully, the problem is it doesn't appear in my profile where I could input the myspace link and can't find anywhere.
ETA: I just realized that it didn't 'manually' installed all codes through EasyMOD so I had to do manually install and this is what I got debug error code.
When I go to my profile to input the link in textbox area under 'myspace' and clicked submit this is what I got.
Code: Select all
Could not update users table
DEBUG MODE
SQL Error : 1054 Unknown column 'user_myspace' in 'field list'
UPDATE phpbb_users SET user_email = 'myemail@gmail.com', user_myspace = 'myspace', user_icq = '123456', user_website = 'http://www.website.com', user_occ = 'webmaster', user_from = 'California', user_interests = 'movies', user_sig = '', user_sig_bbcode_uid = '', user_viewemail = 0, user_aim = '123456', user_yim = '123456', user_msnm = '123456', user_attachsig = 0, user_allowsmile = 1, user_allowhtml = 0, user_allowbbcode = 1, user_allow_viewonline = 1, user_notify = 0, user_notify_pm = 1, user_popup_pm = 1, group_priority = '4',user_timezone = 0, user_dateformat = 'd M Y h:i a', user_lang = 'english', user_style = 1, user_active = 1, user_actkey = '' WHERE user_id = 2
Line : 555
File : usercp_register.php
AHH!! Another one, too. When I click the topic this is what I got.
Code: Select all
Could not obtain post/user information.
DEBUG MODE
SQL Error : 1054 Unknown column 'u.user_myspace' in 'field list'
SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_myspace, u.user_icq, u.user_aim, u.user_yim, u.user_regdate, u.user_msnm, u.user_viewemail, u.user_rank, u.user_sig, u.user_sig_bbcode_uid, u.user_avatar, u.user_avatar_type, u.user_allowavatar, u.user_allowsmile, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid FROM phpbb_posts p, phpbb_users u, phpbb_posts_text pt WHERE p.topic_id = 1 AND pt.post_id = p.post_id AND u.user_id = p.poster_id ORDER BY p.post_time ASC LIMIT 0, 15
Line : 400
File : viewtopic.php
How do I solve this problem, please?