Php errors in recent block

Current Version: 2.0.2
Released: 2013-10-27
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
begemont
Active Member
Posts: 20
Joined: 6. June 2008 01:30

Php errors in recent block

Post by begemont »

Hi all!
Thank for release 2 version.
I notice error in recent block, if choose option select or exclude any forum.
Turn on debug and see folowing error.

Code: Select all

[phpBB Debug] PHP Notice: in file [ROOT]/portal/modules/portal_recent.php on line 68: Undefined index: board3_exclude_forums_26
line 68 is

Code: Select all

$sql_where = ' AND ' . $db->sql_in_set('forum_id', array_map('intval', $exclude_forums), ($config['board3_exclude_forums_' . $module_id]) ? true : false); 
Any solution?
User avatar

wang5555
Translator
Posts: 55
Joined: 18. December 2008 01:39
phpBB.com User: wang5555
Location: Taiwan

Re: Php errors in recent block

Post by wang5555 »

Hi,
I get the similar error following:

Code: Select all

[phpBB Debug] PHP Notice: in file [ROOT]/portal/modules/portal_recent.php on line 68: Undefined index: board3_exclude_forums_11
It is more blessed to give than to reveive, welcome to letter, thanks & good-bye!
Good luck ^_^
Welcome to visit my forum!!
https://wang5555.dnsfor.me/phpBB3/
p.s. Shut down computer before 11 clock night!!!
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Php errors in recent block

Post by Marc »

User avatar

wang5555
Translator
Posts: 55
Joined: 18. December 2008 01:39
phpBB.com User: wang5555
Location: Taiwan

Re: Php errors in recent block

Post by wang5555 »

Marc wrote:Thanks for the report and fixed:
https://github.com/board3/Board3-Portal ... a358f1036d
Thanks for your reply, ths issue is resolved. :D
It is more blessed to give than to reveive, welcome to letter, thanks & good-bye!
Good luck ^_^
Welcome to visit my forum!!
https://wang5555.dnsfor.me/phpBB3/
p.s. Shut down computer before 11 clock night!!!
Locked

Return to “Board3 Portal 2.0.x - English Support”