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

Pages: [1]
1
How To's / can't add contacts/people from email recipients.
« on: March 27, 2012, 11:28:39 am »
On fengoffice 2.0.0.8, on Debian Stable,
can not "add people from recipients" (ie., add a contact for every person to whom I send an e-mail).
500 Internal Server Error, every time.

../error.log shows

Code: [Select]
PHP Fatal error:  Call to undefined method Contact::setEmail() in /home/tony/linguas/fengoffice/plugins/mail/application/controllers/MailController.class.php on line 645, referer: blinguas.homelinux.net/office/
Line 645 of MailController.class.php, referred to in error, simply has:
Code: [Select]
$contact->setEmail($recipient_address);

Tem alguem ai que responde essas perguntas?

2
How To's / calendar edits disappear
« on: March 27, 2012, 11:08:36 am »
I have edited an event like 20 times to associate it with a workspace and make it repeat.
Every time I save the edit, and the event page, itself, appears as it should.
Then when I close that page, the edits disappear, and the event reverts to as it was before.

Does anybody actually read this forum and answer these questions?
I've asked several questions.
It looks like forums are read, but there are no useful responses, anywhere.

3
Development / turn html e-mail off, put sig below quoted message
« on: March 23, 2012, 03:37:20 pm »
I really can't believe a group of FOSS developers haven't given me an option somewhere in my preferences to compose e-mail as plain text by default,
nonetheless, I can't find anywhere to turn of the html editor by default.
I have to turn it off each time I edit a new mail.

WTF?!

Don't you guys participate in any mailing lists, where html mail is a hanging offense?

Seriously.

Can someone at least tell me what file I have to edit to disable that html editor, please?

Also, why is my signature placed at the top of a reply, before the quote message?
Top posting?
Hello?!
Is there anybody home?

Even crappy webmail apps like yahoo and hotmail allow you to edit in plain text by default, now,
and place the signature below the quoted message.

4
Feature requests / keybinding configuraton
« on: March 23, 2012, 12:37:49 am »
In some webmail clients, and desktop clients, Ctrl+Enter will send a message, but I find that in fengoffice, it opens a search.

??

In others (and, for instance, here in simplemachines forum) the send (here, post) button is AFTER the editor/text entry field, so that one can simply tab, then space or enter to send/post. (the case with gmail is thus)
Of course, our send button is at the top of the page.

So, I'd like to be able to set keybindings.
Of course, if I knew (or as soon as I dig in and figure out) where they are set in code, I can alter them, but a graphical interface for such a thing is handy in a webmail client.

Either that, or just do like every one else, and make ctrl+enter send a message, or stick a "send" button after the editor field.

I like to control stuff as much as possible from the keyboard, but with feng-mail, I'd either have to hit tab 20 times, or grab the darned mouse and click send.  It's all about efficiency and ergonomics.

5
Installation went well, and I was thoroughly enjoying playing with/testing all the features.
Set up e-mail successfully, edited a document, etc.,etc.

Then I tried to import a .csv file for contacts,
and it hasn't worked since.
Whe I try to load my installation, I get
Quote
Error
We are sorry, but a fatal error prevented Feng Office from executing your request. An Error Report has been sent to the administrator.

This is on Debian/Stable, amd64. Apache 2.2, Mysql, etc.

tail /var/log/apache2/error.log gives me
Quote
[Thu Mar 22 13:00:56 2012] [error] PHP Notice:  Undefined index: plugins_available in /home/tony/linguas/fengoffice/public/install/installation/templates/plugins.php on line 2
[Thu Mar 22 13:00:56 2012] [error] PHP Warning:  Invalid argument supplied for foreach() in /home/tony/linguas/fengoffice/public/install/installation/templates/plugins.php on line 2
[Thu Mar 22 13:07:50 2012] [error] [client 71.235.82.118] File does not exist: /var/www/office/index.php, referer: http  blinguas.homelinux.net/office/index.php?c=help&a=help_options&current=help
[Thu Mar 22 13:12:45 2012] [error] [client 58.218.199.147] File does not exist: /var/www/feed
sendmail: Server didn't like our AUTH LOGIN (530 5.7.0 Must issue a STARTTLS command first. i19sm9359064qad.19)


What to do?

Pages: [1]