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

Pages: 1 [2]
16
Feng Office 1 / Re: Calendar quick add is not showing ?!?
« on: February 05, 2009, 08:02:41 pm »
Yeah, I was bitten by that one too.  I found some instructions on here to change the date format, which worked great for adding a new task and displaying the tasks, but when you edited a task, it changed the date to be some time in 2010!

I had to revert back to mm/dd/yyyy as the format until it's fixed (hopefully in 1.2.)

17
Feng Office 1 / Re: Milestone Fatal Error
« on: February 05, 2009, 08:00:11 pm »
Personally I think it's good to have milestones and tasks on separate workspaces.

We have a milestone set up for all server updates each quarter which is assigned to the core business.  Whenever an update affects on particular system or department, that gets assigned to its/their workspace, even though the milestone is on the core workspace.

I would prefer it to stay this way - but perhaps a "propogate to tasks and subtasks" checkbox underneath the workspace, that if it's checked when you hit save, it changes all tasks' workspaces to be the same as the milestone?

18
Feng Office 1 / 1.2RC1 - no e-mails in IMAP account
« on: February 05, 2009, 07:56:31 pm »
I reported this for beta 2 but had no word on it, and it's still the same in RC1.

I've set up my IMAP account, and I have 3 new messages in by INBOX (double-checked in Thunderbird.)  In OpenGoo, when I hit "check new messages" it says there are none.

If I change the username and/or password to be incorrect, it still says "email retrieval complete - 0 new emails" so it looks like it isn't even trying to contact the server.

Also it takes an age when editing/saving account details - any reason for this?

Great work on 1.2, it's coming along!  I upgraded from 1.1 to 1.2-RC1 without any issues.

19
Feng Office 1 / 500 Server Error in 1.1 - works in debug
« on: January 26, 2009, 07:00:20 pm »
I've created a task earlier today that I subsequently closed.  I then had to re-open it.

Now whenever I try and edit the task I get a "500 Internal Server Error."

If I enable debug mode, it works.  If I disable debug, it doesn't.

Any ideas how I can find out what the problem is here?

20
Feng Office 1 / Re: 1.2 beta No opengoo_backup.zip File
« on: January 26, 2009, 04:50:25 pm »
    2) You run the backup process but get no zip file.

For the second one, you need the zip extension, not the zlib extension. We changed to this extension because the class we were using previously didn't handle correctly big files, and could cause 'memory exhausted' errors, but now I'm thinking we should still default to that class if the zip extension is not available.


Sorry, I got zlib and zip confused, but I do indeed have zip enabled too:

Quote
zip
Zip    enabled
Extension Version    $Id: php_zip.c,v 1.1.2.46 2008/11/12 17:50:37 felipe Exp $
Zip version    1.8.11
Libzip version    0.9.0

I would also add that there's a third error - backup command failing but reported as a success, in my case.  (I'm still trying to get it sorted so the command actually works):

Code: [Select]
root ~ (networkmail): su websrv
$ /opt/nmail/mysql/bin/mysqldump --user=my_user --password=my_password my_db > /tmp/dump.sql
ld.so.1: mysqldump: fatal: libssl.so.0.9.8: open failed: No such file or directory
Killed
$ echo $?
137
$

As you can see the command doesn't exit with 0, but 137.

21
Feng Office 1 / Re: 1.2 beta No opengoo_backup.zip File
« on: January 26, 2009, 03:38:39 pm »
I tried making the change suggested by ignacio, but on my system it still says "backup created successfully" even though, technically, it shouldn't because the command specified by MYSQLDUMP_COMMAND fails when run manually.

I also don't see a backup file anywhere.

I do have zlib enabled in PHP - from phpinfo():

Quote
zlib
ZLib Support    enabled
Stream Wrapper support    compress.zlib://
Stream Filter support    zlib.inflate, zlib.deflate
Compiled Version    1.2.3
Linked Version    1.2.3

22
Feng Office 1 / Re: Some more 1.2 beta bugs
« on: January 26, 2009, 03:32:43 pm »
Hi,

Thanks for the reply.  I've enabled debug mode - here are the errors and stack-traces:

For issue #1:

Code: [Select]
Query failed with message 'Unknown column 'oid' in 'where clause''
Error params:
File: /srv/www/htdocs/networkmail.eu/extranet/test/environment/library/database/adapters/AbstractDBAdapter.class.php
Line: 386

Stack-trace:

#0 /srv/www/htdocs/networkmail.eu/extranet/test/environment/library/database/adapters/AbstractDBAdapter.class.php(272): AbstractDBAdapter->prepareAndExecute('SELECT count(*)...', NULL)
#1 /srv/www/htdocs/networkmail.eu/extranet/test/environment/library/database/DB.class.php(146): AbstractDBAdapter->execute('SELECT count(*)...', NULL)
#2 /srv/www/htdocs/networkmail.eu/extranet/test/application/controllers/ContactController.class.php(194): DB::execute('SELECT count(*)...')
#3 /srv/www/htdocs/networkmail.eu/extranet/test/application/controllers/ContactController.class.php(103): ContactController->countContactObjects('Internal Develo...', NULL, NULL)
#4 /srv/www/htdocs/networkmail.eu/extranet/test/environment/classes/controller/Controller.class.php(69): ContactController->list_all()
#5 /srv/www/htdocs/networkmail.eu/extranet/test/environment/classes/controller/PageController.class.php(62): Controller->execute('list_all')
#6 /srv/www/htdocs/networkmail.eu/extranet/test/environment/classes/Env.class.php(125): PageController->execute('list_all')
#7 /srv/www/htdocs/networkmail.eu/extranet/test/init.php(148): Env::executeAction('contact', 'list_all')
#8 /srv/www/htdocs/networkmail.eu/extranet/test/index.php(9): require('/srv/www/htdocs...')
#9 {main}

For issue #3:

Same error as #1, stack-trace:

Code: [Select]
#0 /srv/www/htdocs/networkmail.eu/extranet/test/environment/library/database/adapters/AbstractDBAdapter.class.php(272): AbstractDBAdapter->prepareAndExecute('SELECT 'Commen...', NULL)
#1 /srv/www/htdocs/networkmail.eu/extranet/test/environment/library/database/DB.class.php(146): AbstractDBAdapter->execute('SELECT 'Commen...', NULL)
#2 /srv/www/htdocs/networkmail.eu/extranet/test/application/models/comments/Comments.class.php(75): DB::execute('SELECT 'Commen...')
#3 /srv/www/htdocs/networkmail.eu/extranet/test/application/controllers/DashboardController.class.php(71): Comments::getSubscriberComments(NULL, 'Internal Develo...')
#4 /srv/www/htdocs/networkmail.eu/extranet/test/environment/classes/controller/Controller.class.php(69): DashboardController->index()
#5 /srv/www/htdocs/networkmail.eu/extranet/test/environment/classes/controller/PageController.class.php(62): Controller->execute('index')
#6 /srv/www/htdocs/networkmail.eu/extranet/test/environment/classes/Env.class.php(125): PageController->execute('index')
#7 /srv/www/htdocs/networkmail.eu/extranet/test/init.php(148): Env::executeAction('dashboard', 'index')
#8 /srv/www/htdocs/networkmail.eu/extranet/test/index.php(9): require('/srv/www/htdocs...')
#9 {main}

For isse #4:

Same error as #1 and 3, stack-trace:

Code: [Select]
#0 /srv/www/htdocs/networkmail.eu/extranet/test/environment/library/database/adapters/AbstractDBAdapter.class.php(272): AbstractDBAdapter->prepareAndExecute('SELECT count(*)...', NULL)
#1 /srv/www/htdocs/networkmail.eu/extranet/test/environment/library/database/DB.class.php(146): AbstractDBAdapter->execute('SELECT count(*)...', NULL)
#2 /srv/www/htdocs/networkmail.eu/extranet/test/application/controllers/ContactController.class.php(194): DB::execute('SELECT count(*)...')
#3 /srv/www/htdocs/networkmail.eu/extranet/test/application/controllers/ContactController.class.php(103): ContactController->countContactObjects('Internal Develo...', NULL, NULL)
#4 /srv/www/htdocs/networkmail.eu/extranet/test/environment/classes/controller/Controller.class.php(69): ContactController->list_all()
#5 /srv/www/htdocs/networkmail.eu/extranet/test/environment/classes/controller/PageController.class.php(62): Controller->execute('list_all')
#6 /srv/www/htdocs/networkmail.eu/extranet/test/environment/classes/Env.class.php(125): PageController->execute('list_all')
#7 /srv/www/htdocs/networkmail.eu/extranet/test/init.php(148): Env::executeAction('contact', 'list_all')
#8 /srv/www/htdocs/networkmail.eu/extranet/test/index.php(9): require('/srv/www/htdocs...')
#9 {main}

As you can see it all points to a missing database column "oid".

I did run the 1.1 to 1.2 upgrade script after I'd updated the files (by visiting /public/upgrade), and it told me that my database was already up-to-date, so perhaps the database updates haven't been applied correctly?

For issue #5 - my bad I hadn't realised IMAP wasn't installed.  However I should still have the option to edit the account, even if IMAP isn't supported.  For example what if a user did legitimately create an account as IMAP when it should have been POP, but they didn't have IMAP on their server so you couldn't go back to change it, or delete the account?

A suggestion - why not detect if IMAP support is available, and if it isn't, only let users create POP accounts?  You could use PHP's function_exists passing in "imap_open" to accomplish this.

Many thanks,
Andy

23
Feng Office 1 / Re: 1.2 beta No opengoo_backup.zip File
« on: January 25, 2009, 07:26:55 am »
I added the MYSQLDUMP_COMMAND constant to my config file, and tried to run a backup.  It says it completes the backup successfully - but no files are generated.

Interestingly the command I specified in the constant actually fails if I run it manually, (due to the way my MySQL is set up) but OpenGoo didn't throw an error  ???

24
Feng Office 1 / Some more 1.2 beta bugs
« on: January 24, 2009, 02:50:20 pm »
While using 1.2b so far, I've noticed a couple of issues.



1. When I click on a tag in the tag list on the bottom left, I get an "internal server error."

2. In the "general" system settings, I get the text: "<span style="font-weight: bolder; color: red;">Missing lang: config option name time_format_use_24</span>" next to the option above "enable e-mail".

As another poster has noticed, the HTML in the error message should not be escaped, so you just see the text "Missing lang..." in bold/red text.

3. If I go to a module tab (e.g. notes) then flick back to the dashboard, I get 2 internal server errors.

4. I get an internal server error when clicking on the Contacts module

5. After setting up an IMAP account, I cannot see any e-mails.  When I hit "check email accounts" it tells me I have none set up, although it is there!

Also with the e-mail, I cannot edit the account - I get an internal server error.



I only get the errors in 3 and 4 as the main administrator user, my normal user works fine, but still gets the error in 1.

Also a suggestion you probably already know of - "enable e-mail module" should really be in the "module management" screen.

25
Announcements / Re: OpenGoo 1.2 beta
« on: January 24, 2009, 09:01:57 am »
-- Reposted 1.2 bugs in the bugs forum --

http://forums.opengoo.org/index.php?topic=783.0

26
Announcements / Re: OpenGoo 1.2 beta
« on: January 22, 2009, 09:08:28 pm »
Excellent work on the beta, I've yet to try it out but it sounds good!

Just a quick question - you say this beta is not for production use, but 1.1 is no longer on Sourceforge  ???

I only ask because I've got to re-install OpenGoo onto a new server in a couple of days and I went on to get the 1.1 download to save me having to copy all the individual files off my current server.

27
Feng Office 1 / Re: Task templates not working
« on: January 19, 2009, 04:19:22 pm »
Thanks for the explanation - I'm new to OpenGoo with v1.1 so I'm not aware of how they used to work, but the suggestions you made will certainly help.

I've just added an open task to my "test" template using the "Objects" category, and it does create a new task, however it's not obvious what's happened (that a new task has been created) because you're just thrown back to the task list - you don't even get an "OK" message.

What I thought would happen was that it would show you the same screen as if you'd clicked "New Task" with the fields pre-filled in with the same details as the task in the template, so you could complete the rest.

Also while doing this as my "non-admin" user, I get an error message saying "you do not have permission to view this page" but the task is still created  ???

28
Feng Office 1 / Re: Task templates not working
« on: January 18, 2009, 07:11:52 pm »
I've just created a task template (as the original administrator user) called "test" with the content just simply "test" and yes, it does the same thing - the page just refreshes when you try to create a task using this template.

29
Feng Office 1 / Task templates not working
« on: January 14, 2009, 08:37:06 pm »
OpenGoo 1.1 :-

I have an administrator and a non-administrator account, and one template set up.

If I login as the administrator and to try to create a task from a template - hit "Task", "All", "My Template" - the page just refreshes and does nothing.

If I login as the non-administrator user and do the same, I get "you don't have the permissions to view this page."  So I gave my non-administrator user all system permissions and all workspace permissions on all workspaces - same error.  I then made the non-admin an admin, and it does the same thing as the admin user - just refreshes the page.

Is it something strange in my setup?  Anyone else having this issue?

Pages: 1 [2]