dev.mylifejournal.ru : Reviews plugin conflicts with autoalias2 https://dev.mylifejournal.ru Last topic posts Cotonti en Tue, 09 Dec 2025 09:02:13 -0000 Trustmaster Sat, 29 Jan 2011 22:24:17 -0000 Dayver Reviews 1.1.0 then change in reviews.page.php 71 line
WHERE rw_page = $id ORDER BY rw_id {$cfg['plugin']['reviews']['order']} LIMIT $d_rv,$perpage");
on
WHERE rw_page = ".$pag['page_id']." ORDER BY rw_id {$cfg['plugin']['reviews']['order']} LIMIT $d_rv,$perpage");
]]>
Fri, 28 Jan 2011 14:23:00 -0000
foxhound Armaholic 2011-01-27 23:06 Fatal error : SQL error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY rw_id DESC LIMIT Also trying to acces the comments will result in an sql error.


Enabling debug tells you its the review plugin. Tested on both an existing and filled 0.6.13 DB as well as a clean 0.6.13 DB.
Disable the review plugin and the alias link will work again.]]>
Fri, 28 Jan 2011 07:08:41 -0000