_oConn - is listed as a PEAR data object.
I can't find a connect statement in any of my code. it seems that it's all in the PEAR objects.
Added the mysql_query as:
$sql = "SELECT
news_type_id,
news_type
FROM
".PREFIX."_news_types";
mysql_query($sql); -> added this and got the following error:
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /hsphere/local/home/gangadin/awarra.com/lib/classes/class.news.php on line 254
Talk about beating your head against a brick wall..