Unreal Portal Error (IPB 1.3)

Any problem with PHP can be disscused here
Locked
MrAlex
Posts: 188
Joined: Thu Feb 07, 2008 1:52 pm

Unreal Portal Error (IPB 1.3)

Post by MrAlex »

Help PLEASE!
I would GREATLY appreciate help for this:
http://i193.photobucket.com/albums/z132 ... rrorrr.png
Image

Only happens when you're not logged in! :(
And has got something to do with /sources/Portal.php
[PHP]Line 442: $DB->query("SELECT COUNT(DISTINCT(t.tid)) as tcnt, COUNT(DISTINCT(p.pid)) as pcnt FROM ibf_posts p, ibf_topics t WHERE p.post_date < ".time()." AND p.post_date > ".$ibforums->member['last_visit']." AND p.topic_id=t.tid");
Line 456: $today = mktime (0,0,0,date("M"),date("D"),date("Y"));
Line 457: $DB->query("SELECT COUNT(DISTINCT(t.tid)) as tcnt, COUNT(DISTINCT(p.pid)) as pcnt FROM ibf_posts p, ibf_topics t WHERE p.post_date > ".$today." AND p.topic_id=t.tid");[/PHP]

Please help!
Thanks!


Wont be back till Sunday!
Image
MrAlex
Posts: 188
Joined: Thu Feb 07, 2008 1:52 pm

Post by MrAlex »

O.K
I have fixed the errors...OH YEAH!!
If anyone else has this problems, then just contact me
by giving me a PM ;)
Wont be back till Sunday!
Image
Locked