Zoor error

This is the error i get: front page of site

Notice: drupal_get_js() (/var/www/site/www/includes/common.inc line 4372 ) içinde Undefined index: scope.
Notice: drupal_get_js() (/var/www/site/www/includes/common.inc line 4372 ) içinde Undefined index: scope.

Comments

user
Submitted by admin on Wed, 03/16/2016 - 10:20

Are you using jQuery update module.
Please disable and uninstall this module. Zoor theme is already updated with jQuery v1.10.2

user
Submitted by afpagnin on Wed, 03/23/2016 - 21:36

hi.... but I need jquery_update in another module....

user
Submitted by admin on Thu, 03/24/2016 - 02:59

Please follow below steps to disable theme's jQuery file.

  1. Open /template.php
  2. Find and delete following codes.
    /**
    * Use latest jquery
    */
    function zoor_js_alter(&$javascript) {
      $javascript['misc/jquery.js']['data'] = drupal_get_path('theme', 'zoor') .
        '/js/jquery.js';
      $javascript['misc/jquery.js']['version'] = '1.10.2';
    }
  3. Clear drupal cache.
  4. Home >> Administration >> Configuration >> Development >> Performance >> Clear All Cache

  5. Use ctrl + F5 to reload page.

Continue using jQuery update module :)

user
Submitted by afpagnin on Thu, 03/24/2016 - 19:45

Worked.... thank you.....