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

Pages: [1]
1
So, I started digging into the scripts... Seems that the mysql_schema is not coherent with mysql_initial_data.

The Database is not set up properly.

The table object_types and permission_groups are created with plugin_id 'not NULL', while the initial_data tries to write NULL values.

Solution: edit mysql_initial_data.php and change all the plugin_id NULL values to '0' for tables object_types and permission_groups

2
I have the same problem. :-/

MySQL Server version: 5.6.14
FO error: "Failed to import initial data. MySQL said: Column 'plugin_id' cannot be null"

Feng Office: 3.2.1

Anyone knows a solution for this?

3
Announcements / Re: OpenGoo 1.5.3 released!
« on: September 15, 2009, 09:21:19 am »
The only option I had was to upgrade from 1.51 to 1.53 while I was already running 1.52. Anyway, when I click on all my tasks I now get an "Internal Server Error" notification.

Pages: [1]