| thc_positif wrote:
|
I get general error from it, have a look at this:
| Quote:
|
Could not obtain post/user information.
DEBUG MODE
SQL Error : 1054 Unknown column 'thc_positif' in 'field list'
SELECT thc_positif, 43715323, u.user_posts, u.user_from, u.user_from_flag, u.user_website, u.user_birthday, u.birthday_display, u.user_email, u.user_icq, u.user_aim, u.user_facebook, u.user_myspace, u.user_yim, u.user_regdate, u.user_msnm, u.user_bf2stats, u.user_viewemail, u.user_rank, u.user_rank2, u.user_rank3, u.user_rank4, u.user_rank5, u.user_sig, u.user_sig_bbcode_uid, u.user_avatar, u.user_avatar_type, u.user_allowavatar, u.user_allowsmile, u.user_allow_viewonline, u.user_session_time, u.user_gender, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid, u.user_reputation FROM (nuke_bbposts p, nuke_users u, nuke_bbposts_text pt) WHERE p.topic_id = '25' AND pt.post_id = p.post_id AND u.user_id = p.poster_id ORDER BY p.post_time ASC LIMIT 0, 15
Line : 722
File : viewtopic.php
|
link address is: http://www.dirtysouthgamers.net/modules.php?name=Forums&file=viewtopic&t=25
please help me with this...
|
Question, look in your DB at tables nuke_bbposts, nuke_users, and nuke_bbpost_text, and see if you have a column called thc_positif. I don't know what that is for nor am I sure, but it to me is saying your missing a column somewhere but not sure why you are having that error. I just noticed that there are 2 columns that are questionable,
| Code:
|
|
SELECT thc_positif, 43715323,
|
basically that's saying its trying to pull those columns from the tables nuke_bbposts, nuke_users, and nuke_bbpost_text which after looking at the table structure, not sure why its looking for those. Did you install this correctly? was the site fine before it? have you tried removing it and seeing if that error happens without it? I just don't understand why it would be looking for your name as a column unless you posted or edited the error a little bit or so messed up something. Maybe someone less confused then me may make better sense of this for I am seeing your name as a column which is confusing me quite a bit.
|