I am not a member of the core team, but I believe that fudforum unfortunately is
no longer included in the latest EGroupware revision and therefore is no longer
supported.
Hi.
I found some problems in fudforum.
when I create or modify an account, it was shown the following error:
[error] [client 127.0.0.1] PHP Catchable fatal error: Object of class
accounts could not be converted to string in
…/fudforum/inc/class.ufud.inc.php on line 65, referer: http://…
/index.php?menuaction=admin.uiaccounts.edit_user&account_id=1011
the line 65 of file class.ufud.inc.php is:
$name = addslashes($$acc->data[‘firstname’] . ’ ’ . $acc->data[‘lastname’]);
I change for ;
$name = addslashes($acc->data[‘firstname’] . ’ ’ . $acc->data[‘lastname’]);
and worked fine.
Another problem in fudforum is:
In Page of administrator the link ‘Site configuration’ of fudforum is
broken.
the link is pointing for [url]/fudforum/0/adm/admglobal.php
I believe what this problem is in line 16 of file hook_preferences.inc.php,
am I right?
Thanks.
View this message in context:
http://egroupware.219119.n3.nabble.com/Fudforum-s-problems-tp1109530p1109530.html
This SF.net email is sponsored by
Make an app they can’t live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers