I get the following errors on the bottom of my admin pages when using the htmlarea mod.
Warning: eregi() [function.eregi]: REG_EMPTY in /..path.../footer.php on line 44
it does not affect anything really other than looking messy. here is what the code in my footer look like that is causing the problem:
Code:
//wysiwyg mod
if ((eregi("$name",forums)) OR (eregi("$name",ecard)) OR (eregi("$name",Contact)) OR (eregi("$name",FAQ)) OR (eregi("$name",Web_Links)) OR (eregi("$name",Private_Messages))) :
echo " /n";
else:
include ("includes/wysiwyg.php");
endif;
//wysiwyg mod
The error repeats for every excluded page above (i.e. in this case 4 errors on bottom of page)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum