Search

You searched for the word(s): userid:636958

Matching Posts

  • Re: sitesettings unavaliable (administrator combobox doesn't populate)

    Dear All, I have fixed this problem. You have to change your TempDB collation too (not only dnn database). (I have to warn thus will affect whole sql server) Some stored procedures use tempdb database. This causes collation conflicts Developers should handle this situation.
    Posted to DotNetNuke (Forum) by idaskaya on 1/26/2006
  • Re: dnn 3.2.1 and 4.0.2 localization problems (filemanager and FTB)

    hi leupold, i have reinstalled dnn in a fresh virtual directory and database. And for fresh installation i haven't touch any resource file or key.. So i dont think that i have an encoding problem. I have just created a new "Türkçe (Türkiye)" locale, and these problems came out. Also i cannot find any resource file related with FTB? (Do i miss something). I think FTB has its resources and languages in the freetextbox.dll. Do special characters in the locale's name, "ü" and "ç" cause this problem?
    Posted to DotNetNuke (Forum) by idaskaya on 12/25/2005
  • dnn 3.2.1 and 4.0.2 localization problems (filemanager and FTB)

    hi all, As soon as i have solved the tempdb collation problem which prevents correct installation on my machine, i have started to localize(Turkish/Turkey) my dnn installations. (thanks cathal for advising to check sqlprovider log files) I have dnn 3.2.1 on win2003 web server and 4.0.2 on my machine installed. Problem 1. The FreeTextbox toolbar images do not appear correctly. When i checked the images location i have seen that "Providers\HtmlEditorProviders\Ftb3HtmlEditorProvider\ftb3\images" folder
    Posted to DotNetNuke (Forum) by idaskaya on 12/24/2005
  • Re: sitesettings unavaliable (administrator combobox doesn't populate)

    i have checked SqlDataProvider folder for log files. Here are the log contents; The 03.01.01.log has following error; System.Data.SqlClient.SqlException: Must declare the variable '@portalid' , ........ at CREATE PROCEDURE dbo.GetAffiliate @AffiliateId int, @VendorId int, @PortalID int AS The 04.00.00.log has; System.Data.SqlClient.SqlException: Cannot resolve collation conflict for equal to operation. for following procedures; ALTER PROCEDURE dbo.aspnet_UsersInRoles_RemoveUsersFromRoles ALTER PROCEDURE
    Posted to DotNetNuke (Forum) by idaskaya on 12/15/2005
  • Re: dnn 4 with sql 2000

    <!--Connection String for SQL Server 2000/2005--> <add name="DotNetNuke" connectionString="Server=(123.456.67.89);Database=dotnet;uid=dotnet;pwd=****;" providerName="System.Data.SqlClient" /> </connectionStrings> may be you will need apostrophe on uid and password. <!--Connection String for SQL Server 2000/2005--> <add name="DotNetNuke" connectionString="Server=(123.456.67.89);Database=dotnet;uid= ' dotnet ' ;pwd= ' **** ' ;" providerName="System.Data.SqlClient" /> <
    Posted to DotNetNuke (Forum) by idaskaya on 12/14/2005
  • sitesettings unavaliable (administrator combobox doesn't populate)

    hi all, i have a problem with my DNN 4.0.1 installation. I have reinstalled many times but the same problem occurs everytime. When i try to see my site settings as an admin user or superuser, the site administrator combobox on the sitesettings.ascx doesn't populate and this cause a "null object reference exception", when i click the update link. My SQL Server 2000 Database has Latin1_CI_AI collation. Does it cause this exception? Exception Message: DotNetNuke.Services.Exceptions.ModuleLoadException
    Posted to DotNetNuke (Forum) by idaskaya on 12/14/2005
Page 1 of 1 (6 items)