English in admin

hi,

I have a 4.8.3 version (its been updated), and would like to also have english available in just the backend / admin

I can see all the folders under admin with en, but its not available as a language choice in admin.

Is there an entry in the db that i’m missing ?
Or do i have to “Neue Sprache anlegen” with english ?

thanks in advance

lets take a look…:slight_smile:

schade, :wink: ich wollt ihn noch bisserl schmoren lassen… :stuck_out_tongue:

ffs i have not got that, thats why i posted the the question
am i missing an entry in the db ?
or where does it initially read this from ?

Hey soup,

DE and EN are delivered in the default shop for the front end and for admin. No idea why you can’t see it…

Regards

its an update, all the files are correct and identical with the latest version, which is why i suspect its a db entry that i’m missing.
Where does the initial choice select lang come from ?

there seems to be a problems creating views in the db
Anyone any ideas why?
oxConnectionException-oxException (time: 2014-02-24 11:16:22): [1146]: mysql:EXECUTE error: [1146: Table ‘oxv_oxcountry_en’ doesn’t exist] in EXECUTE with parameters select oxtitle from oxv_oxcountry_en where oxisoalpha2 = ‘de’, for user xcx

in oxconfig i have both de and en
and even weirder, i have created the views using the english sql from the full install of 4.8.3 and now only have english as a language.

Help ?

You should create the views using the oxid backend: service/tools/update views.

thats the correct way yes BUT although i can update the views over the backend
its not creating all needed, thats the problem
Its not creating the oxv_…_en tables
All the _de ones are there, but no en.
And nothing in the error log.

Anyone any ideas ?