I've been keeping an eye on my error logs tonight, and I caught this:
'[Thu Feb 19 20:59:17 2009] [error] [client 217.212.224.182] PHP Fatal error: Call to undefined function wp125_write_ads() in /home/blogpeor/public_html/wp-content/themes/primepress/sidebar-wide.php on line 6'
The entire fike is the following:
`<div id="sidebar-wide" class="sidebar">
<ul class="xoxo sidebar-items">
<?php wp125_write_ads(); ?>
<!--#sidebar-wide widgets end-->
</div><!--#sidebar-wide-->
Line 6 is the PHP call.
But when I to the only site using this plugin, I'm seeing the plugin working just fine. Of course, the admin bar missing and the AHP recent plugin is rendering just fine.
Any thoughts