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.


Topics - flo2

Pages: [1]
1
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.

2
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

3
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.

4
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)?

Pages: [1]