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 »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Home dashboard change - menu lost
Pages: [1]

Author Topic: Home dashboard change - menu lost  (Read 665 times)

karenann

  • I post occasionally
  • **
  • Posts: 110
  • Karma: 2
  • CiviCRM version: 4.7.3
  • CMS version: Joomla 3.4.8
  • MySQL version: 5.5.48-cll
  • PHP version: 5.4.41
Home dashboard change - menu lost
February 24, 2011, 08:57:48 pm
Home dashboard changed, menu is lost.
I can get into
I tried the following:
http://<your-site-name>/administrator/index2.php?option=com_civicrm&task=civicrm/admin/setting/updateConfigBackend&reset=1
and verify your  " New Base URL  " & "  New Base Directory " and save (although there were no differences between the 'before' and 'after'.
Interesting: I see the images are not being displayed, although the files are there, I checked and all are there.
Is it perhaps permissions being changed? Thing that is bizarre is that i have made no changes to the website before this happened.

karenann

  • I post occasionally
  • **
  • Posts: 110
  • Karma: 2
  • CiviCRM version: 4.7.3
  • CMS version: Joomla 3.4.8
  • MySQL version: 5.5.48-cll
  • PHP version: 5.4.41
Re: Home dashboard change - menu lost
February 24, 2011, 08:58:23 pm
Forgot to add the image

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Home dashboard change - menu lost
February 24, 2011, 09:42:57 pm
http://forum.civicrm.org/index.php/topic,18701.msg77984.html#msg77984

Kurund
Found this reply helpful? Support CiviCRM

karenann

  • I post occasionally
  • **
  • Posts: 110
  • Karma: 2
  • CiviCRM version: 4.7.3
  • CMS version: Joomla 3.4.8
  • MySQL version: 5.5.48-cll
  • PHP version: 5.4.41
Re: Home dashboard change - menu lost
February 24, 2011, 11:17:16 pm
Problem SOLVED.
There was .htaccess file in administrator/components/com_civicrm/civicrm
The .htaccess file had as content:
<FilesMatch "\.(p(hp|hp3|l|html|hp.jpg))$">
  Deny from all
</FilesMatch>
Because of the "deny from all" it was preventing css and js to load
Renaming this file, in essence removing it, caused css and js and therefore menus to reappear.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Home dashboard change - menu lost

This forum was archived on 2017-11-26.