Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tchu

Pages: [1]
1
How To's / how to clear server cache for some object
« on: June 03, 2009, 09:06:18 am »
Hi,

Opengoo 1.4* has significant performance improvement over previous versions. But how can I clear server cache for some object in OG, such as when editing a document in FCKeditor?
 
That's because the font-style dropdown box in FCKeditor Toolbar    
has always failed to display those Chinese fontname items after I added them to 'FCKConfig.FontNames' in '\public\assets\javascript\fckeditor\fckconfig.js' and restarted Apache server as well as refreshing the browser repeatedly.

2
中文 / Re: Official translation to Chinese
« on: May 24, 2009, 04:18:09 am »
Hi,
It seems to me that this new chinese translation doesn't match with 'public/tools/translate.php'. For example, there are only 496 items in lang.js for zh-tw or zh-cn compared to 558 items in lang.js for en-us. If I want to use 'public/tools/translate.php' to complement those short items, I only get 0 instead of 496 items from lang.js for zh-tw.

3
Older versions / Re: problem with Contact Import
« on: April 15, 2009, 09:11:32 pm »
Adding to previous post...

It seems to me that the garbage Charectors result from 'utf8_encode' function in lines 1255 & 1261 of 'application\controllers\ContactController.class.php'. They may need function like 'mb_convert_encoding' for multi-byte charectors.

4
Older versions / problem with Contact Import
« on: April 14, 2009, 10:34:34 pm »
Regarding Contact Import from CSV file with Chinese Charectors.

I imported to Contacts on OG 1.3.1 a CSV file in UTF-8 format with only some required columns for me. But I first got error msg of being not a CSV file. After continuing, the mapping fields with Chinese Charectors all displayed garbage Charectors and the screen popup 'Ext.get("og_1239753149_851807filenamefield") is null'.

5
Installation problems / Re: Blank Page - Help!
« on: April 01, 2009, 03:01:21 am »
Hi, geebee

Your answer for my problem really works. Many thanks.
Still wondering why OG 1.3*  would have this problem that all older versions don't have.

6
Installation problems / Re: Blank Page - Help!
« on: March 31, 2009, 05:05:27 am »
Hi,

I've one OG installation, on Xampp 1.6.7 for Windows, that kept failing at last step after entering administrator info for login. It halted for a long period until finally a blank page. There's no sign of what have happened, no log.php left, even after seting debug as true, commenting the line for 'COOKIE_PATH' and deleting autoloader.php. Only an IDE installed in the PC popuped an error sign of apache.exe not processing in win32. But other applications like Joomla 1.5 or dotProject were all working fine. This problem happened in both upgrading from OG 1.2 to 1.3 (incl. 1.3 & 1.3.1) and a brame new installation of 1.3 or 1.3.1. I've tested it repeatedly even after switching to a brame new Xampp 1.7 but all the same in that PC.
On the other hand, I installed OG 1.3 on 2 other PC's which have been working fine so far.

Really don't know why. Please help!

Thanks.

7
Installation problems / Re: Upgrade from 1.2 to 1.3
« on: March 19, 2009, 09:19:28 am »
I had also similar situation on one of two installation case while upgrating from 1.2 to 1.3. Only got blank page After showing upgrated successfully. The log.php file logs as follows:

#1 ERROR: Error: filectime() [<a href='function.filectime'>function.filectime</a>]: stat failed for tmp/backup/opengoo_backup.zip in 'D:\xampp\htdocs\opengoo\application\controllers\BackupController.class.php' on line 48 (error code: 2)
#2 ERROR: Error: Undefined variable: date in 'D:\xampp\htdocs\opengoo\application\controllers\BackupController.class.php' on line 59 (error code: 8 )

and

#1 ERROR: Error: dir(tmp/backup) [<a href='function.dir'>function.dir</a>]: failed to open dir: No error in 'D:\xampp\htdocs\opengoo\application\controllers\BackupController.class.php' on line 134 (error code: 2)
#2 ERROR: Error: mkdir() [<a href='function.mkdir'>function.mkdir</a>]: No such file or directory in 'D:\xampp\htdocs\opengoo\application\controllers\BackupController.class.php' on line 135 (error code: 2)

What can be the reason?

Thanks.


8
How To's / Re: Tag for Traditional-Chinese characters
« on: March 13, 2009, 11:53:52 am »
Tags in Chinese characters have problem only in Tag panel, they are fine in either Properties pane or Adding Tags Section. Since the more complex Workspaces work perfectly in Chinese characters, I compared TagPanel.js with WorkspacePanel.js and only found that they deals ID in different way. The code in line 335~337:  "nameToId: function(name) { return og.clean(name).replace(/[^a-zA-Z0-9]/g, '_');}," might be the reason for that problem. BTW for your reference, Tags in Japanese alphabet work fine on testing.

Thanks for any help.

9
How To's / Re: Tag for Traditional-Chinese characters
« on: March 11, 2009, 12:26:56 pm »
Tags in Chinese characters still can't  function normally on OpenGoo 1.3RC. The tag pane can only show the first tag in Chinese characters, all the other can't be displayed there. Only after deleting the first one, the second can show up, but still not for others. Hopefully this problem can be solved to benefit the vast users of Chinese environment :), since tags are so important as to substitute for subfolder in OpenGoo.

Thanks.      

10
How To's / Re: I lost almost everything upgrading
« on: March 09, 2009, 09:58:57 am »
Hi ignacio, thanks for advicing.

After changing as adviced, It recovered as normal. Only the same error message still was logged as before in log.php file.

Anyway, thank you very much!



11
How To's / Re: I lost almost everything upgrading
« on: March 07, 2009, 07:20:07 am »
I got a similar condition but failed to fix.

After updating the translations to version 1.3 and doing upgrade from 1.2.1 to 1.3rc1 by entering 'public/upgrade' and getting a successful message, I got a homepage of only page header and footer.
The log.php logs as follows:
-------------------------------------------------------------------------------
#1 ERROR: Error: simplexml_load_file(http://www.opengoo.org/versions.xml) [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
     in 'D:\xampp\htdocs\opengoo\application\models\versons_feed\VersionsFeed.class.php' on line 113 (error code: 2)
#2 ERROR: Error: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: I/O warning : failed to load external entity &quot;http://www.opengoo.org/versions.xml&quot; in 'D:\xampp\htdocs\opengoo\application\models\versons_feed\VersionsFeed.class.php' on line 113 (error code: 2)
Time since start: 4.83297109604 seconds
-------------------------------------------------------------------------------
What can be the reason for this?

Thank you!

12
How To's / Re: Tag for Traditional-Chinese characters
« on: February 24, 2009, 11:08:53 am »
Thank you very much for response to this question. Following is a list of tagnames that can't work as expected:
中文
資料
測試
教學
   
In fact, I have repeated testing Tag function on the so-called CJK characters including Chinese, Japanese and Korean.  They all have the same problem although are all displayed normally in properties pane. Following is another list of tagnames:
중국어
정보
시험
어학

Again, many thanks.

13
How To's / Tag for Traditional-Chinese characters
« on: February 20, 2009, 10:58:21 pm »
I am really impressed with OpenGoo and have been testing it for    
Several times.

I found that Tag seems not working correctly for Traditional-Chinese characters. When adding more than one tag in Traditional-Chinese character, the Tag panel always shows the first added one. The filter don't work for the other ones either. However, the Workspace panel hasn't this problem at all.
I am wondering if there's something i'm missing or a bug here?

Appreciate any response. Thanks!

Pages: [1]