CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • No admin menu after succesfull installation
Pages: [1] 2

Author Topic: No admin menu after succesfull installation  (Read 6862 times)

bertst

  • I’m new here
  • *
  • Posts: 4
  • Karma: 0
  • CiviCRM version: 4.04
  • CMS version: Joom 1.6
  • MySQL version: 5.1
  • PHP version: 5.24
No admin menu after succesfull installation
January 09, 2012, 02:11:49 am
I am using Joomla with CiviCrm 4.0.4 :

PHP Built On    Linux server103.hosting2go.nl 2.6.27.29 #5 SMP Mon Sep 21 10:20:38 CEST 2009 i686
Database Version    5.1.41-community, MySQL
Database Collation    utf8_general_ci
PHP Version    5.2.4
Web Server    Apache/2.0.46 (CentOS)
WebServer to PHP Interface    cgi-fcgi
Joomla! Version    Joomla! 1.6.6 Stable
User Agent    Mozilla/5.0 (Windows NT 6.1; rv:8.0.1) Gecko/20100101 Firefox/8.0.1

After a succesfull installation (no errors etc) there is no admin menu. See attachment
Did the same installation local on my laptop -> it's ok.

What can this be.....I like to continue full power with CiviCrm....but how to solve this?

If some body wants to have a look in the backend of my site, you are welcome.

Kind Regards Bert
« Last Edit: January 09, 2012, 02:15:19 am by bertst »

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: No admin menu after succesfull installation
January 09, 2012, 04:16:41 am
Can you look at Firebug for Firefox and look for any JS errors or in the Net tab for any missing files?
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

bertst

  • I’m new here
  • *
  • Posts: 4
  • Karma: 0
  • CiviCRM version: 4.04
  • CMS version: Joom 1.6
  • MySQL version: 5.1
  • PHP version: 5.24
Re: No admin menu after succesfull installation
January 09, 2012, 05:13:05 am
Wooh see a lot off errors in the firebug console.

Main are:
JQuery is not defined
CJ is not a function

But I attached a txt file with the errors...

Please advise...
Bert

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: No admin menu after succesfull installation
January 09, 2012, 05:25:39 am
Hi,

Look at the net tab, probably some js not loading (404, in red).

It might be that the resource url is not correctly defined, can you check? in the admin menu

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

bertst

  • I’m new here
  • *
  • Posts: 4
  • Karma: 0
  • CiviCRM version: 4.04
  • CMS version: Joom 1.6
  • MySQL version: 5.1
  • PHP version: 5.24
Re: No admin menu after succesfull installation
January 09, 2012, 05:52:15 am
It says:

[14:45:36.585] Use of xmlVersion not recommended. @ http://www.motorconnect.nl/administrator/index.php?option=com_civicrm
--
[14:45:41.789] cj("#civicrm-menu").menu is not a function @ http://www.motorconnect.nl/administrator/index.php?option=com_civicrm:408

[14:45:42.207] cj("#sort_name_navigation").autocomplete is not a function @ http://www.motorconnect.nl/administrator/index.php?option=com_civicrm:378

What to do?
If you want you could have a look in the backend for yourself.

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: No admin menu after succesfull installation
January 09, 2012, 07:10:48 am
You have errors like

Code: [Select]
[13:55:18.679] GET http://www.motorconnect.nl/packages/jquery/plugins/jsTree.v.1.0rc2/jquery.jstree.min.js [HTTP/1.1 404 Not Found 344ms]
[13:55:18.684] GET http://www.motorconnect.nl/packages/jquery/plugins/jquery.menu.pack.js [HTTP/1.1 404 Not Found 360ms]

Your Resource URLs are not set correctly. Try running

Code: [Select]
civicrm/admin/setting/updateConfigBackend&reset=1
and also check your civicrm.settings.php files to see if the URL is correct.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

bertst

  • I’m new here
  • *
  • Posts: 4
  • Karma: 0
  • CiviCRM version: 4.04
  • CMS version: Joom 1.6
  • MySQL version: 5.1
  • PHP version: 5.24
Re: No admin menu after succesfull installation
January 09, 2012, 07:29:00 am
Hi everybody.....yes,yes,yes....I managed but some comment in the manual would be great for other users I think. :)

First step I did was the installation of a jquery plugin from Joomla Extensions. Standard it is not there....?!!!
Activated it and then I could see a long list (top down) with the admin hyperlinks.
In there I could find the civicrm admin for url settings. In there the civicrm resource url was missing.
(Not a standard installation?)

Now its works fine....I am so happy.
This I was struggling for days and reinstall, reinstall reinstall

Thanks for the help.....

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: No admin menu after succesfull installation
January 09, 2012, 08:47:05 am
Glad you got it. Happy to help.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

herongrace

  • I’m new here
  • *
  • Posts: 27
  • Karma: 1
Re: No admin menu after succesfull installation
February 13, 2012, 10:27:58 am
Quote from: Hershel on January 09, 2012, 08:47:05 am
Glad you got it. Happy to help.

Did you also get the full CiviCRM submenu across the top of the page, too? Hyperlinks in a column is not the way it usually displays?

I'm having this same issue — no CiviCRM menu.

Joomla 1.7.4/CiviCRM 4.0.8

I also noticed that in one of the setting fields, CiviCRM  is using the old Joomla database prefix (jos_users) whereas the new versions of Joomla allow the installer to choose a custom prefix for security. Could this be affecting the display of the submenu?

HeronGrace

kenlyle

  • I post occasionally
  • **
  • Posts: 116
  • Karma: 7
Re: No admin menu after succesfull installation
February 15, 2012, 03:23:51 am
I just saw the same thing in Civi 4.0.8 and Joomla 2.5, with the "long list (top down) with the admin hyperlinks".  The main CiviCRM Config Area is pushed to the bottom of the screen.

The site is on cPanel, with a temp URL in the standard cPanel way, IP/~username/path

Like the earlier poster, I found that the Resource URL field was empty under Global Settings> Resource URLs.

A Google search for civicrm resource url css finds several mentions of Resource URLs as an issue.  It looks like there's a change afoot in the 4.1 series, which will write these paths to the database.  Meanwhile, it seems that the CSS Resource URL should be something like /serverpath-to-your-web-space/public_html/yourjoomladir/administrator/components/com_civicrm/civicrm/css

Update: After many reinstalls, by following the exchange between Hershel and Bob, I noted that the CSS and Resource URLs were both empty in my civicrm_option_value table.  Use
SELECT *
FROM `civicrm_option_value`
WHERE `label` LIKE '%URL%'
LIMIT 0 , 30)

To locate these records.

Edit the values to:
administrator/components/com_civicrm/civicrm/ - for the Resource URL
administrator/components/com_civicrm/civicrm/css/ - for the CSS URL
Worked for me.  YMMV.
Good Luck!
« Last Edit: March 16, 2012, 06:14:28 am by kenlyle »

bobhollis

  • I’m new here
  • *
  • Posts: 3
  • Karma: 0
    • The Mobius Network
  • CiviCRM version: 4.1.1
  • CMS version: Joomla 2.5.1, Drupal 7
  • MySQL version: 5.1.52
  • PHP version: 5.2.17
Re: No admin menu after succesfull installation
March 05, 2012, 11:42:20 am
I am having the same "Missing Admin Bar" problem.  I have numerous Civi 4.1.1 / Joomla 2.5.1 sites on the same server and all are working fine except for this one.

If I use a direct url for the missing menu item the features work.  For example I can enter the url to get to the Civi admin config panel.

I am getting the error message: "Javascript must be enabled in your browser in order to use the dashboard features" when the component page loads in back-end admin view.

I have tried disabling various extensions, tried some joomla jquery extensions, and I tested the theme on other Civi sites but have not been able to pinpoint the problem that is preventing the admin menu bar from loading on this site.

I have attached a .txt file with Firebug output.

Thanks in advance for any insights you can provide.

Looking forward to seeing many of you for CiviCon at the DBC on 4/2!

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: No admin menu after succesfull installation
March 05, 2012, 11:50:54 am
bobhollis, are there errors in the Console tab of Firebug? And look in the Net tab for any unloaded files.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

bobhollis

  • I’m new here
  • *
  • Posts: 3
  • Karma: 0
    • The Mobius Network
  • CiviCRM version: 4.1.1
  • CMS version: Joomla 2.5.1, Drupal 7
  • MySQL version: 5.1.52
  • PHP version: 5.2.17
Re: No admin menu after succesfull installation
March 05, 2012, 02:37:48 pm
Thank you Hershel, Nothing under the Net tab, but the errors in the attached .txt file are listed under the Console tab.


Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: No admin menu after succesfull installation
March 06, 2012, 07:09:45 am
I think your resource URLs in the CiviCRM Administration area (under Global Settings probably) are incorrect.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

herongrace

  • I’m new here
  • *
  • Posts: 27
  • Karma: 1
Re: No admin menu after succesfull installation
March 07, 2012, 07:14:10 am
Quote from: Hershel on March 06, 2012, 07:09:45 am
I think your resource URLs in the CiviCRM Administration area (under Global Settings probably) are incorrect.

Btw, correcting the resource URLs as Hershel mentioned, fixed my CiviCRM menu issue. Thanks Hershel.

Pages: [1] 2
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • No admin menu after succesfull installation

This forum was archived on 2017-11-26.