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

Pages: [1]
1
For others to know, I eventually succeeded in uploading/importing a CSV,
but here's the deal.

Do NOT try this with the mess of a .csv you get from exporting gmail contacts.

I had to take the csv and do some editing to it.
First, I removed everything but
"firstname","lastname","email"

I also did a s/;/,/g
(ie., replace semicolons with commas).
Make sure your csv is utf8 encoded, and has no special characters.
(ie, "foreign" characters, like ñ, ç, é, etc.)

Then, on import, make sure you uncheck all the fields that are not included, so that only "first name", "last name" and "email" are checked.

This worked for me, where the initial csv did not.

2
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?

3
How To's / Re: Calender
« on: March 27, 2012, 11:19:36 am »
You can sync it with a google calendar.
That's the only option, apparently, at the moment, that I have found.
I am not part of the fengoffice project.
It seems they don't respond much here.

4
How To's / Re: doku - documentation
« on: March 27, 2012, 11:14:44 am »
It is a dokuwiki, which doesn't use a db, only php and text files.
I only know this, because I also use dokuwiki on several sites of my own.
I am not part of the fengoffice project, so can provide no further information.
How are you trying to get the wiki?
Have you tried with
Code: [Select]
wget -m fengoffice.com/web/wiki/, or something?

5
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.

6
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.

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

8
That installation was at home, on a debian stable, amd64 server.
Now, I've installed on my webserver, but I'm afraid to even try and upload a csv.

I had another issue.
When I turn on "Created people from email recipients" I get a 500 Internal Server Error, no mail sent, no contact added.
Turn that off, I can send mail, but no contacts added.  I filed a bug for that one. The error in error.log was specific enough.

The web server is also debian stable, I think amd64, on linode's server farm in New Jersey.

9
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]