From: Marc-Etienne V. <Mar...@al...> - 2010-09-13 15:21:14
|
Le 11/09/2010 00:02, Sébastien Le Callonnec a écrit : > Hi Marc-Étienne, > > > I’m curious as to what error this patch caused so that I can have a > look, rather than blindly reverting it -- the “AllPages” plugin is now > again broken in my environments, which doesn’t seem to me like a > convergent approach. Hello Sébastien, First let me say that you are very welcome to contribute to Phpwiki. For me, your patch produces the following error, that is why I reverted. Fatal Error: lib/WikiDB/backend/PearDB.php (In template 'body' < 'html'):1061 Error: WikiDB_backend_PearDB_mysql: fatal database error * DB Error: syntax error * (SELECT page.id AS id, page.pagename AS pagename, page.hits AS hits FROM page WHERE AND page.pagename NOT IN ('') ORDER BY pagename ASC LIMIT 0, 1000 [nativecode=1064 ** 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 'AND page.pagename NOT IN ('') ORDER BY pagename ASC LIMIT 0, 1000' at line 1]) Reini, can you please check what is going on? Best regards, Marc-Etienne -- Marc-Etienne Vargenau Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE +33 (0)1 30 77 28 33, Mar...@al... |