Jul
2
Written by:
New Age Solution
7/2/2009 4:34 PM
PermanentRedirect
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IndexOutOfRangeException: PermanentRedirect
To Fix
PermanentRedirect
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IndexOutOfRangeException: PermanentRedirect
Modify
[dbo].[dnn_GetTab]
with
SELECT *, 1 as PermanentRedirect
FROM dbo.dnn_vw_Tabs
WHERE TabId = @TabId
For some strage reason PermanentRedirect is missing. This hapends on all 4+ versions (do not ask me why :( )
1 comment(s) so far...
Re: DotNetNuke PermanentRedirect Error
Thanks so much for posting this! It fixed my issue.
By Molly on
12/3/2010 11:34 AM
|