Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasteriFinity URL Master with DNN 5.2.2 Professional version crashed  my siteiFinity URL Master with DNN 5.2.2 Professional version crashed my site
Previous
 
Next
New Post
2/25/2010 11:50 AM
 

Hi,

We are intrested to buy URL Master. now we are using  your trail installtion in my local system.

After applying the apply changes the site crashed. showing the below error.

Currently we are using DNN 5.2.2 professional edition.( We have purchased)

I installed the URl master  [iFinity.UrlMaster_01.15.01_Install.zip] in my project.

And i followed your instruction in [iFinity.UrlMaster_01.15.01_Instructions.zip].

Steps as follows

Step 1: Installed URL Master Module.

Step 2: in frieldly url in host checked the following check boxes

             Force all Url's to be in lower case? -true

            Page Extension Handling chosed Always use page extension

Step 3: Clicked on Rebuild page index

Step 4: Clicked apply changes

After done the above steps if i click any page in my site i received the below error

Server Error in '/testsite' Application.

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Requested URL: /testsite/ServiceUnavailable.html

My site is stopped working. please let me know anything wrong in my implementation.

As i have very short deadline to implement, Please guid me how to proceeed further.

 

 
New Post
2/25/2010 2:30 PM
 

Please check to see that you have the correct portal alias records to match the domain you're using.  Ie, if you're using www.mysite.com you need www.mysite.com in the portal alias list.  Same goes if you're using mysite.com - you also need mysite.com in the portal alias list.

If you can't get back to your site to check this out, you can manually check in the PortalAlias table in the database.  You can add an extra portal alias and restart the application, should work OK.

This is just a guess, though, please check the portal aliases - if it's not that then let me know.

I also note that you were requesting /testsite/serviceunavailable.htm - this doesn't look like a DNN Url - perhaps you have some type of error handling that redirects to this page?


Chief Software Hacker
 
New Post
2/25/2010 2:37 PM
 

Hi Bruce,

I am doing this test in my local machine. using the virtual directory and before doing apply changes in url master my site was worked fine.

Even i have checked my portal alias it is localhost/testsite.

I have replaced my backed up webcofig even the site is still down.

Please guide me how do i proceed with this.

Thanks

 

 

 
New Post
2/25/2010 3:24 PM
 

If you have replaced your backup web.config file, then the problem is most likely not related to the installation.  Once your old web.config file is replaced, then the original url rewriting will be in place, and it shoudl work as before.

If you're doing local testing, I would suggest downloading and installing Microsoft Fiddler and checking the traffic both with and without the Url Master module enabled.  I suspect you're getting an unwanted redirect to that page (possibly as a result of a custom error section in your web.config file).  A Http trace will confirm this if so.


Chief Software Hacker
 
New Post
2/26/2010 8:01 AM
 

Yes you are correct i have custom error redirect in my webconfig.

I removed it.Still i am getting the below error.

HTTP Error 404 - File or directory not found.

The following sections i am providing for your reference.

please let me know anything wrong on this.

<configSections>
        <sectionGroup name="dotnetnuke">
            <!-- the requirePermission attribute will cause a syntax warning - please ignore - it is required for Medium Trust support-->
            <section name="data" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="logging" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="scheduling" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="htmlEditor" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="navigationControl" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="searchIndex" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="searchDataStore" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="friendlyUrl" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="caching" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="authentication" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="members" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="roles" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="profiles" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
            <section name="permissions" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
        </sectionGroup>
        <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
            <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
                <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
                <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
                    <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
                    <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
                    <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
                    <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
                </sectionGroup>
            </sectionGroup>
        </sectionGroup>
    </configSections>

<modules runAllManagedModulesForAllRequests="false">
            <remove name="ScriptModule"/>
            <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="managedHandler"/>
            <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" preCondition="managedHandler"/>
            <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" preCondition="managedHandler"/>
            <add name="UrlRewrite" type="iFinity.DNN.Modules.UrlMaster.UrlRewriteModule, iFinity.UrlMaster.FriendlyUrlProvider" preCondition="managedHandler"/>
            <add name="Exception" type="DotNetNuke.HttpModules.Exceptions.ExceptionModule, DotNetNuke.HttpModules" preCondition="managedHandler"/>
            <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnline.UsersOnlineModule, DotNetNuke.HttpModules" preCondition="managedHandler"/>
            <add name="DNNMembership" type="DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules" preCondition="managedHandler"/>
            <add name="Personalization" type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules" preCondition="managedHandler"/>
            <add name="Analytics" type="DotNetNuke.HttpModules.Analytics.AnalyticsModule, DotNetNuke.HttpModules" preCondition="managedHandler"/>
        </modules>

<httpModules>
            <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
            <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules"/>
            <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules"/>
            <add name="UrlRewrite" type="iFinity.DNN.Modules.UrlMaster.UrlRewriteModule, iFinity.UrlMaster.FriendlyUrlProvider"/>
            <add name="Exception" type="DotNetNuke.HttpModules.Exceptions.ExceptionModule, DotNetNuke.HttpModules"/>
            <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnline.UsersOnlineModule, DotNetNuke.HttpModules"/>
            <add name="DNNMembership" type="DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules"/>
            <add name="Personalization" type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules"/>
            <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
            <add name="Analytics" type="DotNetNuke.HttpModules.Analytics.AnalyticsModule, DotNetNuke.HttpModules"/>
        </httpModules>

<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="102400" requestLengthDiskThreshold="102400"/>

 

<friendlyUrl defaultProvider="iFinity.UrlMaster">
            <providers>
                <clear/>
                <add name="iFinity.UrlMaster" type="iFinity.DNN.Modules.UrlMaster.DNNFriendlyUrlProvider, iFinity.UrlMaster.FriendlyUrlProvider" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="HumanFriendly" redirectUnfriendly="false" doNotRewriteRegex="/DesktopModules/|/Providers/|/LinkClick\.aspx" doNotRedirectRegex="" doNotRedirectSecureRegex="" doNotIncludeInPath="" pageExtensionUsage="AlwaysUse" pageExtension=".aspx" parameterHandling="OrderedParameters" ignoreFileTypesRegex="(?&lt;!linkclick\.aspx.+)(?:\.pdf$|\.gif$|\.png($|\?)|\.css$|\.js($|\?)|\.jpg$|\.html$|\.htm$|\.axd($|\?)|\.swf$|\.flv$|\.ico$|\.xml($|\?))" checkForDupUrls="true" forceLowerCase="true" spaceEncodingValue="%20" redirectWrongCase="false" rebaseClientPath="false" autoAsciiConvert="false" triggerDictionaryRebuildRegex="&amp;ctl=tab|/ctl/tab|/Admin/Tabs/|/ctl/Signup" useBaseFriendlyUrls="/SearchResults;/ModuleDefinitions;" deletedTabHandling="Do301RedirectToPortalHome" doNotRedirect="" sslClientRedirect="True" logCacheMessages="False" cachePersistRestart="False" cacheTime="1440"/>
                <add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="humanfriendly"/>
            </providers>
        </friendlyUrl>

 

As i have very very short timeline please do some needfull.

Thanks

 

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasteriFinity URL Master with DNN 5.2.2 Professional version crashed  my siteiFinity URL Master with DNN 5.2.2 Professional version crashed my site


Support Guidelines.. Please read before posting

To get support on iFinity products and services, please search the forums for the the answer to the problem you are seeking. If you cannot find a solution, post a question in the relevant forum.   Ensure that you specify the relevant versions of the problem, and the actual error message or a detailed description of the problem.    You will need to register with this site to post on the forum.  If you have a Microsoft Live (Hotmail/Passport) account you can use that.  If you have a Open Id account you can use that.  If you neither of these, you will need to register a user Id and password.

Please note : If you are posting a new thread for the Url Master module, please include the following information where applicable:

- Url Master version

- DotNetNuke version

- Example Url where possible

- If there is an error, please post the full error text and/or stack trace (from the DotNetNuke event log).