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) »
  • Help! Civicrm install in Joomla not showing icons and no Administer button
Pages: 1 [2]

Author Topic: Help! Civicrm install in Joomla not showing icons and no Administer button  (Read 4790 times)

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: Help! Civicrm install in Joomla not showing icons and no Administer button
August 26, 2010, 05:06:24 am
we're not just talking about the url in the settings file. you need to make sure the resources settings url in the system is correct. go to:

http://YOURSITE/administrator/index2.php?option=com_civicrm&task=civicrm/admin/setting/url&reset=1
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

2020media

  • I’m new here
  • *
  • Posts: 15
  • Karma: 0
    • 2020Media
Re: Help! Civicrm install in Joomla not showing icons and no Administer button
October 20, 2010, 02:37:49 am
I've found this post very useful. On fresh installs I've often used temporary domain names and post install the admin menu just doesn't appear. These are the steps I use to change the domain name

Edit
components/com_civicrm/civicrm.settings.php
 administrator/components/com_civicrm/civicrm.settings.php


Go to
 http://domainname/administrator/index2.php?option=com_civicrm&task=civicrm/admin/setting/url&reset=1

and edit the CiviCRM Resource URL and Image Upload URL. I have not found it necessary to add anything to the (blank) Custom CiviCRM CSS URL.

In the future it might be nice if the settings were all in one place.


Rex
http://www.2020Media.com/civicrm
CiviCRM Hosting: [http://www.2020media.com/civicrm]

mdmiller1

  • I’m new here
  • *
  • Posts: 16
  • Karma: 1
Re: Help! Civicrm install in Joomla not showing icons and no Administer button
October 28, 2010, 07:34:04 pm
I had this problem too.
Although the $civicrm_root value in the civicrm.settings.php is the ABSOLUTE path value, the correct entry to make in the web entry from the Global Settings Resource Url entry window would be the RELATIVE path to the BaseUrl:

In the civicrm.settings.php there will be a line such as
define( 'CIVICRM_UF_BASEURL'      , 'http://www.mysite.com/administrator/' );

since I want my root to be:
$civicrm_root = '/home/webadmin/mysite.com/html/administrator/components/com_civicrm/civicrm';
(for some reason when it writes to the civicrm.settings.php, the last slash '/' gets dropped)
if you are required to set the Global Setting Resource Url via the url since the menu is not showing:
http://YOURSITE/administrator/index2.php?option=com_civicrm&task=civicrm/admin/setting/url&reset=1
the correct entry in this case is RELATIVE to the Base value in the civicrm.settings.php file
thus the correct entry in the Global Settings Resource Url entry window in this case would be:
components/com_civicrm/civicrm/ (the path relative to the base).
Now, I'm a bit new to this, but this worked for me.




Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Help! Civicrm install in Joomla not showing icons and no Administer button

This forum was archived on 2017-11-26.