1
shperk
Bug in wfsection: Problems with a plenty of articles
  • 2004/1/30 9:23

  • shperk

  • Just popping in

  • Posts: 10

  • Since: 2002/12/16


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
le="color: #000000"><?php 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?