Please Log in or Create an account to join the conversation.
These are the errors that appear:
Could someone please help me
Notice: Use of undefined constant _MOS_ALLOWHTML - assumed '_MOS_ALLOWHTML' in C:\Development_Sever\www\Reptiles\components\com_uddeim\uddeim.php on line 115
Notice: Undefined variable: css_alternative in C:\Development_Sever\www\Reptiles\components\com_uddeim\uddeim.php on line 203
Notice: Undefined variable: css_alternative in C:\Development_Sever\www\Reptiles\components\com_uddeim\uddeim.php on line 204
Please Log in or Create an account to join the conversation.
macneato wrote:
These are the errors that appear:
Could someone please help me
Notice: Use of undefined constant _MOS_ALLOWHTML - assumed '_MOS_ALLOWHTML' in C:\Development_Sever\www\Reptiles\components\com_uddeim\uddeim.php on line 115
Notice: Undefined variable: css_alternative in C:\Development_Sever\www\Reptiles\components\com_uddeim\uddeim.php on line 203
Notice: Undefined variable: css_alternative in C:\Development_Sever\www\Reptiles\components\com_uddeim\uddeim.php on line 204
Well, the standard questions:
- Which Joomla do you use (version)?
- Which Browser on which OS do you use?
I assume uddeIM 0.7 is installed.
$css_alternative should be empty by default but you can try to add
$css_alternative="";
at the very beginning of uddeim.php, e.g. in line 15 or so.
_MOS_ALLOWHTML is a Joomla constant which should always be available. If not there seems to be something wrong with your Joomla installation.
When you are using J!1.5: uddeIM does not support J!1.5 currently (RTFM ).
There are too many bugs currently in J!1.5 to use it on a productive site, e.g.
forum.joomla.org/index.php?topic=226818.msg1049905;topicseen
Please Log in or Create an account to join the conversation.