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

Pages: [1] 2 3 ... 12
1
Feng Office 3 / Re: No email notification sent to new users
« on: May 20, 2016, 02:36:47 pm »
Have you setup crontab to run cron.php regularly?

I can attest that FO works - we use it for a small business with about 18 users/emailers, managing hundreds of workspaces.

2
Yup - i can confirm that if you run the plugin upgrade from console this solves things!

3
Getting Started / Re: php 7.0
« on: May 10, 2016, 03:20:56 pm »
php7 is not currently supported, so you will have to roll back to 5.4+ for the FO installation.

4
Feng Office 3 / Re: Images blocked in Incoming Emails
« on: April 20, 2016, 10:08:41 am »
We are 3.4.0.17 - just haven' thad the time to upgrade to 3.4.1 yet...

We run our install on a Debian 7 server out of a datacentre.

5
Feng Office 3 / Re: Images blocked in Incoming Emails
« on: April 18, 2016, 11:21:53 am »
I've checked on our installation of FO and no images are stripped from emails.

So, it is no FO that is the problem, but perhaps somewhere in your settings, either server or FO settings.

In email options in FO, what do you have "Block email images" set to?  Perhaps this is set to "yes"?  It is configurable on a per user basis.

6
Feng Office 3 / Re: Images blocked in Incoming Emails
« on: April 13, 2016, 03:57:52 pm »
This could be gmail that is the problem, as they move images to their own servers and then serve them.

Does it work if you just do a 2 step test?

1. Create test email with logo image in signature in GMAIL.
2. Send email to another Feng Office account.

If that works, then it is google not feng that is to blame...

7
How To's / Re: Mysql 5.6.x
« on: March 05, 2016, 03:11:09 pm »
It should...  but I can't verify as we use 5.4.XX

8
Feng Office 3 / Re: Upload > 2gb files
« on: February 19, 2016, 11:59:40 am »
Maybe try in your php.ini first:

post_max_size = 0
upload_max_filesize = 0

If that works, that will save you the trouble of upgrading, but I'm thinking you may be limited by the architecture of the 32 bit system running apache.

9
Feng Office 3 / Re: Upload > 2gb files
« on: February 18, 2016, 11:53:43 pm »
Sorry - i misread your email, thinking it was set at 2MB.  2GB tends to be an apache http limit on 32 bit systems running php 5.3.   If you have files greater than 2gb, consider other ways of uploading them or make weblinks to them, or move to a 64 bit system, move up to php 5.4, and that may solve your problem. (unless you already have a 64 bit and php 5.4+ version)

Or, maybe try the following in your php.ini - this should allow uploads up to the post_max_size variable.

upload_max_filesize = 0

you could also try:

post_max_size = 0
upload_max_filesize = 0

But, again, I might suggest that files this large might be better handled by non http protocols, and you could have a secure file repository with weblinks within feng.

10
Development / Re: TimeTracker for Android
« on: February 15, 2016, 11:00:43 am »
Vat - this works now!  This is a pretty great little app - there are a few tweaks that I would do to make it easier to use for our usage, but I'll think about that and get back to you.

11
Feng Office 3 / Re: Upload > 2gb files
« on: February 15, 2016, 10:58:32 am »
No - this is still your server settings.  You need to be sure you are editing the correct php.ini file.  Try reloading apache after you make the change, and this should do the trick.  If still at 2MB, it's the wrong php.ini file you have been editing.

12
Development / Re: TimeTracker for Android
« on: February 10, 2016, 01:36:57 pm »
Ahh - I see what happened.    I installed, but did not activate the plugin!    So, it's attempting to connecting, but the android app just spins and then timesout - goes back to login screen...

Will explore logs later.

13
Feng Office 3 / Re: Upload > 2gb files
« on: February 10, 2016, 01:36:17 pm »
Yes - just change your php.ini settings.

14
Development / Re: TimeTracker for Android
« on: February 09, 2016, 01:10:34 pm »
Looks promising.  I can't login from the Android app, but I have not had time to really troubleshoot this issue yet, so likely it's just something I need to do.


15
What are your server specs - sounds like you have not increased your php max execution settings appropriately on your server.

If on a shared server, you may find FO has limitations due to some of the tuning required.

Pages: [1] 2 3 ... 12