Error when clicking on the search on the main page of the site https://kinfix.ru/

/* ===================================================== Field Search - Π‘ΠΎΡ€Ρ‚ΠΈΡ€ΠΎΠ²ΠΊΠ° новостСй ΠΏΠΎΠ»ΡŒΠ·ΠΎΠ²Π°Ρ‚Π΅Π»ΡΠΌΠΈ ΠΏΠΎ Π΄ΠΎΠΏ полям ΠΈ Π½Π΅ Ρ‚ΠΎΠ»ΡŒΠΊΠΎ ----------------------------------------------------- Автор : Gameer ----------------------------------------------------- Site : http://gameer.name/ ----------------------------------------------------- Copyright (c) 2016 Gameer ===================================================== Π”Π°Π½Π½Ρ‹ΠΉ ΠΊΠΎΠ΄ Π·Π°Ρ‰ΠΈΡ‰Π΅Π½ авторскими ΠΏΡ€Π°Π²Π°ΠΌΠΈ */ var back_url = window.location.pathname; var back_title = document.title; var back_speedbar = document.getElementById("dle-speedbar"); $(function(){ $('body').on('click', '[data-fieldsearch=submit]', function() { var $filter_field = $(this).closest('form').serialize(); window.history.replaceState(null, null, "/"); ShowLoading("Π˜Ρ‰Π΅ΠΌ... ΠΈΡ‰Π΅ΠΌ... ΠΈΡ‰Π΅ΠΌ..."); $.post(dle_root + "engine/ajax/field_search.php", { form_field : $filter_field }, function(data){ if(data) { window.history.replaceState(null, null, "/"); var content = jQuery.parseJSON( data ); $("#dle-content1").remove(); $("#dle-content").css("display", "none"); $("#dle-content").before("<div id=\"dle-content1\">" + content.content + "</div>"); window.history.replaceState(null, null, content.url); } }); HideLoading(""); return false; }); $('body').on('click', '.field_search_nav > a', function() { var $filter_field = $( this ).attr("href"); window.history.replaceState(null, null, "/"); ShowLoading("Π˜Ρ‰Π΅ΠΌ... ΠΈΡ‰Π΅ΠΌ... ΠΈΡ‰Π΅ΠΌ..."); $.post(dle_root + "engine/ajax/field_search.php", { form_field : $filter_field, filter_nav : 1 }, function(data){ if(data) { window.history.replaceState(null, null, "/"); var content = jQuery.parseJSON( data ); document.title = content.meta_title; $("#dle-speedbar").html(content.speedbar); $("#dle-content1").remove(); $("#dle-content").css("display", "none"); $("#dle-content").before("<div id=\"dle-content1\">" + content.content + "</div>"); window.history.replaceState(null, null, content.url); } }); HideLoading(""); return false; }); $( "[data-filtertriger=fieldseacrh]" ).change(function() { var $filter_field = $( this ).serialize(); window.history.replaceState(null, null, "/"); ShowLoading("Π˜Ρ‰Π΅ΠΌ... ΠΈΡ‰Π΅ΠΌ... ΠΈΡ‰Π΅ΠΌ..."); $.post(dle_root + "engine/ajax/field_search.php", { form_field : $filter_field }, function(data){ if(data) { window.history.replaceState(null, null, "/"); var content = jQuery.parseJSON( data ); $("#dle-content1").remove(); $("#dle-content").css("display", "none"); $("#dle-content").before("<div id=\"dle-content1\">" + content.content + "</div>"); window.history.replaceState(null, null, content.url); } }); HideLoading(""); }); $('body').on('click', '[data-fieldsearch="reset"]', function() { window.history.replaceState(null, null, back_url); ShowLoading("Π‘Π΅ΠΊΡƒΠ½Π΄Ρƒ..."); document.title = back_title; $("#dle-speedbar").html(back_speedbar); $('[data-filtertriger=fieldseacrh] input[type="text"]').each(function(i){ if($(this).attr('name') != undefined) { if($(this).attr('name').indexOf('r-') + 1) { var slider = $(this).data("ionRangeSlider"); slider.update({ from: slider.options.min, to: slider.options.max }); } else { $(this).val(''); } } }); $('[data-filtertriger=fieldseacrh] select').each(function(i){ $(this).children('option').each(function(n){ $(this).attr('selected', false); }); }); $('[data-filtertriger=fieldseacrh] input[type="radio"], [data-filtertriger=fieldseacrh] input[type="checkbox"]').each(function(i){ $(this).attr('checked', false); }); $("#dle-content1").remove(); $("#dle-content").css("display", "block"); HideLoading(""); return false; }); }); 

  • link leads to a stub - Grundy
  • Included site. I apologize - Never3D

1 answer 1

If you look at what the server returns in response to a request

enter image description here

You may notice that this is just an error text:

enter image description here

Fatal error: Class 'DLEPlugins' not found in /home/admin/web/kinfix.ru/public_html/engine/classes/templates.class.php on line 24

Therefore, the error must be sought on the server.