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

Pages: [1]
1
Feng Office 2 / 2.3RC2 bug when creating workspaces
« on: May 18, 2013, 08:27:34 am »
Fresh install of 2.3RC2.

First of all, the initial data for the workspace plugin is causing some kind of error when finalizing the install.
And, in the applicaiton, when creating a new workspace, the "Save changes" button incorrectly triggers a "Add member" dialogue that opens up in a separate tab/window.

Bugs filed.

Mysql 5.5.31
Php 5.4.15
Chrome Version 28.0.1500.11 dev-m

2
Feng Office 2 / Re: Error when changing the due date
« on: May 18, 2013, 08:24:06 am »
This is still a problem on a fresh install of either 2.2.4.1 or 2.3RC2. I'm unable to set a due date unless I do it when creating the task, I can't edit a task to add it...

Why is this? Have you tested fresh installs properly?

3
Fresh installs of Feng Office (both versions 2.2.4.1 and 2.3RC2) causes errors:

First problem is related to MySQL 5.6, Feng Office doesn't check InnoDb availability properly and incorrectly fails.
Can be worked around by simply disabling the check in the code.

Second problem is: Failed to import initial data. MySQL said: Data truncated for column 'type' at row 7.
Can be fixed by adding '' to the enums in the installation SQL statement on line 141 (public\install\installation\templates\sql\mysql_schema.php): `type` enum('content_object','dimension_object','dimension_group','located','comment','') <?php echo $default_collation ?> default NULL,

Third problem: The final step of the installation produces error messages even though it says it succeeds and you're able to use Feng Office:
Error while loading inital data for plugin 'workspaces'.Field 'path' doesn't have a default value.
Error while loading inital data for plugin 'mail'.Field 'plugin_id' doesn't have a default value


I have no idea what potential problems the last issue causes, Feng Office runs but not sure if there's a latent problem somewhere. However, it seems like the email module is simply not available... How do I fix this installation problem?

All these bugs have been reported via the Mantis Tracker.

Versions used:
MySQL 5.6 and 5.5.31
PHP 5.4.11
Chrome Version 28.0.1500.11 dev-m

Pages: [1]