The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 121 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Author Message
PostPosted: Tue Oct 06, 2009 3:46 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue May 05, 2009 3:37 pm
Posts: 36
OK this thread should be mark solved
I found the solution


first go to your ftp or whatever

go to media folder
back up your system folder first than delete it from your joomla/media/ dir
than download latest Joomla packet release and copy /media/system
and page in your joomla/media/ dir
I worked for me
version I have installed is 1.5.10
version I coped system file is 1.15.14

Enjoy


Top
 Profile  
 
PostPosted: Mon Oct 12, 2009 5:44 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Oct 12, 2009 5:38 am
Posts: 4
Quote:
Same problem overhere. I got the Menubar back after re-installing mysql and apache from the fresh start (by using xampp). But if I close my browser (firefox or Opera or IE) ONCE and log in again, MENU BAR IS DISABLE!!. And firefox gives me some errors below:


Error: window.addEvent is not a function
Source File: http://localhost/joomla/Administrator/index.php
Line: 23


Error: Class is not defined
Source File: http://localhost/joomla/Administrator/t ... js/menu.js
Line: 20

Error: window.addEvent is not a function
Source File: http://localhost/joomla/Administrator/t ... s/index.js
Line: 27


Please help.


check your path: http://localhost/joomla/Administrator/index.php is wrong. it is not "Administrator", but "administrator". Please change the capital letter!

It will work after that.

Faissal


Top
 Profile  
 
PostPosted: Tue Nov 10, 2009 2:25 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Nov 10, 2009 2:24 pm
Posts: 8
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.

:geek:
NetTechs!


Top
 Profile  
 
PostPosted: Tue Nov 10, 2009 2:35 pm 
User avatar
Joomla! Ace
Joomla! Ace

Joined: Sun Nov 04, 2007 1:12 am
Posts: 1339
Location: Brazil
nkolet wrote:
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.

:geek:
NetTechs!
Thanks for the tip. Can you give detailed instructions on how to achieve that?

_________________
Airton Torres
Joomla Bug Squad http://groups.google.com/group/joomlabugsquad
Community website - http://community.joomla.org
Unsolicited support PMs will be deleted and the user added to the foes list.


Top
 Profile  
 
PostPosted: Tue Dec 15, 2009 2:22 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Dec 15, 2009 2:20 am
Posts: 1
The plot is not entirely complete for me...

When using lower case 'a'dministrator, my drop down menus don't work, but I can add articles from the main panel, etc...

On the other hand, when using upper case 'A'dministrator, then my drop down menus work, but my new ''anything'' doesn't work. Can't add articles, upload stuff, etc...

So what about this one?


Top
 Profile  
 
PostPosted: Tue Dec 15, 2009 4:19 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Oct 12, 2009 5:38 am
Posts: 4
Nice constellation. ;D

Honestly I don't know, but maybe some module/extension installations have run with 'A' uppercase by default?! Or: You installed extensions/modules while walking the 'A' uppercase path?!

Anyways, I wonder why this topic is not discussed properly. People need help, don't they?


Regards
Faissal


Top
 Profile  
 
PostPosted: Thu Jan 07, 2010 10:29 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Wed Apr 12, 2006 8:42 am
Posts: 1
Today I encountered the problem of the admin menu not working.

The solution that worked for me:
In Firefox I looked at the errors reported by the Web Developer Toolbar
There was an issue with a file in administrator/templates/khepri/js/
After making a backup of the files I replaced this js folder with the original Joomla js folder
Reloading the page, and it worked again.


Top
 Profile  
 
PostPosted: Fri Feb 05, 2010 3:03 am 
User avatar
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Feb 05, 2010 2:57 am
Posts: 2
:D :eek: :-[ :'( ??? :)
I encountered a strange problem and the problem is:

The folder media under the Joomla main folder is missing!!!

I copied another folder and uploaded it. The everything works!

How can this happen?? ??? :eek:

Anyway, problem solved!


Top
 Profile  
 
PostPosted: Thu Feb 11, 2010 12:11 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Feb 11, 2010 12:07 am
Posts: 1
this is the firefox error from mywebsite/administrator/templates/khepri/js/index.js

@version $Id: index.js 10702 2008-08-21 09:31:31Z eddieajau $
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

/**
* Joomla! 1.5 Admininstrator index template behvaior
*
* @package Joomla
* @since 1.5
* @version 1.0
*/

//For IE6 - Background flicker fix
try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}


document.menu = null
window.addEvent('load', function(){
element = $('menu')
if(!element.hasClass('disabled')) {
var menu = new JMenu(element)
document.menu = menu
}
});

with if(!element.hasClass('disabled')) { highlighted, this is preventing my menu/toolbar from showing up, i've tried a bit of everything that is in this post and nothing worked
can anyone give me a hand (or 2) ;)


Top
 Profile  
 
PostPosted: Fri Feb 19, 2010 8:50 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 13, 2009 8:07 am
Posts: 5
kesepian wrote:
Not a chance... Have a look:
Image


I'm also having the same problem as him.

I've tried everything written here, but still no luck.

From the error console I got

Error: window.addEvent is not a function
Source File: http://softwarecollections.net/administrator/index.php
Line: 77

If I clicked,

window.addEvent('domready', function(){ new Accordion($$('.panel h3.jpane-toggler'), $$('.panel div.jpane-slider'), {onActive: function(toggler, i) { toggler.addClass('jpane-toggler-down'); toggler.removeClass('jpane-toggler'); },onBackground: function(toggler, i) { toggler.addClass('jpane-toggler'); toggler.removeClass('jpane-toggler-down'); },duration: 300,opacity: false,alwaysHide: true}); });

What's wrong with it, can anybody help me :(


Top
 Profile  
 
PostPosted: Sat Feb 20, 2010 1:57 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sat Feb 20, 2010 1:50 pm
Posts: 1
Hi, I had the same problem

I think best solution, at least this worked for my site, is the one that stiffler120 gave.

Just make sure that in the media file is everything uploaded.

Thanks to stiffler120!


Top
 Profile  
 
PostPosted: Sat Feb 20, 2010 4:11 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 13, 2009 8:07 am
Posts: 5
courtesan wrote:
Hi, I had the same problem

I think best solution, at least this worked for my site, is the one that stiffler120 gave.

Just make sure that in the media file is everything uploaded.

Thanks to stiffler120!


I've tried, no luck :(


Top
 Profile  
 
PostPosted: Tue Feb 23, 2010 10:29 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Feb 23, 2010 10:16 am
Posts: 2
I have the same problem.
* I tried to replace ALL files (except for config, of course) with a new fresh copy...
* I tried to change permission to media folder...
* I even tried to change permission to ALL files/folders to 777...

the problem still remains! :(

For me, it started when I moved my joomla site from a machine running Mac OS X Server 10.5 to a new machine running Mac OS X server 10.6 (on a folder with the same absolute path)
So, i think it should be a problem with php 5.3 (as OS X 10.5 has php 5.2 and 10.6 has php 5.3) or something in server configuration.
Changing all files permissions to 777 should exclude any problem related to permission and/or users....

Someone has any ideas? I really need to resolve this


Top
 Profile  
 
PostPosted: Tue Feb 23, 2010 4:44 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Feb 23, 2010 12:24 pm
Posts: 1
I found this solution for dropdown menu and buttons:

- copy the /media folder in to the /administrator folder
- copy the /includes/js/joomla.javascript.js file into /administrator/includes/js/ folder

It seems to work, but TinyMCE doesn't work, because I see articles in html format and there is no buttons like bold, italic, align, etc. on the top.

Does anyone have suggestion?


Top
 Profile  
 
PostPosted: Tue Feb 23, 2010 6:50 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Oct 24, 2007 2:31 am
Posts: 46
RickZ wrote:
kesepian wrote:
Not a chance... Have a look:
Image


I'm also having the same problem as him.

I've tried everything written here, but still no luck.

What's wrong with it, can anybody help me :(


I am having the same problem :'( I'm on a Plesk server (never again) if that makes a difference.
Does anyone have a fix?


Top
 Profile  
 
PostPosted: Wed Feb 24, 2010 3:11 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Oct 24, 2007 2:31 am
Posts: 46
OK - the issue for me was caused by Mod_security blocking some actions on the site. Tech support unblocked them. Hope this helps others solve this issue.


Top
 Profile  
 
PostPosted: Wed Feb 24, 2010 7:21 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 13, 2009 8:07 am
Posts: 5
gidgetnc wrote:
OK - the issue for me was caused by Mod_security blocking some actions on the site. Tech support unblocked them. Hope this helps others solve this issue.


What do you mean by Tech support unblock them?


Top
 Profile  
 
PostPosted: Wed Feb 24, 2010 8:19 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Oct 24, 2007 2:31 am
Posts: 46
RickZ wrote:
gidgetnc wrote:
OK - the issue for me was caused by Mod_security blocking some actions on the site. Tech support unblocked them. Hope this helps others solve this issue.


What do you mean by Tech support unblock them?


The web host changed the security settings that were causing the issue, have your hosting check the settings. Mine is on Plesk, I'm not familiar with it as I use cPanel normally.


Top
 Profile  
 
PostPosted: Wed Feb 24, 2010 8:50 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 13, 2009 8:07 am
Posts: 5
gidgetnc wrote:
RickZ wrote:
gidgetnc wrote:
OK - the issue for me was caused by Mod_security blocking some actions on the site. Tech support unblocked them. Hope this helps others solve this issue.


What do you mean by Tech support unblock them?


The web host changed the security settings that were causing the issue, have your hosting check the settings. Mine is on Plesk, I'm not familiar with it as I use cPanel normally.


Ok I'll give it a try. Thanks for the advice. Hopefully this works on me :)


Top
 Profile  
 
PostPosted: Sun Mar 21, 2010 1:40 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jul 22, 2009 12:02 pm
Posts: 16
stiffler120 wrote:
I had the same problem, after transfering my site to a new server. The solution for me was this :

The problem is that the javascript.js and the mootools.js, are not loaded because they don't exist on the server, they were deleted during the transferring (even if the ftp said all files was transfered)
the solution for me was this :
Go to \media\system\ and check if it contains all the neceseary files. if not, then you have to upload them via ftp again.
After this everything worked properly for me.


Dude you rox :D everything is working now after uploading the media folder again to my ftp thanks menu this was really helpful


Top
 Profile  
 
PostPosted: Sun Mar 21, 2010 5:55 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 13, 2009 8:07 am
Posts: 5
I found out my problem is from .htaccess it is cause by some plugin need to write the code to .htaccess and it makes the JavaScript doesn't worked so I disable the code and now it works :)


Top
 Profile  
 
PostPosted: Tue Mar 23, 2010 8:18 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Feb 23, 2010 10:16 am
Posts: 2
Hi to all.
I found the solution for my problem: it seems that wiki/blog/calendar server on 10.6 "intercepts" calls to "media" folder. So, you can't have a wiki and a joomla on the same site (virtual or not).
I'm not sure if it's a apple's fault or a joomla's one.
Turning off the wiki services for the site, the admin menu come back to live!

Thanks to rcwallis that just mailed me the same solution.


Top
 Profile  
 
PostPosted: Fri Mar 26, 2010 7:11 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Mar 26, 2010 6:47 am
Posts: 1
Hi all,


I am new to joomla.and i had this problem too.none of the solutions written here worked for me :-\

luckily I got a simple solution for this.
if u want to access the sub menus of admin menu, u can always navigate to the same using its corresponding link in the source page.

For example, if u want to open "Template Manager" , steps are as follows
1) goto "View page source" option of the admin page.
2) search for the word "Template Manager" in that page.
3) click on the corresponding href value, "index.php?option=com_templates", templates page will open.

I know, this is not an ideal solution for this issue.but for those who wants to avoid re-installation of joomla can follow this.


Top
 Profile  
 
PostPosted: Fri Mar 26, 2010 9:00 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Oct 31, 2005 6:44 pm
Posts: 1
To the MacMini owner with OS X 10.6 snow leopard, try to disable the wiki, blog and calendar service... it's solve the problem for me...

ciao
andrea


Top
 Profile  
 
PostPosted: Wed May 05, 2010 6:12 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Feb 21, 2008 9:38 pm
Posts: 5
Hi All!

I had a same problem as kesepian (top menu not working, right boxes expanded with no way to collapse them).

It happened after moving my website to another server.

Tried everything, finally I uploaded brand new files for /media folder and it worked out.

Somehow some content was lost during ftp transfer.


Hope It will be helpfull for somebody.


(sorry if my english wasn't so good)


Top
 Profile  
 
PostPosted: Tue May 11, 2010 10:04 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Feb 04, 2010 7:54 pm
Posts: 4
It's possible you may have inadvertently deleted a js file or folder, which could be causing your drop down menus to not work properly on the backend.

In my case I was missing the js folder entirely, located at /media/system/* (where * should have been /js), but once I copied the folder and its contents from another Joomla site I have, the menus worked fine again.

When my drop-down admin menus weren't working, I also noticed the columns on the right-hand side were fully expanded. In my case I didn't have to adjust the permissions (chmods), but you may consider trying that also. I don't think it can hurt.

My fix didn't require any code hacking or "a" vs. "A" adjustment in terms of file path. I didn't have to reinstall Joomla. I was having the same problem in both IE and Firefox.

Double-check to make sure you didn't accidentally delete a js file.

Best,
Nikki Sixx


Last edited by ooffick on Wed May 12, 2010 3:15 pm, edited 1 time in total.
Mod Note: Removed manual Signature. Please read the Forum rules for details.


Top
 Profile  
 
PostPosted: Thu May 20, 2010 9:39 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Mar 17, 2010 11:54 am
Posts: 8
gossamerLL wrote:
Clean your cache in FireFox and then restart the browser (Although I did a complete computer restart).

I had the problem even though I had administrator not Administrator.
I tried the other fixes (except copying that media folder) and none worked.

Cleaning the FireFox cache worked.

Tools, Clear Private Data.

Linda


Thank you, clearing Firefox's cache was all it took when I ran into the same problem today.


Top
 Profile  
 
PostPosted: Thu Jun 03, 2010 6:31 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Jun 03, 2010 5:59 pm
Posts: 1
Aalt wrote:
Today I encountered the problem of the admin menu not working.

The solution that worked for me:
In Firefox I looked at the errors reported by the Web Developer Toolbar
There was an issue with a file in administrator/templates/khepri/js/
After making a backup of the files I replaced this js folder with the original Joomla js folder
Reloading the page, and it worked again.

:)
God bless you !!
It worked for me !!
Nikhil Kautilya


Top
 Profile  
 
PostPosted: Sun Jun 06, 2010 2:47 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sun Jun 06, 2010 2:40 am
Posts: 1
Hello @janoscharlipp,
You are the life saver, I was facing the same problem and was trying to fix this issue following others ideas but each time they were another bug after one fix.

But your idea did the hit.

Thank you very much for your support.

keep it up.


Top
 Profile  
 
PostPosted: Wed Jun 09, 2010 10:29 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Jun 18, 2009 10:44 am
Posts: 23
Location: new delhi
My joomla portal ie. http://www.greenemerald.org was working for few months but suddenly today it is found that the admin menu are not working. Last night , I enabled few plugins and that might be the reason. The screen shot is enclosed. I have changed permission to the folders as 777 but not helping till now. pls suggest.


You do not have the required permissions to view the files attached to this post.

_________________
New Delhi, India


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 121 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next



Who is online

Users browsing this forum: leolam, strumjan and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group