11-16-2017, 02:40 PM
I have downloaded the 4.3 version and tried a fresh install on a Linux server ruuning PHP 7.0.25 and mysql version 5.5.32 . The installation script fails due to errors in the install/includes/sql.sql file.
These fields have DEFAULT identified but no value given.
int(1) NOT NULL DEFAULT,
int(1) NOT NULL DEFAULT,
int(1) NOT NULL DEFAULT,
int(1) NOT NULL DEFAULT,
int(1) NOT NULL DEFAULT,
int(3) NOT NULL DEFAULT,
int(1) NOT NULL DEFAULT,
tinyint(1) NOT NULL DEFAULT,
I have overcome the problem by deleting the DEFAULT setting, but I am not sure if this will cause later problems by not having a specific default value set.
On a less important point, I cannot install Userspice 4.3 on a development server (Xampp/Windows 10) because the sql file is so large PHP times out.
These fields have DEFAULT identified but no value given.
Code:
auto_assign_un
Code:
page_permission_restriction
Code:
msg_blocked_users
Code:
msg_default_to
Code:
notifications
Code:
notif_daylimit
Code:
page_default_private
Code:
navigation_type
I have overcome the problem by deleting the DEFAULT setting, but I am not sure if this will cause later problems by not having a specific default value set.
On a less important point, I cannot install Userspice 4.3 on a development server (Xampp/Windows 10) because the sql file is so large PHP times out.