Hello! This error goes to the admin site:
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 8 in /home/httpd/vhosts/адресс-сайта/httpdocs/admin_tools/mails/config_mails.php on line 37
This is the request itself (in this file admin_tools/mails/config_mails.php
)
$sql = mysql_query("SELECT `price` FROM `tb_config` WHERE `item`='cena_mails' AND `howmany`='1'"); $cena_mails_1 = mysql_result($sql,0,0);
Where can there be a mistake? There are a lot of such identical errors, only swears on different files.