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

Pages: [1]
1
Applications / Get Workspace Parent
« on: July 05, 2010, 10:58:42 pm »
Hi,

I am modifying the calendar so I can use it as a roster.  One of the mods is to display the workspaces in the calendar view.  To acheive this I am modifying :

application/views/event/viewdate.php

I want to display the workspace the task is assigned to, but also the workspace's parent.  To display the workspace I am using:

$ws = $event->getWorkspaces();

foreach ($ws as $w) {
    echo  $w->getName(); 
  }

But I don't know how to get the Parent Workspace from here, anybody got any Ideas ?

TIA,
  JC

2
How To's / Image Thumbnails
« on: June 22, 2010, 09:37:13 pm »
Hi,

I am trying to use Feng to organise my images.  It is a great way to organise images/clipart.  I can put an image against an images workspace and a project workspace.  The only thing lacking is a thumbnail preview.  It would be great if I could get a thumbnail preview of image, particularly when searching/browsing the workspace.

I have searched the forums but haven't really found anything that would do this ?

TIA,
   John

3
Older versions / [1.5.3] Errors Uploading Documents
« on: September 10, 2009, 03:04:01 am »
Mozilla 3.5.3
IIS Windows XP
PHP 5.2.9-2
MySQL 5.0.51

Hi,

I am trying to use the documents feature of OpenGoo but I get two errors when I try and upload a file.

1) I choose upload and then click the browse button, select my file.  I then get an error message:
  Error : 405 Method not allowed

The text:  Checking filename... appears under the file name input field

2) I then click the Add file button and I get the message :
    Error: Failed to upload file

I have debug switched on but there are no additional message on screen or in the log.php file.  Any ideas ?  I am not even sure where to look from here because I cannot find any additional error information ?

TIA,
  JC

4
How To's / Site Root Directory
« on: September 02, 2009, 10:53:41 pm »
Hi,

I have installed Opengoo on my laptop running a IIS personal.  I have a directory:

c:\sites\opengoo

Where I have installed the application.
My question is regarding the location of the root directory for the site.  In IIS I have setup the site root directory as c:\sites\opengoo\public which works but I had to copy a few files around to get it working.

I am wondering is this correct or should I have had my root directory as
c:\sites\opengoo

TTIA,
  JC

5
I get the following error when I select the trash tab the following notice gets tagged on to the end of the generated JS causing an error:

PHP Notice: Undefined variable: types in ....\OpenGoo\application\controllers\ObjectController.class.php on line 1023 PHP Notice: Undefined variable: types in ...\OpenGoo\application\controllers\ObjectController.class.php on line 1028

I have had a quick looked at the code and the problem relates to the function:

List_objects()

The $types variable is not defined within this function but it is used in two places.

Regards,
  JC

Pages: [1]