XF 1.1 I want to delete Language

tony78

Member
Hi ,
I tried to use new Language on my forum i got it from here :mad: because of this Language i can't login now , so i want to delete this Language from the FTP or anything
if i tried to access any page i got white page
and the problem i just have one Admin so i can't use second user to delete it
 
You can't delete a language via FTP, you can only do so from the ACP.

Navigate directly to the ACP URL, set another language as the default and delete the language.
 
I can't use the admin at all ,and all what i got is white page on all the forums
and any user will use this Language he will got the same problem @@
or how to add new admin with out using the old admin
 
A white page may be a problem with the caches. Try visiting /install and clicking the button to rebuild the master data.

If you want to change the language for your user then you can always edit your user record directly using phpmyadmin. Or run this query:

Code:
UPDATE xf_user
SET language_id = 1
WHERE user_id = 1
 
A white page may be a problem with the caches. Try visiting /install and clicking the button to rebuild the master data.

If you want to change the language for your user then you can always edit your user record directly using phpmyadmin. Or run this query:

Code:
UPDATE xf_user
SET language_id = 1
WHERE user_id = 1
i fixed it by using : phpmyadmin
Thank you so much i was planning to ask for a backup but it was from a week
 
Top Bottom