Rodney
 Posts:68

| | 05/06/2008 7:00 PM |
| Hi John, I should never install a new DNN version and new module versions at the same time, because I can never work out what is causing new issues! When I click on log in on poker site the CSS styles vanish in Firefox, but not in IE. A Ctrl-F5 refresh does not help. When I view the CSS Editor in the web dev bar it says: CSS - http://www.pokerdiy.com/Home/tabid/354/ctl/Login/Default.aspx?returnurl=%2fDefault.aspxEmbedded Styles from http://www.pokerdiy.com/Home/tabid/354/ctl/Login/Default.aspx?returnurl=%2fDefault.aspx
The resource cannot be found.
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /DesktopModules/Snapsis/PageBlaster/Cache/CSS/967c83df4249bb0f5df09f79afc55dce.css.axd
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Is this part of DNN 3.2.1 or have I got some compression configured incorrectly do you think? Thanks | | | |
|
|
|
John Mitchell Posts:2786


| | 05/07/2008 12:02 AM |
| I don't know why it is making a a file that can't be found.
Is that file actually there on the file system? http://www.pokerdiy.com/DesktopModules/Snapsis/PageBlaster/Cache/CSS/967c83df4249bb0f5df09f79afc55dce.css.axd
Do you have .axd in your excludes?
You could try deleting the CSS folder in the cache. | | | |
|
Rodney
 Posts:68

| | 05/07/2008 12:55 AM |
| Yes, that file exists on the file system.
I have no .axd in my excludes.
Any ideas why it works in IE and not in FF?
I deleted the contents of the CSS Cache folder and the problem still occurs - should I add .axd to the excludes (I am not entirely sure what .axd is being run on the log in page?) | | | |
|
John Mitchell Posts:2786


| | 05/07/2008 6:35 AM |
| No, you don't want to exclude .axd which is the extension of those merged files.
That is really strange, especially since it does that only on FF.
You may be able to find out more by turning on tracing.
You could also put the word login in your exclude from all list.
I have attached the latest build which may also help. |
Attachment: 157354975971.zip
| | |
|
Rodney
 Posts:68

| | 05/07/2008 7:21 PM |
| | Ok, adding the new build did not affect it. I added "login" to the exclude list and that fixed it - very odd though! | | | |
|
Rodney
 Posts:68

| | 05/07/2008 8:10 PM |
| Hmmm - I have another page that is doing it now too - when logged in as Admin and I edit this page: http://www.pokerdiy.com/Resources/PokerGallery/tabid/558/ctl/Tab/action/edit/Default.aspx
it loosed the stylesheet. | | | |
|
John Mitchell Posts:2786


| | 05/07/2008 8:32 PM |
| Yes, it is odd. Can you turn on trace debugging and see if that gives any more clues?
| | | |
|
Rodney
 Posts:68

| | 05/12/2008 7:28 PM |
| Sorry, had to put this on hold for a while! Ok, I have set Trace to debug, and logged in as a normal user and when I go to edit a poker league (http://www.pokerdiy.com/Leagues/PokerLeague/tabid/514/ctl/EditLeague/mid/1664/LID/1/Default.aspx) this problem occurs.
My web.info file is 370k big after a few seconds - what exactly should I be looking for? *.axd?
| | | |
|
Rodney
 Posts:68

| | 05/12/2008 7:29 PM |
| | ps - I am not sure if it makes a difference, but this particular prob does also occur in IE out of interest. | | | |
|
John Mitchell Posts:2786


| | 05/13/2008 7:23 AM |
| Search for the stylesheet that is not working properly to see how PageBlaster handled it. I'd be happy to login and see if I can spot what is happening using FireBug if you want to give me access. | | | |
|
Rodney
 Posts:68

| | 05/13/2008 7:48 AM |
| Ok, I'll check that out - yes, please use the user "demouser" and pw - "130508".
Log in, and click on Leagues, and then edit the Demo Private League (or http://www.pokerdiy.com/Leagues/PokerLeagues/tabid/435/ctl/Edit/mid/1661/LID/162/Default.aspx) and the stylesheet disappears in IE and FF.
The missing CSS is "http://www.pokerdiy.com/DesktopModules/Snapsis/PageBlaster/Cache/CSS/967c83df4249bb0f5df09f79afc55dce.css.axd"
The webinfo trace file shows: " PB:RequestController:IsExcludedFrom: Request Is Excluded: Path=http://www.pokerdiy.com/desktopmodules/snapsis/pageblaster/cache/css/967c83df4249bb0f5df09f79afc55dce.css.axd ExcludeFrom=All ExcludePattern=(Login|LinkClick|\.ashx|SiteMap|/admin/|DesktopModules|/host/|feed|rss|captcha|install|xmlHttp|thumb|wizard|fck|cart|\.asmx) "
But not quite sure what that means! | | | |
|
John Mitchell Posts:2786


| | 05/13/2008 7:54 AM |
| You need to remove the DesktopModules part from that pattern. It's making the merged file get excluded from everything, but it needs to be included so that PageBlaster can send it back as a static file.
Login|LinkClick|\.ashx|SiteMap|/admin/|DesktopModules|/host/|feed|rss|captcha|install|xmlHttp|thumb|wizard|fck|cart|\.asmx
With the latest release you can remove most of those. | | | |
|
Rodney
 Posts:68

| | 05/13/2008 8:21 AM |
| | Great, that worked - is there a definitive list of excludes for the new release for a standard install? | | | |
|
John Mitchell Posts:2786


| | 05/13/2008 9:32 AM |
| The latest download will always have an updated default.config in the DesktopModules/Snapsis/PageBlaster/Config folder. I have attached the latest one for 3.3.1 here. |
Attachment: 151332564671.txt
| | |
|
Rodney
 Posts:68

| | 05/16/2008 7:37 PM |
| | Is there any reason why you have Tracing set to Header - will this not slow it down and create a large file over time? Should it not be on None by default? | | | |
|
John Mitchell Posts:2786


| | 05/16/2008 7:41 PM |
| Header only puts a small number of bytes out in the response header, not the trace file. It is handy for looking to see if a request was excluded from caching, compression, or replacements, or if the cached file came from memory or disk. | | | |
|
Rodney
 Posts:68

| | 05/16/2008 7:47 PM |
| You're quick John ;)
For anyone reading this - I replaced my config with the default after install and my http://www.smart-thinker.com/btbgooglesitemap.axd stopped working, so I added in SiteMap to the All excludes to get it working again. I'm going to test the Ultra Video Gallery, GoogleMap and Photos now (with them not listed specifically in the Excludes) | | | |
|
Rodney
 Posts:68

| | 05/16/2008 8:05 PM |
| | FYI: UltraVideo module, UltraMedia module (from Biztalk) and the Google Maps module seem to work fine with the default exclude (I did not have to specifically exclude them). | | | |
|
Rodney
 Posts:68

| | 05/16/2008 9:26 PM |
| | Actually - I noticed my Captcha control on my Tell a Friend was not working (the one on Register worked fine) so I added Catpcha back in. | | | |
|