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 - aries

Pages: [1]
1
Hi,

I've replaced my 1.0 with the 1.1 beta to then I got HTTP 500 error and this in the error_log:

PHP Fatal error:  Uncaught exception 'InvalidParamError' with message 'There is no session matching thi
s name (null for default session): NULL' in /home1/mwz/public_html/c.mindworks.hu/environment/classes/logger/Logger.class.php:
83
Stack trace:
#0 /home1/mwz/public_html/c.mindworks.hu/application/application.php(53): Logger::log(Object(DBQueryError), 4)
#1 /home1/mwz/public_html/c.mindworks.hu/init.php(139): require_once('/home1/mwz/publ...')
#2 /home1/mwz/public_html/c.mindworks.hu/index.php(9): require('/home1/mwz/publ...')
#3 {main}
  thrown in /home1/mwz/public_html/c.mindworks.hu/environment/classes/logger/Logger.class.php on line 83

I'm not familiar with this error, but might help for you.

Bests,
Aries

2
Architecture / Re: Translations
« on: October 07, 2008, 10:30:29 am »
Hi,
some useful link:

http://en.wikipedia.org/wiki/Gettext
http://hojtsy.hu/blog/2007-oct-21/improve-drupal-interface-text-step-step

Did I mention Drupal has a good example to parse and edit .po files? :) It has an online interface to search for missing strings.

Keywords for Drupal:
- t() function
- locale module

3
Components / Re: Single Sign On
« on: October 02, 2008, 07:44:17 am »
That would be nice if I can use OpenID in OpenGoo

4
Applications / Re: Revision Control
« on: October 02, 2008, 07:42:48 am »
I think subversion is not an option for "cheap hosting" users. Drupal has a good solution for version control of "nodes" and files.

5
Applications / Re: Blogging Support
« on: October 02, 2008, 07:40:17 am »
Blogging is the last things what I need in a groupware suite. There are several good CMS and blogging platform, like Drupal and Wordpress.

6
Components / Re: Translation interface plugin
« on: October 02, 2008, 07:35:06 am »
Drupal has a live translation server solution and beautiful on-site editing magick with jquery. Download Drupal 6 and get l10n_client and l10n_server and that's all. If you need help, just ask me.

7
Applications / Re: On the Wiki Engine
« on: October 02, 2008, 07:24:36 am »
I use DokuWiki (http://www.dokuwiki.org/features), and I happy with it.

8
Architecture / Translations
« on: October 02, 2008, 07:16:25 am »
Hi,

I just found the OpenGoo and it feels and works fantastic, congratulations guys!

I think about translation to Hungarian, and the language files are ok, but I don't know why don't you use much popular formats like .po files? There are many tools/communities/dictionaries for them. The .po support various number of plurals (slavic languages has more than 2), comments, fuzzy states etc.

Pages: [1]