FM
 Posts:13

| | 11/06/2007 12:38 PM |
| I just bought and installed this and like RonnieR I am having the same problem where the page alias always results in the home page loading. I have tried this on 2 separate pages and in each case its the same. I also tried switching the code around in the web.config but it made no difference. How can I get it to work as its supposed to do? | | | |
|
|
|
John Mitchell Posts:3492


| | 11/06/2007 12:45 PM |
| Hi, Thanks for purchasing.
Is the entry for the virtual path in the ResourceLocationTable.config file as mentioned earlier in this thread?
What happens when you try the url in all lower case? | | | |
|
FM
 Posts:13

| | 11/06/2007 1:22 PM |
| This is what it says. < resourceLocationTable >
< resourceLocationItem virtual-path="/goofy.aspx"
url="/default.aspx?tabid=61" / >
< resourceLocationItem virtual-path="/hiya.aspx"
url="/default.aspx?tabid=59" / > < /resourceLocationTable >
| | | |
|
FM
 Posts:13

| | 11/06/2007 1:32 PM |
| I just noticed that one of the pages is now working when it was not last night. Let me try it again and I will post later. | | | |
|
FM
 Posts:13

| | 11/06/2007 1:55 PM |
| Its weird. For a few minutes the one page actually worked, now it does not anymore. I dont get it??? | | | |
|
John Mitchell Posts:3492


| | 11/06/2007 2:14 PM |
| That sounds like a caching issue. Do you have access to the server, or is this a shared hosting account?
If you have access, please ensure that the Application Pool for your website is only set to have one worker process.
| | | |
|
John Mitchell Posts:3492


| | 11/06/2007 2:16 PM |
| Also check to see if you are getting any errors in the Event Viewer for DNN and the server.
If that doesn't work then we need to turn on the trace function in the Snapsis.PageBlaster.config file
trace level="Debug" | | | |
|
FM
 Posts:13

| | 11/06/2007 3:25 PM |
| Posted By John Mitchell on 11/06/2007 2:14 PM
That sounds like a caching issue.
Do you have access to the server, or is this a shared hosting account?
If you have access, please ensure that the Application Pool for your website is only set to have one worker process. I just created a new application pool and it just has one worker process. It must be a cache problem because I now have two browser windows open on the exact same page with different results In Explorer I have the correct page, in Firefox I have the home page. I refresh each browser and each brings up the page again, but one has the correct page and the other does not. | | | |
|
John Mitchell Posts:3492


| | 11/06/2007 3:29 PM |
| | Try Holding CTRL while refeshing in IE and holding SHIFT while refreshing in FireFox, this will clear both your local cache and the PageBlaster cache. | | | |
|
FM
 Posts:13

| | 11/06/2007 3:46 PM |
| I am getting errors in the Event Viewer. Do you want me to show all of them or only selected types? | | | |
|
FM
 Posts:13

| | 11/06/2007 3:48 PM |
| Posted By John Mitchell on 11/06/2007 3:29 PM
Try Holding CTRL while refeshing in IE and holding SHIFT while refreshing in FireFox, this will clear both your local cache and the PageBlaster cache. I did, ok they both seem to be loading the right page now, but what about the errors in the Event Viewer? Is there still some other problem? | | | |
|
John Mitchell Posts:3492


| | 11/06/2007 3:51 PM |
| | You can start by just posting a few of the errors. | | | |
|
FM
 Posts:13

| | 11/06/2007 3:55 PM |
| Host Alert EventQueue.ProcessMessage: Message Processing Failed ProcessorType: DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke Body: Sender: BusinessControllerClass: DotNetNuke.Modules.Media.MediaController, DotNetNuke.Modules.Media DesktopModuleId: 65 UpgradeVersionsList: 03.02.00,03.02.03 ExceptionMessage: Object reference not set to an instance of an object.
General Exception AssemblyVersion: -1 PortalID: -1 PortalName: UserID: -1 UserName: ActiveTabID: -1 ActiveTabName: RawURL: AbsoluteURL: AbsoluteURLReferrer: UserAgent: DefaultDataProvider: ExceptionGUID: InnerException: Value cannot be null. Parameter name: type FileName: FileLineNumber: -1 FileColumnNumber: -1 Method: StackTrace: Message: System.ArgumentNullException: Value cannot be null. Parameter name: type at System.Activator.CreateInstance(Type type, Boolean nonPublic) at DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey) at DotNetNuke.Services.Search.ModuleIndexer.GetModuleList(Int32 PortalID) Source:
| | | |
|
John Mitchell Posts:3492


| | 11/06/2007 3:57 PM |
| That error is from the Media module.
You can keep it from happening by running this query against your Database
Update EventQueue Set IsCompleted= 1 | | | |
|
FM
 Posts:13

| | 11/06/2007 4:14 PM |
| | Thanks, do I run the query in DNN or in the actual SQL Server query window? | | | |
|
FM
 Posts:13

| | 11/06/2007 4:18 PM |
| Also I am interested in getting the SEO module, however I already bought Page Blaster and another plug-in called SEO plugin for Snapsis PageBlaster.
Is this other SEO module from DNNMasters overkill for me, or will I get additional benefits that I wont get from the other two?
Thanks for your help. | | | |
|
John Mitchell Posts:3492


| | 11/06/2007 4:21 PM |
| Either place will work for running the query.
The DNN Masters module has some overlap with PageBlaster, but it does do things that PageBlaster does not do right now. Like 301 redirects, and defining a 404 page. | | | |
|
FM
 Posts:13

| | 11/06/2007 4:28 PM |
| Thanks for the info. BTW I just ran the query in SQL and got this error Server: Msg 207, Level 16, State 1, Line 1
Invalid column name 'IsCompleted'. | | | |
|
John Mitchell Posts:3492


| | 11/06/2007 4:40 PM |
| That's what happens when I go from memory. It should be IsComplete
Update EventQueue Set IsComplete= 1 | | | |
|
FM
 Posts:13

| | 11/06/2007 4:53 PM |
| Thanks, that worked  Ok it seem that my problem is now fixed so thanks for the quick support. I will start testing other parts now and let you know if I have any questions. Again, thanks for being so prompt and helping me resolve my issues. | | | |
|