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

Pages: 1 2 [3]
31
Older versions / Solved: Re: edit Event
« on: July 08, 2009, 05:41:41 pm »
NO i didn't.  :o

Just checkd: closing the browser and deleting the cache seems to be a workaround.
It works now.  8) thank you!

It would be nice to have a warning or notice about this on the settings page. PLEASE  ;D

32
Older versions / edit Event
« on: July 02, 2009, 05:56:17 pm »
Hi,
when editing an event with a different dateformat set (user settings -> date format [d.m.Y]) the Datepicker doesn't show the date of the event.
I didn't test what happens if you press save, but it doesn't seem to work properly.
It works when the date format is reset to d/m/Y
The date come completly wrong when the format is set to m/d/Y.

May be one of the german users can verify this with localised date settings.

Regards
Daniel

Using OG 1.4.2 on Debian Stable
FireFox 3.0.11

33
Announcements / Re: OpenGoo 1.4.2 released
« on: June 26, 2009, 06:44:58 am »
On the main page of the website the downloadlink still says 1.4.1

34
How To's / Re: problem uploading and saving docs via opengoo
« on: June 09, 2009, 06:05:09 pm »
OK, some research helped.

The Problem originates from the php.ini file.


open_basedir
Limit the files that can be opened by PHP to the specified directory-tree, including the file itself. This directive is NOT affected by whether Safe Mode is turned On or Off.

Upload path was set to /tmp
basedir to: /var/www
this way, php is limited by basedir and can not access anything outside /var/www (no access to /tmp)

solution: create a tmp directory in /var/www and change the uploadpath in php.ini to /var/www/tmp

works fine for me now.
Hope this helps.

regards
daniel

35
How To's / Re: problem uploading and saving docs via opengoo
« on: June 09, 2009, 05:41:07 pm »
Hi alex,
i have a similar porblem on my site.
did you find a solution?

regards daniel

Update: log.php output:
Session "default" started at 2009-06-09T20:23:05+0000
#1 ERROR: Error: copy() [<a href='function.copy'>function.copy</a>]: open_
basedir restriction in effect. File(/var/tmp/phpPnY09z) is not within the
allowed path(s): (/var/www) in '/var/www/sirius/opengoo/application/contro
llers/FilesController.class.php' on line 414 (error code: 2)
Time since start: 0.543842077255 seconds

and SAFEMODE = Off

Pages: 1 2 [3]