1
option
page blank of block xforum
  • 2010/12/23 18:18

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


blank page to activate a module block XForum "last topics" I get this error (debug mode)
Fatal error: Call to undefined function mod_getunamefromids() in /home2/xxxx/modules/xforum/include/functions.php on line 30

2
Mamba
Re: page blank of block xforum
  • 2010/12/23 23:09

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Please always include your XOOPS version and PHP version.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

3
option
Re: page blank of block xforum
  • 2010/12/23 23:47

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


upps....
PHP 5.2.14
MYSQl 5.1.47
XOops 2.5
X
-Forum 5.61

4
wishcraft
Re: page blank of block xforum

Ohht he final bug, thanks man, I forgot to check the blocks, that is one of the Art Object functions, I will fix it soon, I am just a bit sore from my last programming bout so I will release a version soon..

There is a core function to replace that if you want to do that.

Line 28 to 37 should read:

function &forum_getUnameFromIds$userid$usereal 0$linked false )
{
    
$users XoopsUserUtility::getUnameFromIds($userid$usereal$linked);
    return 
$users;
}

function 
forum_getUnameFromId$userid$usereal 0$linked false)
{
    return 
XoopsUserUtility::getUnameFromId($userid$usereal$linked);
}

Resized Image
www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts

5
wishcraft
Re: page blank of block xforum

Okey i have patched the zip, just download 5.62

Thanks

simon
Resized Image
www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts

6
Steakman
Re: page blank of block xforum
  • 2010/12/31 9:21

  • Steakman

  • Just popping in

  • Posts: 95

  • Since: 2005/9/3 0


Hi Wishcraft

I have upgraded to 5.62 but still get a page error, when making any xFroum Block active.

Is there anything I can check in my set-up?

Thanks
XOOPS 2.0.18/ PHP 5.0 / MySQL 4.1.21-standard

7
timgno
Re: page blank of block xforum
  • 2011/2/1 13:00

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Hi!

Problems, blank page or inesistent url, both mode(url_rewrite and dinamic urls)

PHP 5.2.0 
MYSQl 5.5.8 
XOops 2.5 
X
-Forum 5.70


Pleace help me!

Login

Who's Online

249 user(s) are online (145 user(s) are browsing Support Forums)


Members: 0


Guests: 249


more...

Donat-O-Meter

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

Latest GitHub Commits