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

Pages: [1]
1
As i just managed to ship around some obstacles while upgrading fo 1.7.5 to 3.4 i´d like to note some hints.
0. Don´t forget to backup DB an backup Files

Up to 1.7.5 fo was running smoth on shared hosted servers.
Since 2 and definitely with 3 on your own server you will need a dedicated machine to have fun with.
#1  Check Server Requirements
Note that you will have to reload your webserver several times and check all kind of options if you run on errors.

Upgrading from 1 to 3 can be tricky so  RTFM and
#2 Install clean versions with clean dbs of fo, so you know everything is running fine.

While upgrading the db, if you got errors on missing or unkown tables:
#3 Export those tables from a clean version an import them to your migration db. Start again.

After installation you might experience blank screens.
#4 go back to 1. check php Version, check if the right version us actually used.

After changing some options (dimension selection tags) you get nothing but the header and a blank screen until you reload your webserver (see point #1)
After changing the task view option from date to date and the selection will only be displayed AFTER RELOADING your apache server (see #1)
AND NO tasks or only few are displayed unless you restart/reload your webserver:
#5 Disable Caching (in my case APC) in PHP

These are only hints/notes, and you will have to ask google for some more information on webserver administration if you run on errors while installing or upgrading fo.
Perhaps you have some more learnings, why not add them here.

Best wishes and a peacefull new year,
sim







2
Installation problems / Re: No content after installation
« on: October 09, 2015, 10:07:13 am »
I know this topic is old but it might be interesting for those who search:
Check your error log, it might say something like

Session "default" started at 2015-10-09T12:21:21+0000
#1 ERROR: Error: Invalid argument supplied for foreach() in 'engoffice/application/functions.php' on line 484 (error code: 2)
#2 ERROR: Error: Invalid argument supplied for foreach() in 'engoffice/application/functions.php' on line 484 (error code: 2)
#3 ERROR: Error: Use of undefined constant JSON_NUMERIC_CHECK - assumed 'JSON_NUMERIC_CHECK' in 'engoffice/application/layouts/website.php' on line 535 (error code: 8)
#4 ERROR: Error: json_encode() expects exactly 1 parameter, 2 given in 'engoffice/application/layouts/website.php' on line 535 (error code: 2)
Time since start: 60.226398944855 seconds

The referring codepart is

reloadDimensions: <?php echo json_encode( DimensionMemberAssociations::instance()->getDimensionsToReloadByObjectType($dimension->getId()), JSON_NUMERIC_CHECK ); ?>

Now have a look at you servers php Version.
JSON_NUMERIC_CHECK is only supported from PHP 5.3.3 on.
Fengoffice > 2.7 (in my case 2.7.1.6 will not work on a Server below 5.3.3.
You will have to ask your provider for an update.

So Please FO-Team correct your Readme_Release_Notes Recommendations: to "PHP 5.3+"

Best SIM.




3
Installation problems / Re: No content after installation
« on: March 05, 2015, 05:44:26 pm »
Sadly i can not add anything constructive to this topic because i have the same problem: Installed 3.0 beta to 3.1.1 and no contents. :-[
I guess it has something to do with missing dimensions or so ... an now you tell me i have to run Feng on a server with root access to restart apache and fixed RAM. Sorry but we live in the world of virtualization, shared enviromentsand ressources so that will not work out. I pay for my webserver an there are some decent scripts running, for example an oxwall and thats no small thing.

Now to  Feng which i really really appreciate for its functionality and intelligent options for task management even in the community version from 1.5 on:
FO 1.7.5 was running very well on my server.
FO 2.7.1.6 is running OK at the moment allthough there were this core dimensions things at the beginning as well
But now FO 3.x (at the moment trying 3.1.1) is absolute doing nothing on my place. It installs ok and then it loads for hours until it shows the same like my forespeakers: nothing. Well i will keep updating :-)

Don´t missunderstand: Feng still has a really great concept in task an project handling and that is why i spend the time to write this, but at the moment it is going astray least what the community version is all about.

4
Feng Office 2 / Re: 2.6.1 Email attachement
« on: June 18, 2014, 03:56:00 am »
Hi kompresja,
I just checked with my installation of FO 2.6.1 using firefox. Selecting an attachment from PC uploading and adding worked fine.
Guess the cause of your issue might be local. So this would be the first thing to look at if you haven´t done this already.
To make sure and narrow in, check and clean the browser cache, try another browser or even try another PC.

5
MySQL Syntax for adding the new field should be:

ALTER TABLE `fo_mail_accounts` ADD `mark_read_on_server` int(11) NOT NULL DEFAULT 0 AFTER `del_from_server`

Remember: Backup all databases and files before changing anything

6
Same issue on my Community Edition of Feng Office which has been upgraded from 1.7.5 via 2.5 to 2.6 beta now.
Maybe that´s the reason for the missing field: 'mark_read_on_server'

Info Messages in FO can be:
1. cannot read property 'length' of undefined or
2. cannot read property 'add' of undefined

Error Message in /cache/log.php reads:
#1 DEBUG: SQL ERROR: Query failed with message 'Unknown column 'mark_read_on_server' in 'field list'' - SELECT `id`, `contact_id`, `name`, `email`, `email_addr`, `password`, `server`, `smtp_server`, `is_imap`, `incoming_ssl`, `incoming_ssl_port`, `smtp_port`, `smtp_use_auth`, `smtp_username`, `smtp_password`, `del_from_server`, `mark_read_on_server`, `outgoing_transport_type`, `last_checked`, `is_default`, `signature`, `sender_name`, `last_error_date`, `last_error_msg`, `sync_addr`, `sync_server`, `sync_pass`, `sync_ssl`, `sync_ssl_port`, `sync_folder`, `member_id` FROM `fo_mail_accounts` WHERE `id` = '1'
#2 FATAL: exception 'DBQueryError' with message 'Query failed with message 'Unknown column 'mark_read_on_server' in 'field list''' in [...]FO2-6Beta/environment/library/database/adapters/AbstractDBAdapter.class.php:392

7
Feng Office 2 / Re: Can't change user permissions
« on: April 03, 2014, 03:18:34 am »
@aSeptik: Fix worked for me! Thank you!

8
Getting Started / Re: Module Permissions Problem
« on: April 02, 2014, 06:03:00 pm »
Same issue here with me.
Feng 2.5.1.2. Set up 2 users as superadmins with 2.5 OK but now new users have no Module Rights.
Anybody else so we can open a bug in the mantis list?
Anyway: Created Bug Report in Feng Mantis 0004116

One should read before write :-)
Same point here http://forum.fengoffice.com/index.php?topic=19185.0
We have to wait for 2.6
Or implement Fix: http://forum.fengoffice.com/index.php?topic=19185.msg37435#msg37435
in /application/helpers/permissions.php.

9
Feng Office 2 / Re: new installed 2.5.1.1 Cant add email account
« on: March 12, 2014, 08:03:44 pm »
Have the same issue.
Added Item to Feng Office Mantis Bugtracker ID 4114
Check: fengoffice.com  web bugs id 4114

10
Feng Office 2 / Re: Administration Email-Accounts missing
« on: July 01, 2012, 03:29:21 pm »
Francesco, you did not offend me. Perhaps i did, when i wrote the advice not to upgrade to v2. Sorry about that.
Maybe it´s because developers sometimes can not imagine how important a feature can become to a "community customer" that they themselves consider perhaps in the beginning just to be a "nice to have". And the other way, that a feature the developers and their "real business customers" consider to be very important like the evolution from category to dimension can be an interesting but not yet cruical thing to the "community customer" who would be glad if his user would use simple categories in a producitve way ;-).
All the best... and i´ll stay with the 1.7.5

11
Feng Office 2 / Re: Administration Email-Accounts missing
« on: June 29, 2012, 07:25:44 am »
Yes it is. But i get the feeling that there are not to much people working with a "shared" Mail-Account, means working in a collaborative service oriented group :-). Otherwise there would have been more complaining about.

feng 1.7.5 works as very flexible and powerful collaborative project and task tool and i guess its time for the developers to admit that v2 went into the wrong direction. Mobile Access and (ok that´s a very hard thing, but look at the way google docs is going) even offline usability would have been the rights features to aim at. Together with its very flexible and customer orientated approach feng has (or had??) a lot of potential. I hope development and community communication will improve in the future and find the right way.

So my advice: DO NOT migrate to V2 with a productive system.  (I wouldn´t do it even if i had commercial support!) Have a look at it (it looks nice allthough a little bit sewed together), play around, but do not even think of transfering a working business to feng 2.

12
Feng Office 2 / Administration Email-Accounts missing
« on: April 24, 2012, 07:46:39 pm »
Hi, First at all, thanks for all the work on feng office. I have a productive 1.7.5 running and it does its job quite well.

But now looking at 2.0.0.8, logged in as Super User  i am missing the E-Mail Account configuration option in Administration. Especially the Account Permissions to give users the permission to send mails with a common mail account like office@fengoffice.com :.) ist missing. At least in my installation...


If i give it a try and use the same link in 2.0.0.8 as in 1.7.5
Code: [Select]
office.mywebsite.com/index.php?c=administration&a=mail_accounts it just gives me
Code: [Select]
Fatal error: Class 'MailAccountUsers' not found in [...]office/application/views/administration/mail_accounts.php on line 39
Allthough some Mail-Account information is displayed in simple html.
So am i on the wrong track and has there been a basic change in mail configuraton,or am i just missing something.

My Feng 2.0 installation is from scratch, no update.

Best, sim.

[UPDATE] Bug 3908 "It is not possible to give rights to email-accounts/to view all email-accounts" in Mantis    reflects the same issue.

======================================================================
Reported By:                PetterSandvik
Assigned To:                franponce87
======================================================================
Project:                    FengOffice 2.0 (public)
Issue ID:                   3908
Category:                   Plugins
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     confirmed
======================================================================
Date Submitted:             2012-04-08 09:02 CDT
Last Modified:              2012-05-22 09:02 CDT
======================================================================
Summary:                    It is not possible to give rights to
email-accounts/to view all email-accounts
Description:
In the 2.0.0.8 i cant see the list of email-accounts - and i cant manage the
rights to read, write etc for each account anymore.
======================================================================

----------------------------------------------------------------------
 (0000960) franponce87 (administrator) - 2012-05-22 09:02

----------------------------------------------------------------------
That is right. We still have to work on this feature to have it back, but it is
not our top priority right now.

Best regards,
Francisco

Issue History
Date Modified    Username       Field                    Change              
======================================================================
2012-04-08 09:02 PetterSandvik  New Issue                                    
2012-05-22 09:02 franponce87    Note Added: 0000960                          
2012-05-22 09:02 franponce87    Assigned To               => franponce87    
2012-05-22 09:02 franponce87    Status                   new => confirmed    
======================================================================

13
@martinpluss: Thanks for the imap.zip.
It fixed my issue "no mails received" with Feng Office 1.7.5 connected to exchange 2010 via imap.

Pages: [1]