Hii
i installed civicrm on a fresh drupal project. Installation completed successfully . but dashbooard shows "Java script must be enabled in your browser in order to use the dashboard features". Javascript is alredy enabled in browser.
error console shows cj is missing
What is the problem in this? how can i solve this??
Thanks in advance

Comments

Everett Zufelt’s picture

Project: Drupal core » CiviCRM
Version: 6.22 » 6.x-1.0
Component: javascript » User interface
Assigned: prajila.v.p » Unassigned
Priority: Critical » Normal

Moving to correct project for best chance of positive response.

prajila.v.p’s picture

Status: Active » Closed (fixed)
dwees’s picture

I'm having the same error. Have I missed something in the installation instructions?

dwees’s picture

Reading that this may be some sort of internal conflict with another set of JavaScript code. I'm using the Jquery_UI module. The error messages I'm seeing in Firebug are:

cj is not defined
[Break On This Error] cj('#crm-container')
dashboard (line 78)
cj is not defined
[Break On This Error] cj( document ).ready( function( ) {
dashboard (line 104)
cj is not defined
[Break On This Error] cj(function() {
dashboard (line 212)
cj is not defined
[Break On This Error] Your dashboard provides a ...(".helpicon").toolTip(); });

dashboard (line 449)
cj is not defined
[Break On This Error] Access Keys:

dashboard (line 493) cj is not defined [Break On This Error] cj(function() { dashboard (line 515) cj is not defined [Break On This Error] cj.ajax({
dwees’s picture

Status: Closed (fixed) » Active

I'm updating the status since this issue is obviously not resolved.

Endlessline’s picture

I'm having this issue as well on a fresh install. The dashboard did work during the initial setup, but once I returned to the page a second time the Dashboard has locked me out.

marktompsett’s picture

I know this thread is quite old, but I ran into the same problem with Drupal 7.22 and CiviCRM 4.x and I got round it by installing this module: jQuery Update

Hope that helps anyone else who runs into this issue.

Mark

marktompsett’s picture

Issue summary: View changes

cj is not function