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


Aryeh Gregor <simetrical+wikib...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simetrical+wikib...@gmail.co
                   |                            |m
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #7 from Aryeh Gregor <simetrical+wikib...@gmail.com>  2009-02-02 
01:56:56 UTC ---
You're receiving an error because your host has disabled the function
"ignore_user_abort()".  You may experience some bugs due to this decision; we
can't help that.  Most likely your wiki will basically work okay despite this
and you can ignore the warning.  I would suggest complaining to your host about
the absurdity of disabling this function, however, just on principle.

If the warning is showing up for you when you edit pages, then add this to the
very top of LocalSettings.php (after "<?php"):

ini_set( 'display_errors', '0' );

If that just gives you more errors, you could also try this (again, very top of
LocalSettings):

error_reporting( E_NONE );

If that *also* doesn't work, your host is completely and ridiculously broken
and you should probably leave them ASAP.


As far as MW goes: we could avoid the warning by checking whether the function
is disabled, but it's not remotely sane for us to do that for every function
out there.  In this case, the warning doesn't hurt anything in this case -- it
just makes the function a no-op, which is the best we could do here.  It also
does the service of informing users that their hosts are complete jerks.  So,
resolving INVALID.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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