Menu

#7 News arent shown in main page

v2.0
open
nobody
Critical (2)
9
2008-06-10
2008-06-10
XayOn
No

News arent shown on main page, just nothing, news depends on page number so this might be because of bug #1989817

News hash is gotten like:
$maxid=$page*$maxartsperpage;
$minid=$maxid-$maxartsperpage;
select * from news where id>$maxid and id<$minid

So, if page is not set or something is bad with that... nothing works.

Discussion


Log in to post a comment.