Hubzilla 3.8.5 Released!Fixes:
- Fix pconfig SQL install schemas
- Fix delayed publication of posts in combination with channel clones
- Fix issue where photo filesize was not updated in the DB when a photo was edited
- Fix issue where the original photo size was not set correct in the DB
- Fix delivery issue in zot_fetch()
- Fix typo in channel reputation addon
Important: new installs with version
3.8.4
require
manual interaction by the hub admin.
Due to a missing entry in the SQL install schema it is required to execute the following SQL
for MySQL installations:
ALTER TABLE pconfig ADD updated datetime NOT NULL DEFAULT '0001-01-01 00:00:00';
ADD INDEX pconfig_updated (updated);
for PostgreSQL installations:
ALTER TABLE pconfig ADD updated timestamp NOT NULL DEFAULT '0001-01-01 00:00:00';
CREATE INDEX 'pconfig_updated_idx' on pconfig ('updated');
Those steps are
only required if you did a new install with Hubzilla version
3.8.4!
We are sorry for the inconvenience!
Please update ASAP!!
Hubzilla Announcements !
Hubzilla Support Forum