? Error
Related to # 7273

User tests: Successful: Unsuccessful:

avatar vinespie
vinespie
13 Jun 2015

This PR add woof mime type for iis web.config because it is not configured by default. This causes 404 errors on files of type ".woff ". Only configure this for media folder.

Actual result in "Article Manager: Edit Article"

2015-06-13 13_00_40-joomla-cms - administration - article manager_ edit article

Actual result in " Banner Manager Options"

2015-06-13 13_10_41-joomla-cms - administration - banner manager options

Expected result

No 404 errors

How to test

You must use IIS for test this PR
1. In administration, edit article,
2. You must see 404 errors,
3. Apply the patch and refesh the page,
4. There are more error.

avatar vinespie vinespie - open - 13 Jun 2015
avatar brianteeman
brianteeman - comment - 14 Jun 2015

There appears to be a lot of unrelated changes in this PR


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7168.

avatar brianteeman brianteeman - change - 14 Jun 2015
Labels Added: ?
avatar zero-24 zero-24 - change - 14 Jun 2015
Category IIS
avatar zero-24 zero-24 - change - 14 Jun 2015
Status New Pending
avatar zero-24
zero-24 - comment - 14 Jun 2015

@vinespie can you send a clean pull request with only the needed changes and without e.g. the javascript one?

I guess only the following here: web.config.txt?

+   <location path="media">
+       <system.webServer>
+           <staticContent>
+               <mimeMap fileExtension=".woff" mimeType="application/x-woff" />
+           </staticContent>
+       </system.webServer>
+   </location>

Github GUI: https://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests

avatar brianteeman
brianteeman - comment - 15 Jun 2015

Setting to information required until the PR is corrected so testers dont waste their time just yet


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7168.

avatar brianteeman brianteeman - change - 15 Jun 2015
Status Pending Information Required
avatar brianteeman brianteeman - change - 26 Jun 2015
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2015-06-26 21:38:50
Closed_By brianteeman
Rel_Number 0 7273
Relation Type Related to
avatar brianteeman brianteeman - close - 26 Jun 2015
avatar brianteeman brianteeman - close - 26 Jun 2015
avatar brianteeman
brianteeman - comment - 26 Jun 2015

Please see #7273


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7168.

Add a Comment

Login with GitHub to post a comment