SQL Error with No Duplicate

Support for the phpBB3 SEO mods released in the phpBB3 SEO Toolikt forum.

Moderator: Moderators

SQL Error with No Duplicate

Postby death99 » Sat Oct 31, 2009 4:35 pm

Code: Select all
SQL ERROR [ mysql4 ]

Not unique table/alias: 't' [1066]

SQL

SELECT f.*, ft.mark_time, t.topic_title, t.topic_id, t.topic_last_post_id, t.topic_id, t.topic_title, t.topic_replies, t.topic_replies_real, t.topic_status, t.topic_type, t.topic_moved_id FROM (phpbb_forums f) LEFT JOIN phpbb_forums_track ft ON (ft.user_id = 2 AND ft.forum_id = f.forum_id) LEFT JOIN phpbb_topics t ON (f.forum_last_post_id = t.topic_last_post_id AND t.topic_moved_id = 0) LEFT JOIN phpbb_topics t ON (t.topic_last_post_id = f.forum_last_post_id) ORDER BY f.left_id

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: includes/functions_display.php
LINE: 121
CALL: dbal_mysql->sql_query()

FILE: index.php
LINE: 45
CALL: display_forums()


What does this error mean? How do I fix it? In the mean time I have disabled No Duplicate to prevent the error.
death99
 
Posts: 5
Joined: Sat Jun 13, 2009 1:29 pm

Advertisement

Re: SQL Error with No Duplicate

Postby death99 » Wed Nov 04, 2009 2:04 am

Hello, sorry for the bump.
But does anyone have a solution for this problem? :?
death99
 
Posts: 5
Joined: Sat Jun 13, 2009 1:29 pm

Re: SQL Error with No Duplicate

Postby SeO » Wed Nov 04, 2009 12:01 pm

You're most likely using the last topic title on index mod, and it cannot be used with the no duplicate since they both do pretty much the same query.
No need to say that the no duplicate is better to use with our mods, just uninstall the other mod and everything will be just fine ;)
SeO
Admin
Admin
 
Posts: 6333
Joined: Wed Mar 15, 2006 9:41 pm

Re: SQL Error with No Duplicate

Postby death99 » Wed Nov 04, 2009 8:24 pm

Thank you! It finally works! :D
death99
 
Posts: 5
Joined: Sat Jun 13, 2009 1:29 pm


Return to phpBB SEO MODS

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 5 guests