Page 1 of 1

error in portal_recent.php

Posted: 19. September 2011 22:52
by FIGMENT
Hi,

There is an error in portal_recent.php which prevents the exclude forum option from working for this module. With Debug on, it gives the error:
[phpBB Debug] PHP Notice: in file /portal/modules/portal_recent.php on line 68: Undefined index: board3_exclude_forums_30
where '30' is the module number and may be different.


To fix this, edit /portal/modules/portal_recent.php and on line 68 replace:

Code: Select all

 $config['board3_exclude_forums_' . $module_id])
with:

Code: Select all

 $config['board3_recent_exclude_forums_' . $module_id])


Regards

Re: error in portal_recent.php

Posted: 20. September 2011 17:55
by cpg
Moin,

wenn ich den Fehler bereinige, so wie Du angegeben hast, dann werden die "recent" Themen nicht mehr richtig angezeigt.
Deshalb habe ich wieder die Originaldatei genommen.

Gruß
CPG