I just discovered something new and puzzling and I'm not sure what is the culprit. I installed aMember, everything was fine. I installed the new AMS donator module. Fine. I needed to clone my template to modify it so aMember would work.
Now I noticed that I'm getting error messages at the bottom of certain pages (mind you, PHPDebug is not even on). Here are the notices I'm getting:
ON THE BOTTOM OF THE NEWS SUBMIT NEWS PAGE:Quote:
Notice [PHP]: Use of undefined constant _FONT_PARAGRAPH - assumed '_FONT_PARAGRAPH' in file class/wysiwyg/formwysiwygtextarea.php line 294
Notice [PHP]: Use of undefined constant _FONT_FORMATTED - assumed '_FONT_FORMATTED' in file class/wysiwyg/formwysiwygtextarea.php line 295
Notice [PHP]: Use of undefined constant _FONT_PARAGRAPH - assumed '_FONT_PARAGRAPH' in file class/wysiwyg/formwysiwygtextarea.php line 294
Notice [PHP]: Use of undefined constant _FONT_FORMATTED - assumed '_FONT_FORMATTED' in file class/wysiwyg/formwysiwygtextarea.php line 295
ON THE BOTTOM OF THE SYSTEM>AMDIN>MODULES PAGEQuote:
Notice [PHP]: Constant _MI_HEADLINES_NAME already defined in file modules/xoopsheadline/language/english/modinfo.php line 6
Notice [PHP]: Constant _MI_HEADLINES_DESC already defined in file modules/xoopsheadline/language/english/modinfo.php line 9
Notice [PHP]: Constant _MI_HEADLINES_BNAME already defined in file modules/xoopsheadline/language/english/modinfo.php line 12
Notice [PHP]: Constant _MI_HEADLINES_ADMENU1 already defined in file modules/xoopsheadline/language/english/modinfo.php line 15
ON THE BOTTOM OF THE AMS SUBMIT ARTICLE PAGE:Quote:
Notice [PHP]: Use of undefined constant _FONT_PARAGRAPH - assumed '_FONT_PARAGRAPH' in file class/wysiwyg/formwysiwygtextarea.php line 294
Notice [PHP]: Use of undefined constant _FONT_FORMATTED - assumed '_FONT_FORMATTED' in file class/wysiwyg/formwysiwygtextarea.php line 295
Notice [PHP]: Use of undefined constant _FONT_PARAGRAPH - assumed '_FONT_PARAGRAPH' in file class/wysiwyg/formwysiwygtextarea.php line 294
Notice [PHP]: Use of undefined constant _FONT_FORMATTED - assumed '_FONT_FORMATTED' in file class/wysiwyg/formwysiwygtextarea.php line 295
I'm running XOOPS 2.0.9.2 it's a fresh install.