Quick Nav:  Online Store   |   Login | Register

Command button stopped working

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
Kay Yuan
<50 Posts
Posts:33


03/09/2008 9:22 PM  

I must have missed something obvious. After a day or so I started using PB 2.2.4 I can not command buttons like "Update", "Display" etc when administrating admin settings, host settings, module settings. It happened to those tasks that I worked with earlier. It's surely a cache issue... what could be wrong? Here is my snapsis config:

========================================================

          page-param="tabid"
        cache-folder="/DesktopModules/Snapsis/PageBlaster/Cache"
        config-folder="/DesktopModules/Snapsis/PageBlaster/Config"        
        cached-roles="" 
        cached-users=""
        cached-languages=""
        blocked-useragents=""
        blocked-ipaddresses=""       
        memory-cache-interval="00:03:00:00"
        memory-size-limit="30"
        disk-cache-interval="01:00:00:00"
        disk-size-limit="500"
        compression-algorithm="gzip"
        compression-level="high">
       
      
           
           
           
       

===========================================================

Thank you.

 

John Mitchell
Posts:2779


03/10/2008 8:13 AM  
Look to see if you have a javascript error.
If you are using PB 2.2.4 you also need to exclude .axd

path pattern="(\.asmx|\.axd|\.asxh|rss|fck|admin|install|thumb|wizard|cart)" excludeFrom="All"
Kay Yuan
<50 Posts
Posts:33


03/12/2008 12:27 AM  

Thanks that fixed it. I copied the code you provided for moving viewstate from another thread and ignored the 2.2.4 default config file.

I have another issue here with exclude path thing. Here is what I have for my pb config file:

=========================

< excludePaths >
      < path pattern="\?(?!tabid)" excludeFrom="All"  />
            < path pattern="(\.asmx|\.axd|\.asxh|rss|fck|admin|install|thumb|wizard|cart)" excludeFrom="All" />
   < path pattern="ctl[/=](edit|module|tab)" excludeFrom="Replacements" />
            < path pattern="/admin/|/host/|\.js|\.css" excludeFrom="Replacements" /> 

< /excludePaths >

=========================

With this code the viewstate all works fine (at the bottom of all the pages of the site). But the resized images not showing. So I added this line: (copied from the default 2.2.4 config), after this the images are showing ok but the home page's viewstate moved to the top of the page (the viewstate still on bottom for other pages). What exclude pattern should I use to get the home page's viewstate on bottom?  Those *&^;!+ signs are really not something I am not good at... sorry about being too dumb about this.

Thank you.

 

 

Kay Yuan
<50 Posts
Posts:33


03/12/2008 12:50 AM  

Never mind... I got it working now.

I added "language" to this part: < path pattern="\?(?!tabid|language)" excludeFrom="All"  />

Now both images and viewstate are working as expected. 

Thank you.

 

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Forums >Snapsis Product Support >PageBlaster > Command button stopped working



ActiveForums 3.7
Powered by: Snapsis Software