1
In some modules like myAlbum and others i get this error:
Fatal error: Call to undefined function: getbymodule() in /home/devlinux/public_html/xoopsdev/modules/myalbum/admin/myblocksadmin.php on line 40
Line 40:
$block_arr =& XoopsBlock::getByModule( $xoopsModule->mid() ) ;
I think the new XOOPS 2.2 with smarty, was rewrited with some changes in class/template.php, generating some errors like this...
But... somebody know how i can resolve this by myself ?
Or i have to wait a new versions of this modules release?
Thanks....