MySQL Forums
Forum List  »  Install & Repo

Re: error 1054: Unknown column
Posted by: Richard Hedges
Date: October 05, 2008 06:28AM

I recently had this problem but have found a solution. Well, I think so anyway :) I haven't had any problems with it yet.

Open up viewtopic.php, and find "LEFT JOIN " . BT_USERS_TABLE . " bt ON p.poster_id = bt.user_id"
Should be around line 392.

In-line find "p.poster_id", and replace with "poster_id"

This should work now :)

Options: ReplyQuote


Subject
Written By
Posted
July 06, 2006 01:29AM
October 18, 2006 06:17PM
November 15, 2006 10:12AM
Re: error 1054: Unknown column
October 05, 2008 06:28AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.