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

Pages: 1 2 [3] 4
31
Ideas / Re: Poll / voting
« on: July 30, 2009, 08:57:40 pm »
PS: Did you fix the bug? Did you post it on the bugs board?
No I tried this:
http://forums.opengoo.org/index.php?topic=2285.0
which: $new->setProject($milestoneFrom->getProject());
But that did not fix the error. Its reported as last entry here:
http://forums.opengoo.org/index.php?topic=2285.0

32
Older versions / Re: 1.5 dashboard calendar widget: error 500
« on: July 30, 2009, 08:56:55 pm »
Hi salival,

To fix the fatal error change line 363 of file 'application/models/project_mielstones/ProjectMilestones.class.php' from:
Code: [Select]
$new->setProject($milestone->getProject());to:
Code: [Select]
$new->setProject($milestoneFrom->getProject());
Thanks.
Tried that with ver 1.5 but problem persists. Here is more info:
It only occurs if I click on the event. If I check the event, then click EDIT the event opens without ado.
Another event on same month can be clicked to edit without error.
Even though error 500 reported, there is no entry in DEBUG file, and DEBUG is TRUE.
Sorry to be of no help, as I tried to find out what was different in the offending entry than the entry that works OK but couldnt find anything specific. However, I wont delete the offending entry in case you want me to test it further with any other options?
Cheers,
Al.

33
Ideas / Re: Poll / voting
« on: July 30, 2009, 05:05:51 am »
And agreed; totally useful. We have board meetings and I am hoping that sometimes we can have board meetings online, where we use Opengoo and we can Move, Second, and Pass nominated items on an online adgenda which may be Note, Email, or agreement on a Document. Easy to link to any of those items, its the voting that is the problem.
What we can do is use calendar; an new event, and each person edit it with their vote. Actually while doing that I notice I'm getting a Error 500 server, from the calendar when clicking on the event :-(
Thanks kindly,
Al.

34
How To's / Re: R1.5 sent emails not being listed
« on: July 30, 2009, 04:50:04 am »
OK tks for confirmation.
Also, the manual send method seems to work reliably now, but I cannot get it to send reminder emails at the end of a task. Any advise what method use to get it to send automatic reminders out in a timely manner please?
Thanks,
Alistair.

35
How To's / R1.5 sent emails not being listed
« on: July 28, 2009, 11:39:57 am »
With no filters, there are no sent emails listed. Can anyone confirm please?

36
Older versions / Re: 1.5 beta error upgrading from 1.4.1
« on: July 28, 2009, 11:08:46 am »
Hi, if you are testing on a copy of another installation try deleting file 'cache/autoloader.php'.
Worked for me tks new upgrade stable looks really good thanks for the major overhaul on email.

37
How To's / Re: Downloading Problem
« on: July 01, 2009, 09:16:46 pm »
Havent looked at code, but suspect its equivalent of shellexecute which needs an association on your machine. Works fine for me on this version.
Al.

38
How To's / Re: How to delete email account?
« on: June 29, 2009, 12:36:11 am »
I changed from IMAP to POP under mysql and it came right - worth a try.
Al.

39
1.4 final / Re: V1.4.1 Mail settings User: Delete Mail from server
« on: June 26, 2009, 04:57:02 pm »
Hi I want to help develop Goo using Netbeans - anyone else developing with Netbeans here I could partner with do you know?
Al..

40
Applications / Re: remote Debug PHP code?
« on: June 22, 2009, 03:25:17 pm »
Thanks 4 reply. In the meantime I've tried Aptana and Netbeans and settled for Netbeans. It took ages to get Xdebug working with it due to my running 2 local servers interfering with the interface of xdebug and Netbeans. After uninstalling one server all was good. Although due to speed issues, I think I'll end up debugging on the local server.
Cheers,
Al.

41
Applications / remote Debug PHP code?
« on: June 18, 2009, 09:24:12 pm »
Developers do any of you use a remote debug tool for when PHP code is running on server? If so, debugger recommendations (phpedit or?) please as I want to debug the mail modules and see whats causing some problems.
Cheers,
Alistair.

42
Hi so what you are saying is that you preserved both of those directories, did not overwrite them and installed in same directories and then used the upgrade option?
Please check that you did the above and confirm, as others reading this thread can then relate to it.

43
Just in case some havent found these here they are:
    Upgrade instructions
    ====================
   
    1. Backup you current installation (important!)
    2. Download OpenGoo 1.2.1 - http://www.opengoo.org/
    3. Unpack into your OpenGoo installation, overwriting your previous files and folders,
       but keeping your config and upload folders.
    5. Go to <your_opengoo>/public/upgrade in your browser and choose to upgrade from your current version to 1.2.1.
    6. Refresh your browser or clear its cache to load new javascript, css and images.   


44
Installation problems / Re: update trouble 1.3.1 -> 1.4
« on: June 18, 2009, 05:01:07 am »
so i downloaded the same file again to my machine, extracted it, and did overwrite the files/directories via FTP.
Did you overwrite all the destination directories without preserving any previous settings?

45
Installation problems / Re: MySQL database connection
« on: June 18, 2009, 04:58:10 am »
Please lets know what you did so others can learn.

Pages: 1 2 [3] 4