https://bugzilla.wikimedia.org/show_bug.cgi?id=47375

Dan Barrett <mediaw...@blazemonger.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mediaw...@blazemonger.com

--- Comment #9 from Dan Barrett <mediaw...@blazemonger.com> ---
I am also experiencing this problem (see mediawiki-l post
http://lists.wikimedia.org/pipermail/mediawiki-l/2014-January/042329.html) and
have some additional data.

I installed the same 1.22.0 codebase and database on two different Linux
servers. Server #1 has PHP 5.5.3 and mySQL 5.5.34), and serer #2 has PHP 5.3.27
and mySQL 5.1.68. Server #2 has the problem and server #1 does not.

On server #1, I deployed 1.22.0 and copied my /images and LocalSettings.php
files from 1.21.3, then ran update.php. Everything worked. I copied the same
files to server #2, ran update.php, and saw no errors.

Then I hit the main page (whatever.com/wiki/Home) as an anonymous user.
When the home page rendered, it had this error message printed at the bottom:

   Notice: Uncommitted DB writes (transaction from DatabaseBase::query
(WikiPage::pageData)).
   in ...../w/includes/db/Database.php on line 3944

I clicked "Log In", and the home page just sat there. Running a "ps uax" I saw
these processes:

me 16283  0.5  1.0 160180 43948 ?      S    23:45   0:00 /usr/bin/php
/home/me/public_html/w/index.php
me 16286  0.0  0.0     0    0 ?        Z    23:45   0:00 [bash] <defunct>
me 16287  0.0  0.4 134764 17532 ?      S    23:45   0:00 /usr/bin/php
/home/me/public_html/w/maintenance/runJobs.php --maxjobs 1
me 16295  0.4  1.0 160036 43856 ?      S    23:45   0:00 /usr/bin/php
/home/me/public_html/w/index.php
me 16296  0.0  0.0     0    0 ?        Z    23:45   0:00 [bash] <defunct>
me 16297  0.1  0.4 134764 17544 ?      S    23:45   0:00 /usr/bin/php
/home/me/public_html/w/maintenance/runJobs.php --maxjobs 1
me 16847  0.1  0.4 87388 17468 ?       S    23:46   0:00 /usr/bin/php
/home/me/public_html/w/index.php
me 16856  0.1  0.4 87388 17480 ?       S    23:46   0:00 /usr/bin/php
/home/me/public_html/w/index.php
me 16878  0.1  0.4 87388 17468 ?       S    23:46   0:00 /usr/bin/php
/home/me/public_html/w/index.php

I checked the job queue with maintenance/showJobs.php, and there were 0 jobs.

The processes were not exiting (my browser was still spinning), so I killed
them by hand.

Still baffled about what to do.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to