I just recently noticed I've been getting the following errors ...
[error] PHP Deprecated: Function set_magic_quotes_runtime() is deprecated in inc/header.inc.php on line 186
[error] PHP Deprecated: Function ereg() is deprecated in ray/XML.php on line 24
Don't know if it makes a difference but I use PHP5.3 and magic quotes gpc/runtime/sybase are "on".
I really have no idea what to do. I know ereg was replaced by preg_match but I have no idea how to implement it correctly.
Anyone have any ideas?