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

Pages: [1]
1
Older versions / Re: 1.5.1. - No Gui for new Documents and Presentations
« on: August 05, 2009, 10:28:30 am »
Same problem here.

2
Hi,
I upgraded 1.5 to 1.5.1 using the "automatic upgrade" - after that (and clearing my browser cache), I only got this error from OpenGoo:

Code: [Select]
Caught Exception in AutoLoader: exception 'Exception' with message 'Could not find class file for "BROWSER"' in /var/kunden/webs/opengoo/environment/classes/AutoLoader.class.php:105
Stack trace:
#0 /var/kunden/webs/opengoo/environment/classes/AutoLoader.class.php(111): AutoLoader->loadClass('BROWSER')
#1 /var/kunden/webs/opengoo/application/functions.php(33): AutoLoader->loadClass('BROWSER')
#2 /var/kunden/webs/opengoo/application/controllers/AccessController.class.php(170): __autoload('Browser')
#3 /var/kunden/webs/opengoo/environment/classes/controller/Controller.class.php(76): AccessController->index()
#4 /var/kunden/webs/opengoo/environment/classes/controller/PageController.class.php(62): Controller->execute('index')
#5 /var/kunden/webs/opengoo/environment/classes/Env.class.php(173): PageController->execute('index')
#6 /var/kunden/webs/opengoo/init.php(149): Env::executeAction('access', 'index')
#7 /var/kunden/webs/opengoo/index.php(9): require('/var/kunden/web...')
#8 {main}

after manually deleting all files (except upload and config folders) and unpacking all files from the zip again, it works perfect now.

3
Older versions / Re: 1.5 Upload not working "Filename is required"
« on: August 03, 2009, 12:51:09 pm »
It works now! I found out that the extjs-javascript was missing on the server. obviously the same problem as described here: http://forums.opengoo.org/index.php?topic=2269.msg8734#msg8734

Some strange unpacking problems under debian linux here... the folder with the javascript in it was unzipped as a file. after deleting the old files und unpacking again (using the same archive), it was ok.

4
Older versions / 1.5 Upload not working "Filename is required"
« on: August 01, 2009, 11:22:31 am »
When I try to upload a file to documents, I get the error:

Code: [Select]
Error: Failed to save object because some of its properties are not valid:
- Filename is required

log.php shows no errors (debug turned on).

Browser is Firefox 3.5.1, Server Apache 2.2.3, PHP 5.2.0, MySQL 5.0.32

5
Announcements / Re: OpenGoo 1.5 final released!
« on: July 28, 2009, 06:31:27 am »
Downloaded the package again and couldn't reconstruct the problem i mentioned. maybe it was a download issue...

6
Announcements / Re: OpenGoo 1.5 final released!
« on: July 27, 2009, 08:55:16 pm »
congratulations! but there seems to be a problem with  the opengoo/library/utf8 folder. Unpacking with OSX is no problem, while unpacking with unzip under Debian Linux renders this folder unusable.

Auto-Update seems to have this problem also.

7
1.4 final / Re: Summertime Problem??
« on: June 20, 2009, 07:35:55 am »
And the same as here: http://forums.opengoo.org/index.php?topic=1681.0
I'd appreciate to have an option for daylight savings in 1.5 too!

8
1.4 final / Client company user with admin privileges
« on: May 30, 2009, 02:25:56 pm »
I discovered a GUI-Issue: adding a user to a client company, it's not possible to give admin privileges. However, using the normal "Add user" dialogue, it seems like it's possible, because after selecting the client company for that user, it's still possible to check "Administrator: yes", which has no effect though. Should be disabled to make it more clear, in my opinion.

9
Applications / Re: Squirrelmail integration into OpnGoo
« on: May 29, 2009, 09:57:39 am »
I can confirm that the current implementation of IMAP in OpenGoo is not really satisfying.
Squirrelmail is great from a technical point of view. Maybe something to build on.

More modern than Squirrelmail is RoundCube (http://roundcube.net/), which has a stable ajax-interface already, and does use the IMAP-Wrapper from ilohamail.org. This wrapper in fact might be interesting for the developers of OpenGoo, as it is tested thoroughly already. Only needs to be implemented  ;D

10
Deutsch / Re: Ständige Fehlermeldungen
« on: May 07, 2009, 12:32:16 pm »
Ist beides angekommen, hatte bisher leider noch keine Zeit. Aber danke! Werd wahrscheinlich morgen mit der administration.php anfangen.

11
How To's / Re: How to do a mass document upload?
« on: May 04, 2009, 10:33:34 pm »
A flash-based batch uploader (like Wordpress has) would also be nice.

12
Deutsch / Re: Ständige Fehlermeldungen
« on: May 04, 2009, 10:07:01 pm »
Es gibt wieder einige Übersetzungsarbeit für die 1.4. Wer macht mit?
(...)
Bitte auch etwas koordiniert vorgehen, damit manche Arbeiten nicht doppelt gemacht werden.
Ich würde gern mithelfen! Gibt es irgendwelche Infos, was schon erledigt wurde?

13
Architecture / OpenGoo Multi-Installation Environment
« on: May 03, 2009, 09:50:51 pm »
First of all, I'd like to thank all the developers of OpenGoo for this very useful and impressive Software. I've discovered OpenGoo a few weeks ago and since then have already used it in "production" for several small things.

What I'm trying to do now is to set up a multi-installation environment (kind of like Feng Office). I signed up for a Feng Office trial to see, how you solve the problem, and saw that there is a new folder and a new database created for each new Feng-Office customer.

How do you handle updates for all customers with this? Wouldn't it be easier to implement a "switch" in init.php, so you only have 1 "set of files" of OpenGoo, and then define different config files and paths for files, cache, etc. for each different customer (for example by having a seperate subdomain for each customer pointing to this single installation, and then having the init.php look for the string in the subdomain and load the right config file + paths)?

14
Architecture / Re: how about "opengoo autoinstaller" or..
« on: May 03, 2009, 09:06:31 pm »
Any updates on this? How is the "auto-installation" done for FengOffice?

Pages: [1]