CGFeedback issue in admin panel

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
blackhawk
Power Poster
Power Poster
Posts: 280
Joined: Mon Oct 20, 2008 6:07 pm

CGFeedback issue in admin panel

Post by blackhawk »

I have cmsms 1.11.7 installed with CGFeedback 1.6
Whenever I go into my admin panel for CGFeedback, I get the following error in my console window under Google Chrome 29.x
Uncaught TypeError: Object [object Object] has no method 'cluetip'
http://xxx/xxx/moduleinterface.php?mact ... 0completed
When I go the that location via the console window, its refering to this code...

Code: Select all

if( typeof jQuery != 'undefined' ) {
jQuery(document).ready(function($) {
  // tooltip plugins
  $("a.tooltip").cluetip({local:true, cursor: 'pointer'});
  $('#toggle_filter').on('click',function(){
    $('#filterbox').toggle();
  });
}); // end
}
Refreshing doesn't help. The error is still there. The only way to remove it is to travel to another link within the Content group. Other groups such as Layout, Users & Groups, Extensions, etc, are not clickable at this point.
Last edited by blackhawk on Mon Sep 15, 2014 1:18 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: CGFeedback issue in admin panel

Post by Dr.CSS »

Your server is using PHP 5.3.*..?

System info is always helpful...
blackhawk
Power Poster
Power Poster
Posts: 280
Joined: Mon Oct 20, 2008 6:07 pm

Re: CGFeedback issue in admin panel

Post by blackhawk »

Yes its using PHP 5.3, but this looks like a JavaScript issue...
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: CGFeedback issue in admin panel

Post by calguy1000 »

Install the JQueryTools module.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
blackhawk
Power Poster
Power Poster
Posts: 280
Joined: Mon Oct 20, 2008 6:07 pm

Re: CGFeedback issue in admin panel

Post by blackhawk »

Thanks Calguy,
I did what you requested and now I am getting a different error (the initial error is gone). The new error in the console window says...

Uncaught SyntaxError: Unexpected identifier

on line 49 of file moduleinterface.php

At the line, the console window is pointing to this code...

Code: Select all

<!-- JQueryTools version 1.2.5 -->
<__script__ type="text/javascript">//<![CDATA[
jQuery(document).ready(function($){jQuery(".cms_sortable").tablesorter({widthFixed:true,widgets:['zebra'],sortList:[[0,0]]})jQuery('div.accordion').accordion();jQuery('a.lightbox').lightBox();jQuery('a.fancybox').fancybox();jQuery("a.tooltip").cluetip({local:true,cursor:'pointer'});});//]]></__script>
It could be a syntax error...?
Post Reply

Return to “Modules/Add-Ons”