Jerry Jansen
 Posts:3

| | 03/01/2007 1:16 PM |
| Using PageBlaster 2.1.2 purchased version with DNN 4.4.1 with default settings of page blaster. When I try to make a change in DNN I get:
A critical error has occurred. The state information is invalid for this page and might be corrupted.
Even if I simply want to modify some text in an Text/HTML module I get the same error. Or if I am logged in as host/admin and change from preview mode I get the error.
Also at times I get two and even three copies of the same page one after the other when scrolling down.
You can see the page here: http://www.jansenssoftware.com/
With page blaster disabled, then I have no problem and no critical error. I have cleared my caches but didn't help any. Any help will be appreciated. Thanks.
Jerry J. Jansen
| | | |
|
|
|
John Mitchell Posts:3268


| | 03/01/2007 1:47 PM |
| Hi Jerry, I just tried to access your site but it did not come up. I have a good idea what the problem is though from the symptoms you describe. There is probably a "page withing a page" on your site. PageBlaster looks for the end of the Page by finding the < /html> tag, and if there is more than one it will cause this behaviour.
Look in your Skin for < /html>, and when you find you will also probably find that your skin has the beginning < html tag and maybe even the Doctype declaration. The skin should only contain the html inside the < body tag, because the default.aspx page has the rest and the skin gets injected into that, with the modules then being injected into the skin.
| | | |
|
Jerry Jansen
 Posts:3

| | 03/01/2007 2:05 PM |
| Thanks John for your quick reply. Yes my skin is a follows:
[!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"] [html] [head] [title]Welcome[/title] [meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"] [link href="<%= SkinPath %>images/default.css" rel="stylesheet" type="text/css"] [/head] [body] . . . . [/body] [/html]
I replaced "<" with "[", etc so the text will show up hopefully...
So are you saying to remove the remove the html tags or to move them inside the body tags?
I tried to remove the html with no effect. I also moved to inside of the body tags with no effect!
Jerry
| | | |
|
John Mitchell Posts:3268


| | 03/01/2007 2:17 PM |
| Remove everything outside of and including the body tags.
After you remove it, you will probably also need to get rid of any pages that had it cached. You can do that by deleting all the files in the DektopModules/Snapsis/PageBlaster/Cache folder (if that is where your cache-folder setting points to).
Ironically, when you pasted in your skin here, I could not get to the post. :) | | | |
|
Jerry Jansen
 Posts:3

| | 03/01/2007 2:24 PM |
| Thanks John,
Did that and no more double pages and also no more critical errors. So much for purchased skins :-((((
| | | |
|