Install, Admin Panel not showing words

Having problems installing EM? Let's fix that
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Locked
robandcathie
Registered User
Posts: 3
Joined: Fri Oct 07, 2005 3:53 pm

Install, Admin Panel not showing words

Post by robandcathie »

I have just installed EasyMod manually. For some reason I could not get it to connect using ftp, although I use other ftp programs successfully.

My issue is this:

For some reason it appears there may be some type of error in a file that is eliminating labels that would normally appear in the phpbb admin panel. To start with instead of saying MOD install under Modifications, it says MOD ainstall . When I click on MOD settings my screen to the right gives me two empty boxes. Next to the left box is a ":" I assumed that was a password box, and the empty box below it was a submit or ok button.

When the setting screen comes up I have two boxes at the top, since one has several "*" in it I am assuming these are password boxes but I have no labels. Then I have three drop-down boxes that are empty, etc.

Anobody have any thought on what the problem might be?

I am using EasyMOD 0.2.1a
and PHPBB 2.017

User avatar
Nux
Registered User
Posts: 943
Joined: Tue Jun 14, 2005 5:09 pm
Location: 3cities, Poland
Contact:

Re: Install, Admin Panel not showing words

Post by Nux »

You installed manually and made a common error of not changing the name of easymod's lang file.

admin/mods/easymod/languages/lang_easymod_english.php
should be copied (or moved) to:
language/lang_english/lang_easymod.php

(the same goes to any other languages)

Locked