Steve Topilnycky Gold Membership
 Nuke Wiz Posts:165


 |
|
Antonio Chagoury Gold Membership
 Nuke Active Member Posts:35


 |
|
Vitaly Kozadayev Silver Membership
 Nuke Newbie Posts:4

 |
| 9/18/2007 8:22 PM |
|
| Thank you, Scott, for premium modules and premium service. It's now working perfectly with 4.6 |
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:11517


 |
| 9/18/2007 8:25 PM |
|
| Thanks vitkoz, brucechapman has made some great enhancements to the friendly url provider that will make it even better shortly. |
|
Scott McCulloch Site Administrator |
|
|
Chris Smith Gold Membership
 Nuke Super Newbie Posts:23

 |
| 9/27/2007 4:44 AM |
|
Scott,
I have found an issue with he FURL. It does not "play" well with (4.6) DNN Search. With the FURL enabled the search returns no results. When disabled the search works as it should.
|
|
|
|
|
green flash Gold Membership
 Nuke Wiz Posts:118

 |
| 9/27/2007 5:00 AM |
|
| I was playing with my DNN 4.6 and noticed that Search Results not working, but couldn't understand the reason, after cjsmitty post a reply, i just realized that it was friendly url provider. Can you fix this? Thank you. |
|
DotNetNuke Turkish Community |
|
|
Scott McCulloch Administrators
 Nuke Master Posts:11517


 |
| 9/27/2007 6:14 AM |
|
| Hmm, OK - looking into it now. |
|
Scott McCulloch Site Administrator |
|
|
Scott McCulloch Administrators
 Nuke Master Posts:11517


 |
|
green flash Gold Membership
 Nuke Wiz Posts:118

 |
| 9/27/2007 12:20 PM |
|
Thanks, now search results are working as expected.
Btw - can you also check why Friendly urls does not work when Turkish Locale applied?
You can download 4.5.5 Turkish Locale from: http://www.dotnetnuke.com/Products/Development/Projects/CoreLocalization/LanguagePacks/tabid/933/Default.aspx
In order to use your provider i had to define urls for every page in (page settings). If you want i can provide host access to my portal, but it has completely Turkish interface. |
|
DotNetNuke Turkish Community |
|
|
Chris Smith Gold Membership
 Nuke Super Newbie Posts:23

 |
| 9/27/2007 2:50 PM |
|
I'll be adding a faster tabpath lookup and a fix so the login page appears friendly (again) as well.
Scott,
Will you also be adding SSL support to the next release?
|
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:11517


 |
| 9/27/2007 3:21 PM |
|
Yes, did the change work?
I'll check out the turkey locale |
|
Scott McCulloch Site Administrator |
|
|
Chris Smith Gold Membership
 Nuke Super Newbie Posts:23

 |
| 9/27/2007 3:30 PM |
|
Apologies Scott.. Yes your fix for search results works well.
Off topic question..news articles...its there a token for sending an article link via email? Like email a friend. |
|
|
|
|
Danny Tam Registered Users
 Nuke Master Posts:242


 |
| 10/24/2007 9:52 PM |
|
I am not sure if I am doing something wrong, but I seldom got this to work asides from on my own local server. Is there known issues with using this on shared hosting? I have a couple sites on shared hosting at the moment and have tried this and am getting nothing but errors, resulting in me having to blank out my DB or pop in a new install. I can confirm I have gotten this to work before on my local box though, with older versions. |
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:11517


 |
| 10/24/2007 10:27 PM |
|
| Are you referring to friendly urls? Are you using the latest version? |
|
Scott McCulloch Site Administrator |
|
|
DNN Professor Gold Membership
 Nuke Master Posts:742


 |
| 10/24/2007 10:42 PM |
|
Posted By mr_dimsum on 10/24/2007 9:52 PM
I am not sure if I am doing something wrong, but I seldom got this to work asides from on my own local server. Is there known issues with using this on shared hosting? I have a couple sites on shared hosting at the moment and have tried this and am getting nothing but errors, resulting in me having to blank out my DB or pop in a new install.
I can confirm I have gotten this to work before on my local box though, with older versions.
Danny,
I am currently running it on 5 sites. Various shared servers and VPS servers.
I have to say that a few of them have been a challenge to upgrade to DNN 4.6.2
My suggestion would be:
- Backup your site and database
- Make sure your current web.config file has two entries changed
add key="AutoUpgrade" value="false"
add key="UseInstallWizard" value="false"
This will prevent a premature installation.
- Carefully FTP over your new folders and files for DNN 4.6.2. Some installs required me to open every folder within the structure to make sure I got this part right.
- Open the web.config, or release.config, file that is included with the DNN 4.6.2 build and transfer your database connection stings, Validationkey, and Decryptionkey values from your existing web.config file. Also change CustomError="RemoteOnly" to CustomErrors="Off". This change will allow you to see the errors during the install.
- Save your current web.config onto your local machine (for safe keeping).
- Transfer the new web.config file to the host server.
- Run the following URL http://www.yoursitename.com/Install/install.aspx?mode=install or http://www.yoursitename.com/Install/install.aspx?mode=upgrade - depending on your preference.
- If your install went smooth, I would then login, go to host settings, and clear cache and restart the application.
- After you are sure that the site is performing properly, transfer the Ventrian.FriendlyUrl.dll to your bin folder.
- Make the necessary changes, per Scott's instructions, to your new web.config file, transfer it to your site location and you should be good to go.
- At this point, the friendly URLs might not take right off. I again go to Host Settings and clear cache and restart the application and friendly URLs should now be working.
|
|
Buck Anderson DNNprofessor.com www.dnnprofessor.com JustNorth Outdoors www.justnorth.com Jive Media www.jivemg.com |
|
|
Scott McCulloch Administrators
 Nuke Master Posts:11517


 |
| 10/24/2007 11:11 PM |
|
| Just an FYI, the latest friendly url provider changes are integrated into the core beta posted today. So in the future, it will be just a matter of switching the attribute. |
|
Scott McCulloch Site Administrator |
|
|
Danny Tam Registered Users
 Nuke Master Posts:242


 |
| 10/24/2007 11:22 PM |
|
Buck & Scott, Thanks for the very prompt replies. I will be checking this out.. I've already had many successful 4.6.2. installs, just getting the Friendly URL's onto the shared hosting has been difficult. I am going to try this out on my local box once my new Core 2 Duo comes along through the mail. Hoping everything works out fine! I can't wait for this to be popped into the Core.. :D |
|
|
|
|
DNN Professor Gold Membership
 Nuke Master Posts:742


 |
| 10/25/2007 5:13 AM |
|
I second that Danny. It will be a welcome enhancement to have core integration.
Scott,
Can you check the configuration on this forum for the ability to edit?
Thanks
One additional thought in preparation for an upgrade.
In step 4, above, if I think I might have a troublesome upgrade, (DNN 4.3 to 4.6.2 has become a diffiicult upgrade path for me), I will also restore the friendlyurl section, of web.config, to the original DNN code and, in the bin folder, replace Scott's DotNetNuke.HttpModules.UrlRewrite.dll with the original one from the DNN build you are using.
I then test my site to make sure that everything is working and the URLs are resolving correctly.
Proceed to step 5
After a successful upgrade, you convert back using step 10 above. |
|
Buck Anderson DNNprofessor.com www.dnnprofessor.com JustNorth Outdoors www.justnorth.com Jive Media www.jivemg.com |
|
|
Scott McCulloch Administrators
 Nuke Master Posts:11517


 |
| 10/25/2007 5:19 AM |
|
| The dotnetnuke.httpmodules.urlrewrite.dll file is no longer used in DNN 4.6.2, they were all rolled into dotnetnuke.httpmodules.dll |
|
Scott McCulloch Site Administrator |
|
|
DNN Professor Gold Membership
 Nuke Master Posts:742


 |
| 10/25/2007 6:14 AM |
|
Posted By smcculloch on 10/25/2007 5:19 AM
The dotnetnuke.httpmodules.urlrewrite.dll file is no longer used in DNN 4.6.2, they were all rolled into dotnetnuke.httpmodules.dll
Thanks Scott. I discovered that fact during install troubleshooting.
That is my reason for my addendum to the list:
(In step 4, above, if I think I might have a troublesome upgrade, (DNN 4.3 to 4.6.2 has become a difficult upgrade path for me), I will also restore the friendlyurl section, of web.config, to the original DNN code and, in the bin folder, replace Scott's DotNetNuke.HttpModules.UrlRewrite.dll with the original one from the DNN build you are using.)
The procedure listed above is what has worked for me.
I find on the older builds of DotNetNuke that the upgrade path to DNN 4.6.2 goes smoother if the original urlprovider was replaced and tested on the site before the upgrade occurs.
I spent 24 hours trying to resolve an issue with a 4.3 to 4.6.2 upgrade. The higher admin functionality would not resolve their paths after upgrade. I don't know if it was a cache issue on the hosting server and I doubt it was caused by your module.
Common sense dictated that I should convert the URL provider to its original code prior to upgrade.
I finally did a complete restore back to 4.3 and added the procedure above. It corrected the previous upgrade issues.
|
|
Buck Anderson DNNprofessor.com www.dnnprofessor.com JustNorth Outdoors www.justnorth.com Jive Media www.jivemg.com |
|
|