e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
321 stars 213 forks source link

language packs - questions #1131

Closed Jimmi08 closed 9 years ago

Jimmi08 commented 9 years ago

Is there possibility to create uncomplete lang pack? For examle if you are in developer mode?

What are differencies between controls in verify and generate packs? I mean this: (error's numbers are different)

image

image

Thanks

tgtje commented 9 years ago

also @CaMer0n

Yes it is possible (for me) (by accident or intentional ?). BUT : system error > Folder is missing or not writable, you need to CHMOD 777 the following folder before uploading: ../e107_files/public (is NOT a part of v2) (not implemented yet?) Create this folders and see below.....

You can not save a lang pack when your in let's call it window 2 AFTER you did run a verify test. Go back to main menu (left) click Language-packs link On that window (first) do not verify, but just click create lang pack (zip). If it functions you will find the file in media/files folder..

Jimmi08 commented 9 years ago

Thank you, but there is no file in media/files folder...

By the way, you should change Welcome message, there are very old links... Funny, I didn't notice it before...

image

tgtje commented 9 years ago

As posted : for me (the e107 files folder with inside public folder must exist else a no go (they have no other use). Languages are boomed recently; the descriptions are mostly from v 1 and changed for use in v2. Some still have to be changed or worked on...

CaMer0n commented 9 years ago

@tgtje e107_files should no longer be checked if you updated from Github recently.

CaMer0n commented 9 years ago

@Jimmi08 If you're not using the multilan plugin, then you are literally wasting your time with translating files. With this plugin you should never have an incomplete language pack.

tgtje commented 9 years ago

@CaMer0n i know but it occured using the above mentioned method. The files are from 09-07. (multilan plugin was not in use)

Jimmi08 commented 9 years ago

There is really path to e107_files/public folder image

@tgtje sorry, I didn't check e107_files, but files in media folder

Then I got this message and I really hope that no mail was sent. Good to know that first checkbox is sending email.

image

CaMer0n commented 9 years ago

Line 576 of lancheck.php (which is currently commented out)

if(!is_writable(e_FILE."public"))
tgtje commented 9 years ago

Correct, but it was triggered (and do not know if it is supposed to) Hence mentioning it.

Jimmi08 commented 9 years ago

Closing - I need to use multilang plugin, thanks for info.