Hello,
I had tried to install SmithCart Module for my site. The module installation failed in the middle. Since then, my site is loading fine but the sub-links in my site are showing "Internal Server error". I turned off the CustomErrors in Web.config and could see the following error in the screen.
~~~
Internal Server Error
Exception:
Value cannot be null. Parameter name: source
Stack Trace:
at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2
predicate) at
DotNetNuke.Entities.Urls.ExtensionUrlProviderController.CheckForAlwaysCallProviders(Int32
portalId, Int32 tabId, FriendlyUrlSettings settings, Guid
parentTraceId) at
DotNetNuke.Entities.Urls.RewriteController.GetTabFromDictionary(String
url, NameValueCollection querystringCol, FriendlyUrlSettings settings,
UrlAction result, Guid parentTraceId) at
DotNetNuke.Entities.Urls.RewriteController.IdentifyByTabPathEx(String
absoluteUri, String queryString, UrlAction result, NameValueCollection
queryStringCol, FriendlyUrlSettings settings, Guid parentTraceId) at
DotNetNuke.Entities.Urls.AdvancedUrlRewriter.CheckForRewrite(String
fullUrl, String querystring, UrlAction result, Boolean useFriendlyUrls,
NameValueCollection queryStringCol, FriendlyUrlSettings settings,
Boolean& isPhysicalResource, Guid parentTraceId) at
DotNetNuke.Entities.Urls.AdvancedUrlRewriter.ProcessRequest(HttpContext
context, Uri requestUri, Boolean useFriendlyUrls, UrlAction result,
FriendlyUrlSettings settings, Boolean allowSettingsChange, Guid
parentTraceId)
~~~
I have around 10 child portals under my main site and now all the sub-portals are showing the same error. I am able to see the site when I type the domain name in the browser. But when I click on any Menu Item, Sub menu Item or any other links available with the page, It is showing internal server error. However, When I click on the Home Menu Item, the browser tabs showing reload indication and loads the site fine. Only the Home menu Item works while other are not. I don't have any backups for my sites to restore so it would be great if any one can help me out to solve this problem.
Thanks and Regards,
Dazzlers