Updated from 3.0.6 which was running pretty smoothly last week, and did so following the instructions provided.
After activation, a lot of the settings don't work - not to mention the digests. When I click on Customise -> Edit Subscribers, I get this error, which is similar to many others I'm seeing:
Code: Select all
General Error
SQL ERROR [ mysqli ]
Unknown column 'user_digest_send_hour_gmt' in 'field list' [1054]
SQL
SELECT *, CASE WHEN user_digest_send_hour_gmt + 8 >= 24 THEN user_digest_send_hour_gmt + 8 - 24 WHEN user_digest_send_hour_gmt + 8 < 0 THEN user_digest_send_hour_gmt + 8 + 24 ELSE user_digest_send_hour_gmt + 8 END AS send_hour_board FROM (phpbbec_users u) WHERE user_type <> 2 ORDER BY lower(username) ASC LIMIT 20
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/mysql_base.php
LINE: 45
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 261
CALL: phpbb\db\driver\mysql_base->_sql_query_limit()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 321
CALL: phpbb\db\driver\driver->sql_query_limit()
FILE: [ROOT]/ext/phpbbservices/digests/acp/main_module.php
LINE: 347
CALL: phpbb\db\driver\factory->sql_query_limit()
FILE: [ROOT]/includes/functions_module.php
LINE: 674
CALL: phpbbservices\digests\acp\main_module->main()
FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()
Cheers
-KP