I had 4 forums to update and two updated successfully using the auto updater, however the other two got the same error.....
Notice: Undefined index: LOG_DELETE_TOPIC in /home/***/public_html/birdforumsite.com/language/en_us/common.php on line 877
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/birdforumsite.com/language/en_us/common.php:877) in /home/***/public_html/birdforumsite.com/install/database_update.php on line 175
Line 877 is
$lang['LOG_TOPIC_DELETED'] = $lang['LOG_DELETE_TOPIC'];
The comments over that line....
// Two language keys with the same text were used in different locations
// LOG_DELETE_TOPIC is the correct one, this line is here so that existing
// log entries are not broken. Ensure it is included in your language file.
ACP log shows database was updated though. Should I be concerned? Thanks!