1
zzzzsg
SmartFAQ - blank page at Blocks and Groups in module administration
  • 2006/4/10 21:14

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


hi All

I am using SmartFAQ 1.0.4 (from one of the XOOPS 2.2.x packages) on XOOPS 2.2.4.

When I go to the module adminisration and click on the Blocks and Groups tab, I get a blank page.

I think the culprit is line 49 in /modules/smartfaq/admin/myblocksadmin.php

$block_arr =& XoopsBlock::getByModule( $xoopsModule->mid() ) ;


Can anybody help?

Thank you very much in anticipation

gui

Hi All

I've found the solution.

Replace line 49 by

$block_handler = &xoops_gethandler('block');
$block_arr =& $block_handler->getByModule($xoopsModule->mid()) ;

Actually this was to solution given to by the Forumilize developer for the same problem.


Regards

Gui

2
zzzzsg
Re: SmartFAQ - blank page at Blocks and Groups in module administration
  • 2006/4/10 22:28

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


BUT now there is another problem:
After clicking submit in Blocks & Groups, I get a blank page in admin.php!

Login

Who's Online

196 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 196


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits