|
Title: SVN 427 has big bug: can't upload language files when fresh install Post by: baijianpeng on November 06, 2006, 05:56:54 am I am sure this is a bug. Though there is a simplified_chinese language file in the SVN directory but the rsgallery2.xml file for installation doesn't contain the install comand/sentence for this file. So I added a line as following to the language secton in the file and then tried to install it on my testing server.
Code: <filename>language/simplified_chinese.php</filename> But there comes the following error message: Code: Warning: com_install(W:/www/joomla/administrator/components/com_rsgallery2/language/simplified_chinese.php): failed to open stream: No such file or directory in W:\www\joomla\administrator\components\com_rsgallery2\install.rsgallery2.php on line 17 Warning: com_install(): Failed opening 'W:/www/joomla/administrator/components/com_rsgallery2/language/simplified_chinese.php' for inclusion (include_path='.;/usr/local/PHP/includes;/usr/local/PHP/pear') in W:\www\joomla\administrator\components\com_rsgallery2\install.rsgallery2.php on line 17 At the same time all those entries which I had translated show up as original code instead of human language. See attached screenshot for clear understanding. I looked into the server directories, suprised to found that the <joomla>/administrator/components/com_rsgallery2/language folder is empty ! No language file exist there, no one, just empty ! why ? why those language files was not uploaded when installing ? Title: Re: SVN 427 has big bug: can't upload language files when fresh install Post by: Daniel Tulp on November 06, 2006, 02:09:47 pm this is weird, I'll look into it
bugs in nightly builds should be posted in the nightly builds board, moving thread Title: Re: SVN 427 has big bug: can't upload language files when fresh install Post by: Jonah on November 08, 2006, 12:42:27 am something with access.class.php is causing all files after it to fail to install.
Title: Re: SVN 427 has big bug: can't upload language files when fresh install Post by: Daniel Tulp on November 08, 2006, 01:52:32 am it was called to install twice in the xml file, this is of course not possible, so everything after that line failed to install, including the language files, thanks for reporting
fix is in svn now (will be available in nightly build svn revision 433) Title: Re: SVN 427 has big bug: can't upload language files when fresh install Post by: baijianpeng on November 08, 2006, 04:28:46 am Thank you for fixing this bug. I noticed svn 434 was released.
Also Thank you for including the simplified_chinese language file from me. But you forgot to add the command of installing it such as : Code: <filename>language/simplified_chinese.php</filename> ;) Please add it ASAP. Title: Re: SVN 427 has big bug: can't upload language files when fresh install Post by: Daniel Tulp on November 08, 2006, 07:13:33 am i'll add, but not asap, not on a computer with svn program now
Title: Re: SVN 427 has big bug: can't upload language files when fresh install Post by: Jonah on November 08, 2006, 02:20:23 pm remember you can always manually install language files by uploading them into the language directory after rsgallery2 is installed.
|