PDA

View Full Version : language problem


jdleung
03-27-2007, 11:24 AM
I received this error:

Error:
No language folder exists or the file "lang-.php" is missing in that folder.
Make sure that you have uploaded all necessary files with the exact same names as mentioned here.

I use my own language file "chinese_english", it works fine on 1.5 final. but it gives me the error above on 1.6 beta.

but the simplified_chinese is ok, I tried to copy all the thing from the two files. still not work. confused:(

Dennis
03-27-2007, 11:41 AM
there is no language support for language files other than the ones used in Pixelpost.

This has to do with way Pixelposts works with the alternative language files.

Quick fix:
Open index.php, look for $PP_supp_lang. Add the following under the simplified_chinese

'simplified_chinese'=>array('CN','Chinese'),
'chinese_english'=>array('CE','Chinese-English'),

jdleung
03-27-2007, 05:47 PM
thanks, schonhose. it works now.

someone add his own language, he must add the line like I do. I don't thinks it's a good way to do so.

Dennis
03-27-2007, 06:29 PM
No I agree, but I can't think of any other way right now.

Anyway, issue resolved, case closed.