Last modified: 2010-10-15 01:38:16 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T27461, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 25461 - Syntax error on doctype declaration on payments server
Syntax error on doctype declaration on payments server
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
DonationInterface (Other open bugs)
unspecified
All All
: Normal minor (vote)
: ---
Assigned To: Arthur Richards
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-10-08 18:10 UTC by Ryan Kaldari
Modified: 2010-10-15 01:38 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Ryan Kaldari 2010-10-08 18:10:19 UTC
No idea why. Here's the error:

Error: syntax error
Source File: https://payments.wikimedia.org/index.php?title=-&action=raw&gen=js&useskin=vector&270
Line: 1
Source Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Comment 1 Derk-Jan Hartman 2010-10-09 15:28:06 UTC
This is because of the the inclusion of "/index.php?title=-&amp;action=raw&amp;maxage=18000&amp;gen=css". That CSS page does not exist on the payments server, and instead the normal index.php html is returned, which is clearly not of type text/css.

So simple to fix :D
Comment 2 Ryan Kaldari 2010-10-14 18:51:16 UTC
I don't know much about overriding the default css includes. Would setting $wgAllowUserCss to false fix this?
Comment 3 Ryan Kaldari 2010-10-14 21:10:40 UTC
Looks like it doesn't.
Comment 4 Ryan Kaldari 2010-10-14 21:31:44 UTC
Looks like we need to whitelist those pages. Arthur is fixing...
Comment 5 Ryan Kaldari 2010-10-15 01:38:16 UTC
All good now.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links