1
sdmacint
Errors when using the FCK Editor with the Articles Module
  • 2005/12/5 19:14

  • sdmacint

  • Just popping in

  • Posts: 66

  • Since: 2003/11/9


I can't get the FCK Editor to work with Articles. I do have it working with the News module. I get the following on the /modules/articles/submit.php page when I turn on PHP Debug:

le="color: #000000"><?php Notice [PHP]: Undefined variable: name in file class/xoopseditor/fckeditor/formfckeditor.php line 65 Notice [PHP]: Undefined variable: value in file class/xoopseditor/fckeditor/formfckeditor.php line 65 Notice [PHP]: Undefined variable: name in file class/xoopseditor/fckeditor/formfckeditor.php line 65 Notice [PHP]: Undefined variable: value in file class/xoopseditor/fckeditor/formfckeditor.php line 65


Line #65 in the formfckeditor.php file is this:
le="color: #000000"><?php $this->XoopsFormTextArea("", $name, $value);


Any suggestions? I have completely uninstalled and reinstalled the Articles module and it still happens.

I'm running XOOPS version 2.23 and Articles version 1.0

Thanks!
Sean

2
AndyM
Re: Errors when using the FCK Editor with the Articles Module
  • 2006/1/16 20:22

  • AndyM

  • Quite a regular

  • Posts: 296

  • Since: 2003/8/31


Could you let me know what version of PHP you are using? Also, anyone else who's having this problem...

Thanks.

3
sdmacint
Re: Errors when using the FCK Editor with the Articles Module
  • 2006/1/19 2:21

  • sdmacint

  • Just popping in

  • Posts: 66

  • Since: 2003/11/9


Hi,

I'm running PHP version 4.4.1.

Sean

4
AndyM
Re: Errors when using the FCK Editor with the Articles Module
  • 2006/1/19 20:49

  • AndyM

  • Quite a regular

  • Posts: 296

  • Since: 2003/8/31


I know what's happening now, and will release an update ASAP.

5
guardian2k1
Re: Errors when using the FCK Editor with the Articles Module

lol, thankyou Andy. I ow you a pint. I'm sitting here trying to troubleshoot the problem myself.

I think part of the problem is with fckeditor itself. Throws up the same script errors on each module and while using both I.E. and Firefox.
"Linux is extremely user-friendly. It also happens to be extremely selective when picking its friends."

http://www.nuxified.com | http://debcentral.org

6
sdmacint
Re: Errors when using the FCK Editor with the Articles Module
  • 2006/1/20 12:45

  • sdmacint

  • Just popping in

  • Posts: 66

  • Since: 2003/11/9


Quote:

AndyM wrote:
I know what's happening now, and will release an update ASAP.


Thanks for taking care of this Andy! Articles is a great module!

Sean