Apollo Software Normal layoutMedium LayoutLarge Layout    Normal TextLarge Text
Home | DotNetNuke | About ... | Downloads | Forum | Blog
United States Netherlands
Register | Login

Forum Tags

 
boolean   error   file   help   just   language   menu   mlhtml   module   modules   need   object   page   pagelocalization   problem   site   skin   string   version   work  

  

Need live support?

Please feel free to add my support e-mail address to your MSN contacts. If you catch me online, I'll be able to solve your problems faster than through this forum. Please appreciate that I only give free support on our own modules!

My msn account: support@apollo-software.nl. Alternatively, you can click the botton below, it will open up a Live Messenger window (Windows Live ID required)

  

Apollo & Gloss Skin (NAV)
Last Post 2009-03-18 13:30:37 by erikvb. 6 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
bakur
New Member
New Member
Posts:4

--
2009-03-18 11:10:13  
Hi,

I've been using Apollo controls for a log time with SOLPART menu. but now I bought the skin named Gloss and downloaded a NAV menu version of it.

As usual I tried to register MLMENU and rename all related fields to MLMENU (NAV -> MMENU). But when I do that, my menu structure was not load successfully altough the translation was successful.

So, is there any walkaround to use MLMENU with NAV token?

thanks.
erikvb
Advanced Member
Advanced Member
Posts:713
Avatar

--
2009-03-18 11:35:33  
Hi Bakur,



You will need to upgrade to at least PageLocalization 3.0.2 (for dnn 4.x). Then you can use the MLNAV menu instead of the MLMENU menu. MLNAV is completely compatible to the DNN NAV menu



Erik van Ballegoij,
a view from my attic, my personal blog

The personal blog of Erik van Ballegoij

bakur
New Member
New Member
Posts:4

--
2009-03-18 12:44:21  
Works like a charm... thank you
bakur
New Member
New Member
Posts:4

--
2009-03-18 13:02:14  
Ok, now I have another problem. when I try to add PageLocalisation into the page, I get the following error

Error: PageLocalization is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.Apollo_TabLocalizationGetByLocaleAndParent' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.Apollo_TabLocalizationGetByLocaleAndParent' doesn't exist. at System.Data.SqlClient.SqlCommand.DeriveParameters() at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at Apollo.DNN.Modules.PageLocalization.Data.SqlDataProvider.GetTabLocalizationByLocaleAndParent(String locale, Int32 portalId, Int32 parentID, Boolean includeParent) at Apollo.DNN.Modules.PageLocalization.PageLocalizationController.GetByLocaleAndParent(String locale, Int32 portalId, Int32 ParentID, Boolean includeParent) at Apollo.DNN.Modules.PageLocalization.PageLocalization.getTabList(Int32 parentId, Boolean includeParent) at Apollo.DNN.Modules.PageLocalization.PageLocalization.PopulateChildrenTreeNodes(TreeNode objParent) at Apollo.DNN.Modules.PageLocalization.PageLocalization.PopulateTree(Int32 intParent) at Apollo.DNN.Modules.PageLocalization.PageLocalization.SetTreeDefaults() at Apollo.DNN.Modules.PageLocalization.PageLocalization.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Error: PageLocalization is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.Apollo_TabLocalizationGetByLocaleAndParent' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.Apollo_TabLocalizationGetByLocaleAndParent' doesn't exist. at System.Data.SqlClient.SqlCommand.DeriveParameters() at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at Apollo.DNN.Modules.PageLocalization.Data.SqlDataProvider.GetTabLocalizationByLocaleAndParent(String locale, Int32 portalId, Int32 parentID, Boolean includeParent) at Apollo.DNN.Modules.PageLocalization.PageLocalizationController.GetByLocaleAndParent(String locale, Int32 portalId, Int32 ParentID, Boolean includeParent) at Apollo.DNN.Modules.PageLocalization.PageLocalization.getTabList(Int32 parentId, Boolean includeParent) at Apollo.DNN.Modules.PageLocalization.PageLocalization.PopulateChildrenTreeNodes(TreeNode objParent) at Apollo.DNN.Modules.PageLocalization.PageLocalization.PopulateTree(Int32 intParent) at Apollo.DNN.Modules.PageLocalization.PageLocalization.SetTreeDefaults() at Apollo.DNN.Modules.PageLocalization.PageLocalization.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---


Any idea??
erikvb
Advanced Member
Advanced Member
Posts:713
Avatar

--
2009-03-18 13:10:30  
Ok i need to know the usual info ;)



· Dnn version

· Pagelocalization version

· Dnn objectqualifier

· Sql server version

· Sql server database collation



Erik van Ballegoij,
a view from my attic, my personal blog

The personal blog of Erik van Ballegoij

bakur
New Member
New Member
Posts:4

--
2009-03-18 13:20:21  
DNN version: 4.09.02
Page localization: 3.02
SQL server 2005 Express Edition
database collation: Turkish_CI_AS

Can it be Turkish "I" problem ? if so, how can I solve it?
erikvb
Advanced Member
Advanced Member
Posts:713
Avatar

--
2009-03-18 13:30:37  
Not sure what you can do. You say you’ve been using pagelocalization before… is this the first time you have this issue?



Erik van Ballegoij,
a view from my attic, my personal blog

The personal blog of Erik van Ballegoij

You are not authorized to post a reply.

Active Forums 4.1
NOT LICENSED FOR PRODUCTION USE
www.activemodules.com
  

Copyright 2002-2007 Apollo Software
Terms Of Use  |  Privacy Statement
Page generated in 1.410201 seconds.