Last week in beta 6, after adding a new registration profile field, when I tried to sign-up a new member it generated Error code EX1064. (I corrected it by deleting the new field)
SELECT * FROM `core_pfields_content` WHERE member_id = IS NULL
IPS\Db\Exception: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'IS NULL' at line 1 (1064)
My admin section support area showed a related error (that was "automatically fixed.")
ALTER TABLE `core_pfields_content` ADD COLUMN `field_1` MEDIUMTEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL ;
Now in beta 8, after creating a new database, after Saving it does not hold the data I enter into some of the fields like Page Filename and Meta Tags when I create a Category. My system log shows various "null" related errors. And when clicking on Pages it generates an error:
Recommended Comments