1
In module WFsections I have noticed the following bug: When the quantity of articles is exceeded with a some quantity, page of the manager of articles (modules/wfsection/admin/allarticles.php) not to be displayed.
On a test site (with small quantity of articles) all works normally.
I can see articles by 5 or 10 on each page...
I think, this page tries to show all articles (but I have appr. 300 articles...

) simultaneously, and limit, specified on the admin page (5 or 10)does not work.
Why?
On a test site in debug page I see
SELECT * FROM xoops_wfs_article ORDER BY articleid ASC LIMIT 0, 10
But on real site I do not see the debug windows (with SQL)!
What, DB not working?