I can recommend to my host that we try to see about upgrading the PHP.

As I have stated before another issue I am having is that after creating a
User Account, the account is suppose to be able to be made a User, however
there is no way for me to check the box since it seems to have disappeared
and the user is not auto-assigned to that group.

When an account is created, the account does not get placed in the user
group called Users and as such the newly created account is able to do any
edits.

I have these in my LocalSetting.php

// Implicit group for all visitors
$wgGroupPermissions['*'    ]['createaccount']   = false;
$wgGroupPermissions['*'    ]['read']            = true;
$wgGroupPermissions['*'    ]['edit']            = false;
$wgGroupPermissions['*'    ]['createpage']      = false;
$wgGroupPermissions['*'    ]['createtalk']      = false;

// Implicit group for all logged-in accounts
$wgGroupPermissions['user' ]['move']            = true;
$wgGroupPermissions['user' ]['read']            = true;
$wgGroupPermissions['user' ]['edit']            = true;
$wgGroupPermissions['user' ]['createpage']      = true;
$wgGroupPermissions['user' ]['createtalk']      = true;
$wgGroupPermissions['user' ]['upload']          = true;
$wgGroupPermissions['user' ]['reupload']        = true;
$wgGroupPermissions['user' ]['reupload-shared'] = true;
$wgGroupPermissions['user' ]['minoredit']       = true;
$wgGroupPermissions['user' ]['purge']           = false; // can use
?action=purge without clicking "ok"
$wgGroupPermissions['user']['editmyusercss']                = true;
$wgGroupPermissions['user']['editmyuserjs']                 = true;
$wgGroupPermissions['user']['viewmywatchlist']              = true;
$wgGroupPermissions['user']['editmywatchlist']              = true;
$wgGroupPermissions['user']['viewmyprivateinfo']            = true;
$wgGroupPermissions['user']['editmyprivateinfo']            = true;
$wgGroupPermissions['user']['editmyoptions']                = true;

// Bureaucrat users' rights assignments
$wgGroupPermissions['bureaucrat']['userrights'] = true;
$wgGroupPermissions['bureaucrat']['move'] = true;
$wgGroupPermissions['bureaucrat']['movefile'] = true;
$wgGroupPermissions['bureaucrat']['move-subpages'] = true;
$wgGroupPermissions['bureaucrat']['move-rootuserpages'] = true;
$wgGroupPermissions['bureaucrat']['delete']          = true;
$wgGroupPermissions['bureaucrat']['deletedhistory']   = true; // can view
deleted history entries, but not see or restore the
text$wgGroupPermissions['bureaucrat']['editprotected'] = true;
$wgGroupPermissions['bureaucrat']['skipcaptcha'] = true;
$wgGroupPermissions['bureaucrat']['createaccount']   = true;
$wgGroupPermissions['bureaucrat']['protect']         = true;





On Thu, Feb 5, 2015 at 5:43 PM, Benjamin Lees <[email protected]> wrote:

> On Thu, Feb 5, 2015 at 4:35 PM, Stefen Moss <[email protected]> wrote:
> > Looking over the error log after getting in contact with the person that
> is
> > hosting it the following appears the most:
> >
> > [24-Jan-2015 03:05:03 America/New_York] PHP Warning:  mysql_connect() [<a
> > href='function.mysql-connect'>function.mysql-connect</a>]: User
> > obsidian_www already has more than 'max_user_connections' active
> > connections in /home/obsidian/public_html/classes/database.php on line 60
>
> I would guess that that message is unrelated to this problem.
>
> This issue seems to have started appearing in 1.22:
>
> https://www.mediawiki.org/wiki/Thread:Project_talk:Support_desk/Fatal_error:_Possible_integer_overflow_in_memory_allocation
> https://lists.wikimedia.org/pipermail/wikitech-l/2014-June/076865.html
>
> Unfortunately, I'm not aware of any solutions other than "upgrade PHP".
>
>
> > Another issue I am having is that after creating a User Account, the
> > account is suppose to be able to be made a User, however there is no way
> > for me to check the box since it seems to have disappeared and the user
> is
> > not auto-assigned to that group.
>
> I'm a little confused here.  Do you mean "be able to be made an admin"?
>
> _______________________________________________
> MediaWiki-l mailing list
> To unsubscribe, go to:
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>



-- 
Stefen Moss
_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to