Core js?

ЕСТЬ РЕШЕНИЕ ЗАКРЫТО

core is not defined!

#1 17 марта 2013 в 13:41
Добрый день.

Столкнулся с такой проблемой, перестали работать комментарии по сайту.

js выдает ошибку — core is not defined

Например в файле
/components/comments/js/comments.js

Есть использование объекта core

  1.  
  2. core.message('Новый комментарий');
  3. $.post('/components/comments/addform.php', {target: target, target_id: target_id, parent_id: parent_id}, function(data) {
  4. if(data){
  5. $('#popup_message').html(data);
  6. is_form = $('#msgform').html();
  7. if(is_form != null){
  8. $('#popup_ok').val(core.send).show();
  9. }
  10. $('#popup_progress').hide();
  11. }
  12. });
  13.  
Версия 1.9

Куда копать?
#2 17 марта 2013 в 13:43
Понял в чем проблема. Как-то там оказался компонент из 1.10
Используя этот сайт, вы соглашаетесь с тем, что мы используем файлы cookie.