1
I am trying to set up Wiwimod with FCKeditor, and am experiencing serious problems:
When I edit page content, nothing except the heading is saved in the database. Everything I write in the FCKeditor disappears when I save or preview the page (using the wiwimod buttons beneath the editor).
When I turn on php debug, I get this output from the Wiwimod module:
Notice [PHP]: Only variables should be assigned by reference in file modules/wiwimod/class/wiwiProfile.class.php line 78
Notice [PHP]: Only variable references should be returned by reference in file kernel/module.php line 172
Notice [PHP]: Only variables should be assigned by reference in file modules/smartfaq/xoops_version.php line 320
Notice [PHP]: Only variables should be assigned by reference in file kernel/member.php line 304
Notice [PHP]: Only variables should be assigned by reference in file include/comment_view.php line 139
Notice [PHP]: Only variable references should be returned by reference in file kernel/notification.php line 313
(Some of these appear more than once.)
I can see from this output that one problem here is that some of the variables are empty, such as $body, $name, $value, $rows, $cols.
I use FCKeditor 2.3.1, Wiwimod 0.8.3, XOOPS 2.2.3.
I also have the same problem with Koivi.
However, FCKeditor seems to be working ok with my News module.
Any suggestions?
Marit Fagernes