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

Pages: [1]
1
Feng Office 3 / Re: How to delete user group?
« on: February 12, 2015, 04:30:36 pm »
Right, I wait for the Dev to do their magic then.  ;D

2
Feng Office 3 / How to delete user group?
« on: February 09, 2015, 04:37:34 pm »
Just upgraded from 2.6.3 to 3.0.6, but couldn't find a way to delete an old user group, using Chrome 40.0.2214.11.

Must be something obvious I am missing?

3
Feng Office 2 / Calender Monthly display missing the first day.
« on: June 04, 2014, 02:56:06 pm »
When I load up the Calender in Monthly view, to see 'everyone', and no filters. Somehow for full day events, the first day (i.e. first box top left corner of calender) is always blank. However, if I put it to weekly view, all of the events suddenly reappears again.

Am I missing some setting somewhere?


Server:

Fengoffice version: 2.6.1 Community edition
PHP 5.3
Apache 2.2
MySQL 5.0


Clients tested on:

Firefox 24.5, CentOS 5
Chrome 35.0, Win2k3 srv
Firefox 28.0, Win7


Thanks!

4
Feng Office 2 / Re: Upgrade from 2.3.1.1 to 2.3.2 failed
« on: November 27, 2013, 01:52:56 pm »
Upgrading from v2.3.1.1 straight to 2.4 seems to have worked without any problems.

Thanks guys, keep up with the good work!


iCy

5
Feng Office 2 / Re: Upgrade from 2.3.1.1 to 2.3.2 failed
« on: November 04, 2013, 07:36:15 am »
Code: [Select]
mysql> DESCRIBE fo_contact_member_permissions;
+---------------------+---------------------+------+-----+---------+-------+
| Field               | Type                | Null | Key | Default | Extra |
+---------------------+---------------------+------+-----+---------+-------+
| permission_group_id | int(10) unsigned    | NO   | PRI | NULL    |       |
| member_id           | int(10) unsigned    | NO   | PRI | NULL    |       |
| object_type_id      | int(10) unsigned    | NO   | PRI | NULL    |       |
| can_write           | tinyint(1) unsigned | NO   |     | 0       |       |
| can_delete          | tinyint(1) unsigned | NO   |     | 0       |       |
+---------------------+---------------------+------+-----+---------+-------+

So it does exist

6
Feng Office 2 / Re: Upgrade from 2.3.1.1 to 2.3.2 failed
« on: October 14, 2013, 12:42:59 pm »
Code: [Select]
# php fengoffice/public/install/plugin-console.php list
---------------------------------------------
NAME:           core_dimensions
VERSION:        6
STATUS:         Installed Activated
---------------------------------------------
NAME:           mail
VERSION:        3
STATUS:         Installed Activated
---------------------------------------------
NAME:           workspaces
VERSION:        7
STATUS:         Installed Activated

Plug-ins looks ok though, anywhere/anything else I should/can check?

It was upgraded from v2.2.1 -> v2.2.3.1 -> v2.2.4.1 -> v2.3.1 -> v2.3.1.1, and so far without errors until I try to go from v2.3.1.1 to v2.3.2.

Thanks!

7
Feng Office 2 / Re: Upgrade from 2.3.1.1 to 2.3.2 failed
« on: October 09, 2013, 01:10:36 pm »
I have the same problem:
Code: [Select]
# php fengoffice/public/upgrade/console.php 2.3.1.1 2.3.2
Config file found and loaded.
File '/config/config.php' exists and is writable
Folder '/config' exists and is writable
Folder '/cache' exists and is writable
Folder '/tmp' exists and is writable
Folder '/upload' exists and is writable
Extension 'mysql' is loaded
Extension 'gd' is loaded
Extension 'simplexml' is loaded
Upgrade script has connected to the database.
Test query has been executed. Its safe to proceed with database migration.
2013-10-09 14:51:08 - Starting upgrade to 2.3.2
Error: Failed to execute DB schema transformations. MySQL said: Duplicate entry 'mail' for key 2
Error upgrading to version 2.3.2

The current setup started with v2.2.1, and have since been upgraded to v2.3.1.1


Pages: [1]