| Administrator menu's not working properly |
|
We have had many requests from users related to administrator menu items missing or the menu being totally absent. The issues are being encountered in all situations from new installations to full seized updates and/or migrations. Many articles on the Joomla and Mambo-forums as well as manuals from other sources such as CuteFTP/WS FTP have guided us to create this document to pinpoint you to possible causes and might-be solutions to the issue. Here are some of the topics encountered: Help:: I have no administrator menu. I have just done a new installation and the menu does not show. Help: My system information menu item is missing from the menu Help: I click a menu-item and I am being re-directed to the login screen again! Help: After upgrade my menu does not work anymore. It shows but when I click on it nothing happens. Help, the admin-template does not show up I only have text-fields! Most encountered cause: FTP-uploads No matter how many different FTP clients we have tried, none of them work perfectly. Loads of people encounter regularly FTP-upload problems. Either the uploads are corrupt or they are incomplete causing the problems to occur. FTP is a single command line protocol and will often create problems when uploading multiple nested folders to a server...Regretfully that is fact of life and cannot be changed using FTP. Users and especially inexperienced users upload text files such as php- and js- files in BINARY mode rather than the required ASCII mode. This of course creates havoc with the files. Another option with FTP is that it is allowed to change file-names during transfer. Changing Caps to lowercase during upload is one of the culprits and is error-prone. Try to minimize those settings is one way of doing it. Repairing General: Another option which we clearly prefer for users who have access to cPanel is: Repairing specific: The most errors are always found in a corrupt administrator/incude/js – folder and the files within the folder. Before uploading the entire admin folder try to solve the issue by uploading only the mentioned folder.. Most often that already solves any issues related in 80% of the cases…. Take care that you clear your browser cache before retesting…..sometimes cookies are not being cleared properly and cache maintains the old situation. Than you will never be able to see your admin-backend! If the upload as mentioned above does not do the trick for you try uploading two major folders: /includes with all files and /administrator with all files. Two last important settings: Firewall and Browser When you use a Firewall such as Norton, McAfee and Zone Alarm make sure that your site is added to the trusted sites. They might block sometimes access to your site has been reported. Your browser setting should allow javascript and have it enabled! But the issue is most often solved by re-upload of the /includes and /administrator folders. |