Page 4 of 5

Re: Admin Menu Drop Down is not working

Posted: Sun Jul 04, 2010 11:24 am
by davidbarronau
My admin menu was working ..... then was not there. I can not remember going into the admin menu (module manager - administrator) settings.

I went thru all pre-mention ideas and solutions but to no avail. Thought I might try looking at the admin menu in module manager. //mysite.com/administrator/index.php?option=com_modules
The position of the admin menu was in the "left" position and did not show. changed back to "menu" position and it worked a treat.

I do not know if this may help others, but others suggestions on these boards have helped me heaps with other problems.

Re: Admin Menu Drop Down is not working

Posted: Wed Jul 14, 2010 4:53 pm
by atgdesign
My media file was missing too, had installed a plugin, allvideos, prior to problem, not sure that is what it was, but replaced media folder, now works. Strange

Re: Admin Menu Drop Down is not working

Posted: Wed Aug 11, 2010 5:38 am
by trendymagic
Thanks everyone! This was driving me nuts. My media folder was missing a file after moving the site and that fixed it for me.

Re: Admin Menu Drop Down is not working

Posted: Mon Aug 16, 2010 4:43 pm
by Fhernd
I wrote the access path in lowercase, and the solved problem...

Re: Admin Menu not working (toolbar buttons)

Posted: Sat Nov 06, 2010 8:24 pm
by tpolicy
petelab wrote:
janoscharlipp wrote:The trick is, to write administrator small!
Not http://localhost/joomla/Administrator
But http://localhost/joomla/administrator
Holy uppercase, Batman!
Same problem here - with clean install, buttons work for awhile. Later they don't work. Reinstall, they work. WTF!

Then if I change to lowercase "a" .... the buttons work!

Then if I change to an uppercase "A" .... they don't work!

Then if I change to lowercase "a" .... the buttons work!

Then if I change to an uppercase "A" .... they don't work! ... and so on and so on...!

thanks janoscharlipp
janoscharlipp: I don't know what I would do without google. I found this post after being completely stumped for quite awhile and I was so stunned by the fix, that I had to register on this web site just so I could post a thank you. I had to quote Petelab's response as well because I think I must have felt like he/she did.

Re: Admin Menu Drop Down is not working

Posted: Tue Nov 16, 2010 12:24 am
by myidklm
Thanks 4 all for describing this code..
The trick is, to write administrator small!
Not http://localhost/joomla/Administrator
But http://localhost/joomla/administrator

Re: Admin Menu Drop Down is not working

Posted: Sun Nov 21, 2010 11:29 am
by maddy2get
There is very simple solution

Check out the file administrator/media/system/js/mootools.js .. it might get currepted.
You can re upload that file from any joomla and it will on the way.

Re: Admin Menu Drop Down is not working

Posted: Mon Nov 29, 2010 2:13 pm
by b2bmike
To reconfirm---> Uploading the folder: /Media/System fixed my issue

Re: Admin Menu Drop Down is not working

Posted: Wed Feb 16, 2011 11:40 pm
by ZenVal
Very frustrating indeed, after following everyone's ideas here, I added the www in to the domain url and wha la, the menus started working...

Maybe that might help someone... ;)

Re: Admin Menu Drop Down is not working

Posted: Thu Feb 17, 2011 1:31 am
by domin8tor242011
Thanks for this forum, a lot of solutions out there for all the different reasons.

The solution for me, which has already been mentioned, came from replacing the media/system folder after I must have accidentally deleted it off the server.

Once replaced from a standard joomla install - I had to change permissions and this fixed the problem for me.

My symptoms were admin menu wouldn't drop down, and as per an earlier image the right hand slides were constantly open - plus I couldn't click on any blue vertical menu items either.

Thanks for the solution!

Re: Admin Menu Drop Down is not working

Posted: Fri Feb 25, 2011 2:41 pm
by nandodefaria
Yes! The problem relies in the wrong address /Administrator instead of /administrator. The question is: Why does it load the entire aplication, if such file does not exist?....A person can get crazy because of a simple letter....

Re: Admin Menu Drop Down is not working

Posted: Tue Mar 29, 2011 1:18 am
by toejo
I tried all other fixes like editing .php and .html files and their permissions, as well as the "A" to "a" in the address, no luck. Then I noticed, I didn't even have a media folder everyone was talking about. I copied it from the copy on my pc and it worked instantly. I must have accidentally deleted it or moved it.

Look for your media folder in the root directory, if it's not there you know what's up now.

Brian

Re: Admin Menu Drop Down is not working

Posted: Tue Apr 12, 2011 11:02 am
by cyberspy
this problem appeared when i used google ajax library plugin
may be settings problem..

when i disabled that plugin it worked fine again..

its got to do with mootools.js

Re: Admin Menu Drop Down is not working

Posted: Tue Apr 26, 2011 7:51 pm
by Wayne Webb
I went this afternoon to log in to both the front and back end of my site for the first time in several weeks. A co-adminstrator had last evening edited an existing article. The article is fine with no errant code in it. The front end looks like it was designed back in the days of Internet 1.0 beta and I can not log in.

On the back end I can log in but when I get to the administrator page all the Joomla icons are missing (the block and the text only showing) and the menu does not work. If I edit an article the Save, Apply, etc. icons do not work. Article text is in HTML. My K2 modules appear to work correctly which gave me the necessary clue. It does not matter whether I am using Win IE or Firefox.

Digging around using Firebug Script I see, for back end, that the there were three errrors. I believe they trace back to the link portion of the PHP file in my browser window. The shortened code looks like this:

Code: Select all

<link href="/.+/esi/",/"/x65/.../administrator/templates/khepri/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" href="/.+/esi\",\"\x65\.../administrator/modules/mod_k2_quickicons/tmpl/css/style.css" type="text/css" />
<style type="text/css"> 
In other words the icon portion of the standard Khepri stylesheet is missing. The text missing is the "rel="stylesheet" portion of the CSS statement. Unfortunately I can not open the website browser from my Joomla backup to see what the full statement should be. Instead the index.php opens up in Dreamweaver.

A similar problem exists on the front end with the CSS statement being corrupted. You can view the site by clicking here, preferrably in Firefox and using Firebug. It would appear to not be an issue with permissions as I tried that.

Any thoughts on how to repair this? I would much prefer to not reload from my saved backup as that is slightly out of date. If a selective restore from saved backup would be best I would like to use that. Problem then is which files do I restore?

Thank you in advance.

Re: Admin Menu Drop Down is not working

Posted: Thu Jun 02, 2011 5:39 am
by newyorkdd
This happened to me as well. You must get to the Mootools Config and change the override system javascript back to no. I was able to get my menu to work on another machine and as soon as I disabled the mootools JS file to use as normal, my menu started working again.

Re: Admin Menu Drop Down is not working

Posted: Thu Jun 02, 2011 12:13 pm
by Wayne Webb
In my case it was the configuration.php file. Somehow the permissions for that file got changed to 644 which, mysteriously, allowed the browser to write to the file. After restoring the file and changing the permissions to 444 the problem disappeared.

Re: Admin Menu Drop Down is not working

Posted: Sun Jul 10, 2011 7:00 pm
by aynamohol
If not working properly.. or disabled...

I have an idea to do it... Its very simple-

just change the name of menusssssssssss.js instead of menu.js ( location: administrator>templates>khepri>js>menu.js)

dont forgot to change index.php code for script of menu.js (its about line number is : 42)

Code: Select all

<script type="text/javascript" src="templates/<?php echo  $this->template ?>/js/menusssssssssss.js"></script>
then, it will work properly... now just clean admin cache and "Purge Expired Cache" and then go back to the pavilion like before...

It will work properly................ just cheer :p

Re: Admin Menu Drop Down is not working

Posted: Mon Jul 11, 2011 8:08 am
by akreation
I added mootools.js to the media/system/js/ folder and the admin menus came back after upgrade. there was no mootols.js in the upgrade package???

Re: Admin Menu Drop Down is not working

Posted: Fri Jul 15, 2011 11:29 am
by alexmathew0705
Thanx a ton guy's. I trust Google and Joomla forum to give me all the solutions and i found it right here,. I had the same problem and traced it to the "media" folder which was not there at all. I did an upload of the folder of the same version and all is well again.

Re: Admin Menu Drop Down is not working

Posted: Wed Jul 20, 2011 4:49 am
by blooodman
Hi , i certainly found the error of this problem !

Just download the package and get MEDIA folder from new package
then upload to FTP overwrite if it exists .

Refresh then it will work :) this works for me perfectly!

Re: Admin Menu Drop Down is not working

Posted: Tue Aug 02, 2011 3:06 pm
by gavjof
Some good suggestions in this thread. They have been useful in checking up on my issue.

My problem was down to a line in my .htaccess file.

Code: Select all

Redirect 301 /media http://www.mysite.com/images/stories
Somone had setup loads of redirect rules to point the traffic from search engines to the new locations. The problem here is that the old image folder was named "media". This caused joomla to look in the wrong location for the system directory. :o

Re: Admin Menu Drop Down is not working

Posted: Tue Aug 02, 2011 3:16 pm
by klimahome
I reupload last version joomla core files and overwrited, now it works!

Re: Admin Menu Drop Down is not working

Posted: Tue Sep 13, 2011 1:43 pm
by rsdebasis
Admin Menu Drop Down is not working because of jquery conflict . put

<script>
jQuery.noConflict();
</script> in your template index file.
and also check plugins in your admin panel . make unpublish the plugins which one conflict.you will check one by one.

Re: Admin Menu Drop Down is not working

Posted: Wed Sep 28, 2011 12:47 am
by Mackenziago
I had this problem while I was installing Zend Server with Xampp for the first time which meant I had to turn on IIS.

Not exactly the scientific method, but I figured out that in IIS manager the sites were configured as read only.Once I changed that my menus were working again.

Re: Admin Menu Drop Down is not working

Posted: Thu Jan 12, 2012 8:28 am
by drSmile
The problem happen bacouse of conflection of one or more plugins installed

to solve

Disable the last plugin or module that installed before the problem starts

if you cant from your administrator , go to phpmy admin and disable it

it will work

thanks

Re: Admin Menu Drop Down is not working

Posted: Fri Mar 09, 2012 5:11 am
by v-nay
I also had the same problem... The easiest fix for me was uploading the administrator and media directory in zipped format and extracting it on the server replacing the existing files. It worked like a charm. Here is what i did:

1. I downloaded the latest stable version Joommla 1.5.25
2. opened it with Winrar (dont extract)
3. Deleted everything except media and administrator folder and closed winrar
4. uploaded that zip file in my hosting cpanel
5. extracted that file on the server replacing the existing files
6. Done!!!

Re: Admin Menu Drop Down is not working

Posted: Tue May 01, 2012 10:13 am
by frogulike
Hi everyone,
this happened to me and I was really panicking. I had just enabled 'System - Mootools Upgrade' in the plugins list, so I was pretty confident that this was the culprit, but I couldn't get into the blasted plugin list to disable it again!

Luckily I have a second Joomla website so logged into the admin of that, and navigated to the plugin bit under the extensions option in the top admin menu. That got me a url of http://www.MYSITENAME.org.uk/administra ... om_plugins

I pasted this into my defective Joomla admin, and it loaded quite happily to the list of plugins, just as if I'd selected this option from the menu. I disabled the Mootools plugin, and everything started working again.

I am now going off for a lie down!!

Re: Admin Menu Drop Down is not working

Posted: Sun Dec 16, 2012 4:57 pm
by alexmathew0705
Holy crap... after such a long time and breaking my neck in all the search and research i did.. i find such a simple answer.. Thanks much man.. i guess you may have undergone such a frenzy too while coming across the solution..

Re: Admin Menu Drop Down is not working

Posted: Fri Jan 04, 2013 8:15 pm
by ElixirDesigns
Hi I have the same problem here but noticed all the answers here are from 2008, its now 2013 and I can't find anything thats working. I am on 1.5 joomla there is now 2.5 joomlas available. Shall I just upgrade the lastest one in hope of solving this problem? It seems a rather complicated percedure which I dont want to do unless I have to. Also if I do will all my exentions used on the 1.5 still work all fine on a upgraged 2.5?

Re: Admin Menu Drop Down is not working

Posted: Fri Jan 04, 2013 9:34 pm
by alexmathew0705
ElixirDesigns wrote:Hi I have the same problem here but noticed all the answers here are from 2008, its now 2013 and I can't find anything thats working. I am on 1.5 joomla there is now 2.5 joomlas available. Shall I just upgrade the lastest one in hope of solving this problem? It seems a rather complicated percedure which I dont want to do unless I have to. Also if I do will all my exentions used on the 1.5 still work all fine on a upgraged 2.5?
i had this problem when i shifted my domain to another server.. the cause which found from looking up the net was it could be the php version 5.3 and joomla 1.5 dont go together.. you could try these suggestions:
1) see if all the directories are writeable :D
2) install joomla fresh and plugins tht u were using and then finally import your old sql db and give it a try ;)
3) have a reinstall to a lower version of xampp 1.7.1/wamp or which ever u r working on.. basically php5.2 lower. :-[
4) best option... go fresh with joomla 2.5 as updating is possible now with it.. :'(