I am getting the same error as well.
error on the admin panel
<?php
$adsense_query_raw = "select name, position, pages, channel_no, layout, placement, publisher_id, active from " . TABLE_ADSENSE_CC . " order by name";
$adsense_query = mysql_query($adsense_query_raw);
if (!mysql_num_rows($adsense_query)) { ?> <--line 273
<tr>
<td class="smallText" align="center"> <?php echo ACC_NO_ADS; ?>
</td>
</tr>
<?php } else { ?>
On the main page I am getting another MySQL error
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in ZenCart\includes\functions\adsense_cc.php on line 16
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in ZenCart\includes\functions\adsense_cc.php on line 16
I am in somewhat of a rush to fix this error and if you have msn, yahoo or gtalk here is my contact list
saint-michal@hotmail.com
saint_zodiac@yahoo.com
archangel.michael.a@gmail.com
I believe the error has to do with the mySQL table but that is only a guess.