Page MenuHomePhabricator

[phpBB authentication] 1.15.4 -> 1.16.0 messages error
Closed, DeclinedPublic

Description

Author: g33kdyoo

Description:
Revelant snippet from upgrading to 1.16 from 1.15:
...ss_active_users user count set...
...have ipb_allow_usertalk field in ipblocks table.
...pl_namespace, tl_namespace, il_to indices are already UNIQUE.
...change_tag table already exists.
...tag_summary table already exists.
...valid_tag table already exists.
...user_properties table already exists.
...log_search table already exists.
...log_search table already populated.
...have log_user_text field in logging table.
...l10n_cache table already exists.
...external_user table already exists.
...ls_field_val key already set on log_search table.
...change_tag_rc_tag key already set on change_tag table.
...have rd_interwiki field in redirect table.
...transcache tc_time already converted.
Renaming eu_wiki_id -> eu_local_id... already done.
*_mime_minor fields are already long enough.
Deleting old default messages (this may take a long time!)...PHP Fatal error: Call to a member function addGroup() on a non-object in /home/groups/d/de/desert/htdocs/w/maintenance/deleteDefaultMessages.php on line 43
PHP Stack trace:
PHP 1. {main}() /home/groups/d/de/desert/htdocs/w/maintenance/update.php:0
PHP 2. do_all_updates() /home/groups/d/de/desert/htdocs/w/maintenance/update.php:44
PHP 3. DeleteDefaultMessages::reallyExecute() /home/groups/d/de/desert/htdocs/w/maintenance/updaters.inc:1161
[astei@shell-24007 w]$

I ultimately commented out the offending line.

Is this a problem?


Version: unspecified
Severity: normal
OS: Linux

Details

Reference
bz24680

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:02 PM
bzimport set Reference to bz24680.
bzimport added a subscriber: Unknown Object (MLST).

Very odd that User::newFromName() isn't returning a user object here :-\

Might break something by commenting it out...lots of things rely on $wgUser :p

g33kdyoo wrote:

We use phpBB authentication on our wiki.

Can you disable the extension while running the update script and report on the result with the line that was commented out active again?

If that works, the issue should be reported to the phpBB authentication extension developer.

g33kdyoo wrote:

I have updated already, and the wiki is working fine. FYI: http://desert.sourceforge.net is the URL

g33kdyoo wrote:

I'll go ahead and switch the component too. I'll try without the extension.

g33kdyoo wrote:

Problem fixed. Ambiguous resolution though.

Peachey88 renamed this task from 1.15.4 -> 1.16.0 messages error to [phpBB authentication] 1.15.4 -> 1.16.0 messages error.Mar 28 2020, 5:16 AM
Peachey88 removed a subscriber: wikibugs-l-list.