Quick Nav:  Online Store   |   Login | Register

Clean Install of SnapsisDNN2.0.3_PA_Install.zip

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
Walt Garfield
<20 Posts
Posts:4


05/02/2004 2:29 PM  
I tried installing into an unaltered DotNetNuke 2.0.4 and was greeted by this message

Custom Module Upload Logs

StartJob Starting Installation
StartJob Reading files
Info Loading AdminMenu.ascx
Info File adminmenu.ascx read successfully
Info Loading spmenu.js
Info File spmenu.js read successfully
Info Loading SnapsisDNN.uninstall
Info File snapsisdnn.uninstall read successfully
Info Loading SnapsisDNN.dnn
Info File snapsisdnn.dnn read successfully
Info Loading SnapsisDNN2.0.sql
Info File snapsisdnn2.0.sql read successfully
Info Loading signin.ascx
Info File signin.ascx read successfully
Info Loading MenuSettings.js
Info File menusettings.js read successfully
Info Loading Snapsis.DNN.dll
Info File snapsis.dnn.dll read successfully
Info Loading SnapsisDNN.css
Info File snapsisdnn.css read successfully
Info Loading desktopportalfooter.ascx
Info File desktopportalfooter.ascx read successfully
Info Loading desktopportalbanner.ascx
Info File desktopportalbanner.ascx read successfully
Info Loading MenuSettings.ascx
Info File menusettings.ascx read successfully
Info Loading SolpartWebControls.dll
Info File solpartwebcontrols.dll read successfully
Info Loading SnapsisDNN.js
Info File snapsisdnn.js read successfully
Info Loading desktopdefault.ascx
Info File desktopdefault.ascx read successfully
Info Loading Admin.gif
Info File admin.gif read successfully
Info Loading BreadcrumbArrow.gif
Info File breadcrumbarrow.gif read successfully
Info Loading PortalBanner.jpg
Info File portalbanner.jpg read successfully
Info Loading PortalBannerRepeat.jpg
Info File portalbannerrepeat.jpg read successfully
Info Loading icon_MenuSettings_16px.gif
Info File icon_menusettings_16px.gif read successfully
Info Loading 1x1.gif
Info File 1x1.gif read successfully
Info Loading icon_MenuSettings_32px.gif
Info File icon_menusettings_32px.gif read successfully
Info Loading ms_btnFontSizeDown.gif
Info File ms_btnfontsizedown.gif read successfully
Info Loading ms_btnFontPicker.gif
Info File ms_btnfontpicker.gif read successfully
Info Loading ms_btnFontItalicOn.gif
Info File ms_btnfontitalicon.gif read successfully
Info Loading ms_btnFontItalicOff.gif
Info File ms_btnfontitalicoff.gif read successfully
Info Loading ms_btnFontBoldOn.gif
Info File ms_btnfontboldon.gif read successfully
Info Loading ms_btnFontBoldOff.gif
Info File ms_btnfontboldoff.gif read successfully
Info Loading ms_btnColorPicker.gif
Info File ms_btncolorpicker.gif read successfully
Info Loading ms_btnCheckOn.gif
Info File ms_btncheckon.gif read successfully
Info Loading ms_btnCheckOff.gif
Info File ms_btncheckoff.gif read successfully
Info Loading ms_btnFontSizeUp.gif
Info File ms_btnfontsizeup.gif read successfully
Info Loading spacer.gif
Info File spacer.gif read successfully
Info Loading SkinDevelopersGuide.pdf
Info File skindevelopersguide.pdf read successfully
Info Loading Readme_Upgrade.txt
Info File readme_upgrade.txt read successfully
Info Loading ReadMe_Install.txt
Info File readme_install.txt read successfully
Info Loading btnPassword.gif
Info File btnpassword.gif read successfully
Info Loading btnLogin.gif
Info File btnlogin.gif read successfully
Info Loading btnRegister.gif
Info File btnregister.gif read successfully
EndJob Reading files done.
StartJob Reading DNN file
Info DNN file is in valid 1.0 format.
Info xml loaded.
Info Loading files info
Warning File specified in the dnn could not be found in the zip file: SignInBackBottom.gif
Warning File specified in the dnn could not be found in the zip file: SignInBackTile.gif
Warning File specified in the dnn could not be found in the zip file: SignInBackTop.gif
Info Loading Modules info
Info Loading Control info for '' module
Info Loading Control info for '' module
EndJob Dnn load finished successfully
StartJob Begin Sql execution
Info Executing snapsisdnn.dnn
StartJob Start Sql execution: snapsisdnn2.0.sql file
Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Missing end comment mark '*/'. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) /* only add the Menu_Settings stuff if it's not already there if not exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[SnapsisDNN_MenuSettings]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) BEGIN SET QUOTED_IDENTIFIER OFF System.Data.SqlClient.SqlException: Line 11: Incorrect syntax near '2'. Line 12: Incorrect syntax near '1'. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) Declare @TabId int Declare @AdminTabId int Declare @AdminOrder int Declare @AuthorizedRoles nvarchar(256) Declare @TabOrder int Declare @ModuleDefId int select @AdminTabId = TabId from Tabs where TabName = 'Admin' and PortalId=0 select @AuthorizedRoles = AuthorizedRoles from Tabs where TabName = 'Admin' and PortalId=0 select @TabOrder = (max(TabOrder) 2) from Tabs where PortalId=0 select @AdminOrder = (max(AdminOrder) 1) from ModuleDefinitions insert into Tabs ( PortalID, TabName, TabOrder, ShowMobile, MobileTabName, AuthorizedRoles, LeftPaneWidth, RightPaneWidth, IsVisible, Level, ParentId ) values ( 0, 'Menu Settings', @TabOrder, 0, '', @AuthorizedRoles, '50', '50', 1, 1, @AdminTabId ) select @TabId = @@Identity /* Adding the ModuleDef here because the ModuleDefId is needed to make this show up under the Admin Menu */ insert into ModuleDefinitions ( FriendlyName, DesktopSrc, MobileSrc, AdminOrder, EditSrc, Secure, Description, AdminTabIcon, EditModuleIcon, IsPremium ) values ( 'Menu Settings', 'DesktopModules/SnapsisDNN/menusettings.ascx', '', @AdminOrder, 'DesktopModules/SnapsisDNN/menusettings.ascx', 1, 'Administrators can change the Menu Properties within each portal. This module allows you to change the Colors, Font, Images, etc. for the Main navigation menu.', 'icon_menusettings_16px.gif', 'icon_menusettings_32px.gif', 0 ) select @ModuleDefId = @@IDENTITY insert into Modules ( TabID, ModuleTitle, ModuleDefID, ModuleOrder, PaneName, CacheTime, ShowMobile ) values ( @TabId, 'Menu Settings', @ModuleDefId, 1, 'ContentPane', 0, 0 ) System.Data.SqlClient.SqlException: Incorrect syntax near the keyword 'END'. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) END
EndJob End Sql execution: snapsisdnn2.0.sql file
EndJob Finished Sql execution
StartJob Creating files
Info Created C:\InetPub\dotnetnuke\bin\snapsis.dnn.dll
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\snapsisdnn.js
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\snapsisdnn.css
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\adminmenu.ascx
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\admin.gif
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\signin.ascx
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\btnlogin.gif
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\btnregister.gif
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\btnpassword.gif
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\portalbanner.jpg
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\portalbannerrepeat.jpg
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\breadcrumbarrow.gif
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\menusettings.ascx
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\menusettings.js
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\spmenu.js
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\desktopdefault.ascx
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\desktopportalbanner.ascx
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\desktopportalfooter.ascx
Info Created C:\InetPub\dotnetnuke\DesktopModules/SnapsisDNN\snapsisdnn.dnn
EndJob Files created
StartJob Registering DesktopModule
Info Registering Definitions
Info Registering Controls
EndJob Registering finished
EndJob Installation successfull.


Can't find any module or other evidence that it is installed from the web pages.

Walt Garfield
Nina Meiers
<50 Posts
Posts:41


05/02/2004 11:56 PM  
Hi Walt

Have you installed / uploaded the skins -

You need to install skins as per standard upload.

When you select the skin from the site settings, it should then render floating menu at the top.

Normally I go in and do a preview first, or setup a new tab/page called testing and then click on edit - and apply the skin there to see if all is working well.

Hope this helps.

Cheers
Nina



Nina

http://www.xd.com.au
http://www.skincovered.com

....Make sure you last words are sweet.. you never know when you have to eat them...
Walt Garfield
<20 Posts
Posts:4


05/03/2004 11:45 AM  
I don't understand what I'm missing here. I followed the instructions. When I'm in site settings the skins won't show in the drop down provided. Are you sure somethings not missing? I checked the SQL script and there is an error. Is the download from snowcovered not current? They say 2.0.1. I thought the skins should be in the _default folder of the portals folder??

Walt
Walt Garfield
<20 Posts
Posts:4


05/03/2004 12:55 PM  
I have checked the SQL file provideed in the install and I believe its not the right one because it references fields in the ModuleDefinitions table which to do exists in the 2.0.4 database of dotnetnuke. At this point i"m thinking that the zip file on snowcovered is for DNN 1.x not 2.x

Walt
John Mitchell
<500Posts
Posts:355


05/03/2004 8:08 PM  

Hi Walt,

You're right, the original download of CSS Skins currently available on Snowcovered is for DNN1.0x portals.

However, there is a completely new module available as an interim update that will allow you to run CSS Skins on DNN2.0x portals available under the Support>Patches&Hotfixes tab on the Snowcovered website.

If you have tried to install the old module on a DNN2.0x portal, then it needs to be removed, and you can then install the update (CSS Skins 2.2.3) as per the Install.txt file included in the zip.

Walt Garfield
<20 Posts
Posts:4


05/03/2004 8:29 PM  
Thanks that did the job. I guess it would help if I read your ad at snowcovered first.

Thanks again for your time.
John Mitchell
<500Posts
Posts:355


05/03/2004 8:39 PM  

No problem.  You're not the only one who has assumed that the original module would work on DNN 2.0.  I guess it doesn't help that CSS Skins was already at version 2.0 way before DNN was either.

I'm very close to releasing the new module 2.5 which will have both versions in it and clear instructions on what is used where.

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Forums >Snapsis Product Support >Bugs and other Issues > Clean Install of SnapsisDNN2.0.3_PA_Install.zip



ActiveForums 3.7
Powered by: Snapsis Software