I currently use Auction Factory (
www.thefactory.ro) to make an eBay-like website and would like it to be multi-langual. Therefore I use jDiction.
Everything seems to work fine except for when I try to access a category page where auctions is listed. Then the site crashes and I get this error message:
cannot calculate position of `cat`.`id` within msg.auction_id AND msg.userid2=777 LEFT JOIN jos_users AS u ON `a`.`userid`=`u`.`id` LEFT JOIN jos_bid_users AS ui ON `u`.`id`=`ui`.`userid` WHERE (`a`.`close_by_admin`=0) AND (`a`.`published`=1) AND (a.close_offer=0) AND (`cat`.`published`=1 OR `cat`.`published` IS NULL) AND ( a.cat IN (36) ) AND ( a.start_date<=UTC_TIMESTAMP()) AND ( a.end_date>=UTC_TIMESTAMP()) GROUP BY `a`.`id` ) AS allAuctions
This only appear when I try to view it with my "extra" language, not the one that is Standard. I have also tried to change standard language to the other one but it's the same. Therefore, it does not seem to be the language itself that it is the problem, but that Auction Factory can't handle two languages somehow, even though the developers of Auction Factory say that it should.
Unfortunately the developers don't seem to have a good answer to this. So I hope you have one instead.
Versions I use:Joomla 2.5.14
jDiction 0.9.9.11
Auction Factory 3.3.0