Topic on Project:Support desk

יוסף שמח (talkcontribs)
  • MW 1.20.7
  • PHP 5.3.18
  • MySql 5.5.9

Just tried to upgrade from 1.20.6 to 1.21.2. Something went wrong (style was missing) so I downgraded back and upgraded to 1.20.7.

I can edit and preview but when I try to save I receive a 403 Forbidden messsage. The file (index.php) is obviously not forbidden because reading is possible with no problem.

Our Sandbox

Edit: When no change is done the original article loads nicely.

MarkAHershberger (talkcontribs)

Your wiki configuration is a bit strange. When I try to access anything but index.php?title=..., I get proxy error.

Additionally, when I try to edit the page and save, I see that you have ConfirmEdit's QuestyCaptcha installed (yay!), but then load.php is sometimes returning no content and a 5xx error which makes the page look funny.

Look over your error log or turn on debugging and see if that reveals anything. A good start is to put

 error_reporting( -1 );
 ini_set( 'display_errors', 1 );

at the end of your LocalSettings.php and see if any errors are displayed.

Reply to "403 when saving edit"