Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...After running the TurboDNN099w admin pages and host extensions stopped working.After running the TurboDNN099w admin pages and host extensions stopped working.
Previous
 
Next
New Post
5/20/2016 10:44 AM
 
is there still an issue I need to fix?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
5/20/2016 10:59 AM
 
To modify the merger procedure or procedures were safe. And my problem was solved.


/****** Object: StoredProcedure [dbo].[GetModulePackagesInUse] Script Date: 2016/05/20 7:22:54 PM ******/

SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[GetModulePackagesInUse]
@PortalID INT,
@ForHost BIT
AS

IF (@ForHost = 1)
-- Get in use for all host pages and portal pages
SELECT AllPackages.* FROM dbo.Packages AS AllPackages
INNER JOIN (
SELECT DISTINCT P.PackageID
FROM dbo.Packages P
INNER JOIN dbo.DesktopModules DM
ON P.PackageID=DM.PackageID
INNER JOIN dbo.vw_Modules M
ON M.DesktopModuleID=DM.DesktopModuleID
INNER JOIN dbo.tabs T
ON T.TabID=M.TabID
WHERE T.IsDeleted=0
AND M.IsDeleted=0) AS InUsePackages
ON AllPackages.PackageID = InUsePackages.PackageID
ORDER BY AllPackages.FriendlyName
ELSE
-- Get in use for portal or host only
SELECT AllPackages.* FROM dbo.Packages AS AllPackages
INNER JOIN (
SELECT DISTINCT P.PackageID
FROM dbo.Packages P
INNER JOIN dbo.DesktopModules DM
ON P.PackageID=DM.PackageID
INNER JOIN dbo.vw_Modules M
ON M.DesktopModuleID=DM.DesktopModuleID
INNER JOIN dbo.tabs T
ON T.TabID=M.TabID
WHERE ((@PortalID IS NULL AND T.PortalID IS NULL) OR T.PortalID = @PortalID)
AND T.IsDeleted=0
AND M.IsDeleted=0) AS InUsePackages
ON AllPackages.PackageID = InUsePackages.PackageID
ORDER BY AllPackages.FriendlyName
 
New Post
5/20/2016 3:54 PM
 
ok, that will be included in next release of TurboDNN

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/15/2016 6:17 AM
 
Hi,

I was having same problem as Soleil after having installed TurboDNN, and I've applied Soleil's script and the error has gone. But now, when I click on the extension link to see in which tabs is installed, I get nothing if I choose my site, and I get this error if I choose "System":
Error: no está disponible ahora. DotNetNuke.Services.Exceptions.ModuleLoadException: Invalid object name 'TabVersions'. ---> System.Data.SqlClient.SqlException: Invalid object name 'TabVersions'. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at DotNetNuke.Data.PetaPoco.PetaPocoExt.ExecuteReader(Database database, String sql, Object[] args) at DotNetNuke.Data.SqlDataProvider.ExecuteReader(String procedureName, Object[] commandParameters) at DotNetNuke.Entities.Tabs.TabController.GetTabsByPackageID(Int32 portalID, Int32 packageID, Boolean forHost) at DotNetNuke.Modules.Admin.Extensions.UsageDetails.BuildData(Int32 portalID) at DotNetNuke.Modules.Admin.Extensions.UsageDetails.BindUsageList(Int32 selectedPortalID, String selectedPortalName) at DotNetNuke.Modules.Admin.Extensions.UsageDetails.FilterUsageList_SelectedIndexChanged(Object sender, EventArgs e) --- End of inner exception stack trace ---

IMPORTANT: In this DNN instance, all tables have got the prefix "dnn_"

Thank you,
Francisco
 
New Post
6/15/2016 5:33 PM
 
Francisco,
which DNN version are you running?
(TabVersions had been added in DNN 7.4.0)

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...After running the TurboDNN099w admin pages and host extensions stopped working.After running the TurboDNN099w admin pages and host extensions stopped working.


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out