MJ
 Posts:51
Send PM:
 | | 22 Apr 2009 02:57 PM | | Hi:
I installen Markit.SlideShow module on my website, the images are not showing I tried to exclude the page and then the module but that did not work, any suggestion?
MJ |
| | |
|
|
|
John Mitchell
 Posts:4384
Administrator Send PM:
 | | 22 Apr 2009 03:09 PM | | Try pattern="\.ashx" excludeFrom="All"
|
| | |
|
MJ
 Posts:51
Send PM:
 | | 23 Apr 2009 12:54 AM | | Hi John:
This pattern is already in the config file, I also tried path pattern="Markit.SlideShow" excludeFrom="All" path pattern="SlideShow" excludeFrom="All" path pattern="page-name" excludeFrom="All"
and non of them worked, I realy believe it is something to do with the.ashx since the another problem exist on a different module where the user pofile image are not showing next to their posted articles?
MJ
MJ |
| | |
|
John Mitchell
 Posts:4384
Administrator Send PM:
 | | 23 Apr 2009 08:01 AM | | Try deleting all the folders and files in the PageBlaster cache (located at /DesktopModules/Snapsis/PageBlaster/Cache by default) after you have the exclusion for .ashx and SlideShow. |
| | |
|
MJ
 Posts:51
Send PM:
 | | 23 Apr 2009 10:10 PM | | well, I tried that with no luck, Any other suggestion?
MJ |
| | |
|
MJ
 Posts:51
Send PM:
 | | 27 Apr 2009 05:24 PM | | well, Any other suggestion?
MJ |
| | |
|
Snapsis Staff Posts:243
Send PM:
 | | 27 Apr 2009 05:29 PM | | Sorry, can you show me the page this is running on? If you want to send it privately, use the PM Icon under my username. |
| | |
|
MJ
 Posts:51
Send PM:
 | | 27 Apr 2009 10:18 PM | | I send you a private message. |
| | |
|
John Mitchell
 Posts:4384
Administrator Send PM:
 | | 27 Apr 2009 11:08 PM | | It does seem to be the .ashx extension that needs to be excluded.
Could you attach your Snapsis.PageBlaster.config to this post so I can take a look? You'll need to zip it or rename it to .txt first.
Thanks |
| | |
|
MJ
 Posts:51
Send PM:
 | |
John Mitchell
 Posts:4384
Administrator Send PM:
 | | 29 Apr 2009 02:02 PM | | Ahhh, a small typo. Change this line: <path pattern="\.asxh" excludeFrom="All" />
To this: <path pattern="\.ashx" excludeFrom="All" />
You could also optimize all the excludeFrom="All" like this: <path pattern="(ctl[/=]edit)|rss|.ashx|aspdnsf|WebResource|ComponentArt|video|ZLDNN_FAQ|DNNArticle|SlideShow" excludeFrom="All" />
|
| | |
|
MJ
 Posts:51
Send PM:
 | | 29 Apr 2009 05:35 PM | | Unfortunately, that did not do it, images still not showing, I even excluded CSSHandler.ashx and ImageHandler.ashx where these files control the SlideShow, with no luck?
Regards,
|
| | |
|
MJ
 Posts:51
Send PM:
 | | 17 Jun 2009 01:05 PM | | Hi John:
The Markit module still not working, do you think there any thing we can do, to make the images show? |
| | |
|
John Mitchell
 Posts:4384
Administrator Send PM:
 | | 17 Jun 2009 01:22 PM | | Could you turn on <trace level="Debug" in the Snapsis.PageBlaster.config file and after it runs a while attache the trace file here?
That may tell us why it is not working. |
| | |
|
MJ
 Posts:51
Send PM:
 | | 20 Jun 2009 10:25 PM | | Hi John:
I changed the <trace>: to <trace>:"Debug" in the Snapsis.PageBlaster.config, now where do I find the tracing file?
|
| | |
|
Snapsis Staff Posts:243
Send PM:
 | | 24 Jun 2009 08:03 AM | | The node in the config file should look like this: <trace level="Debug" file-path="/PageBlaster.trace.webinfo" />
The default trace file is PageBlaster.trace.webinfo located in the root of your website. |
| | |
|
MJ
 Posts:51
Send PM:
 | | 24 Jun 2009 04:45 PM | | Hi:
I changed it to <trace level="Debug" file-path="/PageBlaster.trace.webinfo" /> but I could not find a PageBlaster.trace.webinfo in the riit of the website? |
| | |
|
Snapsis Staff Posts:243
Send PM:
 | | 24 Jun 2009 05:12 PM | | Maybe your host doesn't allow writing to the root of the site. You can try changing the path to something like: <trace level="Debug" file-path="/Portals/0/PageBlaster.trace.webinfo" />
|
| | |
|
MJ
 Posts:51
Send PM:
 | | 24 Jun 2009 10:30 PM | | Hi:
I tried <trace level="Debug" file-path="/Portals/X/PageBlaster.trace.webinfo" /> but I could not find PageBlaster.trace.webinfo file in the portal folder. |
| | |
|
Snapsis Staff Posts:243
Send PM:
 | | 25 Jun 2009 07:29 AM | | If you want to send me a private message and give me access to your environment, I may be able to figure out what is going on. |
| | |
|