при добавлении изображения товара требует ввести логин и пароль версия 1,5,6 до этого установил CSV Price Pro import/export Batch Editor v0.2.2 - пакетное редактирование товаров ошибка SyntaxError: JSON.parse: unexpected character OK <!DOCTYPE html> <html dir="ltr" lang="ru"> <head> <meta charset="UTF-8" /> <title>Авторизация</title> <base href="http://697.by/admin/" /> <link rel="stylesheet" type="text/css" href="view/stylesheet/stylesheet.css" /> <script type="text/javascript" src="view/javascript/jquery/jquery-1.7.1.min.js"></script> <script type="text/javascript" src="view/javascript/jquery/ui/jquery-ui-1.8.16.custom.min.js"></script> <link type="text/css" href="view/javascript/jquery/ui/themes/ui-lightness/jquery-ui-1.8.16.custom.css" rel="stylesheet" /> <script type="text/javascript" src="view/javascript/jquery/tabs.js"></script> <script type="text/javascript" src="view/javascript/jquery/superfish/js/superfish.js"></script> <script type="text/javascript" src="view/javascript/common.js"></script> <script type="text/javascript"> //----------------------------------------- // Confirm Actions (delete, uninstall) //----------------------------------------- $(document).ready(function(){ // Confirm Delete $('#form').submit(function(){ if ($(this).attr('action').indexOf('delete',1) != -1) { if (!confirm('Удаление невозможно отменить! Вы уверены, что хотите это сделать?')) { return false; } } }); // Confirm Uninstall $('a').click(function(){ if ($(this).attr('href') != null && $(this).attr('href').indexOf('uninstall', 1) != -1) { if (!confirm('Удаление невозможно отменить! Вы уверены, что хотите это сделать?')) { return false; } } }); }); </script> </head> <body> <div id="container"> <div id="header"> <div class="div1"> <div class="div2"><img src="view/image/logo.png" title="Администрирование" onclick="location = 'http://697.by/admin/index.php?route=common/login'" /></div> </div> </div> <div id="content"> <div class="box" style="width: 400px; min-height: 300px; margin-top: 40px; margin-left: auto; margin-right: auto;"> <div class="heading"> <h1><img src="view/image/lockscreen.png" alt="" /> Введите логин и пароль</h1> </div> <div class="content" style="min-height: 150px; overflow: hidden;"> <div class="warning">Неправильная токен-сессия. Авторизуйтесь снова.</div> <form action="http://697.by/admin/index.php?route=common/login" method="post" enctype="multipart/form-data" id="form"> <table style="width: 100%;"> <tr> <td style="text-align: center;" rowspan="4"><img src="view/image/login.png" alt="Введите логин и пароль" /></td> </tr> <tr> <td>Логин<br /> <input type="text" name="username" value="" style="margin-top: 4px;" /> <br /> <br /> Пароль<br /> <input type="password" name="password" value="" style="margin-top: 4px;" /> <br /> <a href="http://697.by/admin/index.php?route=common/forgotten">Забыли пароль?</a> </td> </tr> <tr> <td> </td> </tr> <tr> <td style="text-align: right;"><a onclick="$('#form').submit();" class="button">Войти</a></td> </tr> </table> <input type="hidden" name="redirect" value="http://697.by/admin/index.php?route=common/home" /> </form> </div> </div> </div> <script type="text/javascript"><!-- $('#form input').keydown(function(e) { if (e.keyCode == 13) { $('#form').submit(); } }); //--></script> </div> <div id="footer"><a href="http://www.myopencart.net">OpenCart</a> © 2009-2014 All Rights Reserved.<br />Версия 1.5.6</div> <!-- Do not remove this code --><div style="position:fixed;bottom:0px;left:0px;"><a href="http://opencartcms.ru"><img alt="OpenCart" title="OpenCart" width="5" height="5" src="http://s020.radikal.ru/i709/1403/b4/de65d43d36f2.png"><span style="display:block;width:5px;height:5px;text-indent:-9999px;">OpenCart</span></a></div><!-- Do not remove this code --> </body></html>