Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • saintwright 69 posts 77 karma points
    Jan 18, 2011 @ 05:50
    saintwright
    0

    Hi - I have installed ucommerce on a staging server - but I do not get any nodes in the ucommerce section, I have followed the faq:

     

    After install I see the root node but no subnodes in the uCommerce app

    Verify that you have uCommerce entries in the table umbracoAppTree.

    Verify that you have the commerce section in web.config.

    The most likely cause of the error is that the user running the website doesn't have write access to web.config, e.g. NETWORKSERVICE or a custom identity.

     

    But this does not fix the issue?  any other ideas?

     

    Using umbraco v 4.5.2

     

     

     

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 18, 2011 @ 08:06
    Jan Skovgaard
    0

    Hi saintwright

    Does the IUSR have the proper permissions as well? (Should have the same as network service)

    /Jan

  • saintwright 69 posts 77 karma points
    Jan 18, 2011 @ 08:29
    saintwright
    0

    Yes I have added that and it still does not work.

  • saintwright 69 posts 77 karma points
    Jan 18, 2011 @ 08:31
    saintwright
    0

    woops should I then re-install?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 18, 2011 @ 08:34
    Jan Skovgaard
    0

    No that should not be neccesary. However I don't know how to solve the issue then...

    But I'm sure one of the uCommerce guys soon will see your post and that they're able to help you out.

    /Jan

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jan 18, 2011 @ 10:50
    Søren Spelling Lund
    0

    Hi there,

    If the user doesn't have the proper permissions the installer is not able to roll out all the changes needed. Please try a reinstall once the permissions are in place.

  • saintwright 69 posts 77 karma points
    Jan 18, 2011 @ 11:08
    saintwright
    0

     

    I did that as well... and it still does not work.

    Just to make sure can you describe exactly what and where I should be setting the permissions?

     

    Thanks

     

     

     

     

     

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jan 18, 2011 @ 11:30
    Søren Spelling Lund
    0

    The worker process just needs write access to web.config. If you take a look at the umbracoLog table you might find some additional info as to what the problem is.

  • Zac 223 posts 575 karma points
    Jan 31, 2011 @ 18:21
    Zac
    0

    I have exactly the same problem.

     

    Just installed the latest version of uCommerce (1.3.0.2) on the latest version of umbraco (4.6.1).

     

    I have no root node, no templates, nothing. All the permissions are set correctly (and I can see that the uCommerce stuff is in the web.config). There are a few uCommerce entries in umbracoAppTree.

  • Zac 223 posts 575 karma points
    Jan 31, 2011 @ 18:32
    Zac
    0

    Again, just wiped and reinstalled. No packages installed, set these permissions:

    icacls . /grant "IIS_IUSRS":(OI)(CI)M
    icacls app_code /grant "IIS_IUSRS":(OI)(CI)RX
    icacls app_browsers /grant "IIS_IUSRS":(OI)(CI)RX
    icacls app_data /grant "IIS_IUSRS":(OI)(CI)M
    icacls bin /grant "IIS_IUSRS":(OI)(CI)R
    icacls config /grant "IIS_IUSRS":(OI)(CI)M
    icacls css /grant "IIS_IUSRS":(OI)(CI)M
    icacls data /grant "IIS_IUSRS":(OI)(CI)M
    icacls masterpages /grant "IIS_IUSRS":(OI)(CI)M
    icacls media /grant "IIS_IUSRS":(OI)(CI)M
    icacls python /grant "IIS_IUSRS":(OI)(CI)M
    icacls scripts /grant "IIS_IUSRS":(OI)(CI)M
    icacls umbraco /grant "IIS_IUSRS":(OI)(CI)R
    icacls usercontrols /grant "IIS_IUSRS":(OI)(CI)R
    icacls xslt /grant "IIS_IUSRS":(OI)(CI)M
    icacls web.config /grant "IIS_IUSRS":(OI)(CI)M

    The web config was updated.

    Still nothing in my content tab.

     

  • Søren Spelling Lund 1797 posts 2786 karma points
    Feb 01, 2011 @ 14:09
    Søren Spelling Lund
    0

    Do you get an icon in the app tray or nothing at all?

    Any clues in the umbracoLog table?

  • Zac 223 posts 575 karma points
    Feb 01, 2011 @ 14:19
    Zac
    0

    Yep, got the icon, and from what I can see that section is fine. Got these in the umbracoAppTree:

    treeSilent    treeInitialize    treeSortOrder    appAlias    treeAlias    treeTitle    treeIconClosed    treeIconOpen    treeHandlerAssembly    treeHandlerType    action
    0    1    2    uCommerce    uc_analytics    Rapporter    folder.gif    folder_o.gif    UCommerce.Umbraco    Menu.LoadAnalytics   
    0    1    0    uCommerce    uc_Catalog    Produktkatalog    folder.gif    folder_o.gif    UCommerce.Umbraco    Menu.LoadCatalog   
    0    1    1    uCommerce    uc_orders    Ordrer    folder.gif    folder_o.gif    UCommerce.Umbraco    Menu.LoadOrders   
    0    1    3    uCommerce    uc_settings    Rapporter    folder.gif    folder_o.gif    UCommerce.Umbraco    Menu.LoadSettings
    

    and a selection of my umbracoLog table (sorry about the size, I don't see an attachment button):

    id userId  NodeId  Datestamp   logHeader   logComment
    24  0   -1  2011-01-31 17:24:03.420 Debug   <Action runat="install" alias="addApplicationCustom" appName="uCommerce" appAlias="uCommerce" appIcon="ucommerce.gif" />
    25  0   -1  2011-01-31 17:24:04.030 Debug   <Action runat="install" alias="addApplicationTree" silent="false" initialize="true" sortOrder="0" applicationAlias="uCommerce" treeAlias="uc_Catalog" treeTitle="Produktkatalog" iconOpened="folder_o.gif" iconClosed="folder.gif" assemblyName="UCommerce.Umbraco" treeHandlerType="Menu.LoadCatalog" action="" />
    26  0   -1  2011-01-31 17:24:04.050 Debug   <Action runat="install" alias="addApplicationTree" silent="false" initialize="true" sortOrder="1" applicationAlias="uCommerce" treeAlias="uc_orders" treeTitle="Ordrer" iconOpened="folder_o.gif" iconClosed="folder.gif" assemblyName="UCommerce.Umbraco" treeHandlerType="Menu.LoadOrders" action="" />
    27  0   -1  2011-01-31 17:24:04.060 Debug   <Action runat="install" alias="addApplicationTree" silent="false" initialize="true" sortOrder="2" applicationAlias="uCommerce" treeAlias="uc_analytics" treeTitle="Rapporter" iconOpened="folder_o.gif" iconClosed="folder.gif" assemblyName="UCommerce.Umbraco" treeHandlerType="Menu.LoadAnalytics" action="" />
    28  0   -1  2011-01-31 17:24:04.073 Debug   <Action runat="install" alias="addApplicationTree" silent="false" initialize="true" sortOrder="3" applicationAlias="uCommerce" treeAlias="uc_settings" treeTitle="Rapporter" iconOpened="folder_o.gif" iconClosed="folder.gif" assemblyName="UCommerce.Umbraco" treeHandlerType="Menu.LoadSettings" action="" />
    29  0   -1  2011-01-31 17:24:04.083 Debug   <Action runat="install" alias="addXsltExtension" assembly="/bin/UCommerce" type="UCommerce.Xslt.Library" extensionAlias="CommerceLibrary" />
    30  0   -1  2011-01-31 17:24:04.087 Debug   <Action runat="install" alias="GrantPermissionForApp" userLogin="$CurrentUser" appName="uCommerce" />
    31  0   -1  2011-01-31 17:24:04.113 Debug   <Action runat="install" alias="GrantPermissionForApp" userLogin="admin" appName="uCommerce" />
    32  0   -1  2011-01-31 17:24:04.127 Debug   <Action runat="install" alias="MergeConfig" targetConfig="~/web.config" sourceConfig="~/umbraco/ucommerce/install/uCommerce.config" sourceConfigIntegratedMode="~/umbraco/ucommerce/install/uCommerce.IIS7.config" />
    33  0   -1  2011-01-31 17:24:04.150 Debug   <Action runat="install" alias="MergeLanguageText" targetConfig="~/umbraco/config/lang/en.xml" sourceConfig="~/umbraco/ucommerce/install/languagetext/en.xml" />
    34  0   -1  2011-01-31 17:24:04.170 Debug   <Action runat="install" alias="MergeLanguageText" targetConfig="~/umbraco/config/lang/da.xml" sourceConfig="~/umbraco/ucommerce/install/languagetext/da.xml" />
    35  0   -1  2011-01-31 17:24:04.180 Debug   <Action runat="install" alias="MergeLanguageText" targetConfig="~/umbraco/config/lang/de.xml" sourceConfig="~/umbraco/ucommerce/install/languagetext/de.xml" />
    36  0   -1  2011-01-31 17:24:04.193 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/bin/UCommerce.Uninstaller.dll.tmp" targetFile="~/bin/UCommerce.Uninstaller.dll" />
    37  0   -1  2011-01-31 17:24:04.200 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/configuration/Components.config.default" targetFile="~/umbraco/ucommerce/configuration/Components.config" backupTargetFile="true" />
    38  0   -1  2011-01-31 17:24:04.200 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/configuration/Presenters.config.default" targetFile="~/umbraco/ucommerce/configuration/Presenters.config" backupTargetFile="true" />
    39  0   -1  2011-01-31 17:24:04.203 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/configuration/Dibs.config.default" targetFile="~/umbraco/ucommerce/configuration/Dibs.config" backupTargetFile="true" />
    40  0   -1  2011-01-31 17:24:04.213 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/configuration/Paypal.config.default" targetFile="~/umbraco/ucommerce/configuration/Paypal.config" backupTargetFile="true" />
    41  0   -1  2011-01-31 17:24:04.220 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/configuration/SagePay.config.default" targetFile="~/umbraco/ucommerce/configuration/SagePay.config" backupTargetFile="true" />
    42  0   -1  2011-01-31 17:24:04.233 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/configuration/WorldPay.config.default" targetFile="~/umbraco/ucommerce/configuration/WorldPay.config" backupTargetFile="true" />
    43  0   -1  2011-01-31 17:24:04.237 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/configuration/Payer.config.default" targetFile="~/umbraco/ucommerce/configuration/Payer.config" backupTargetFile="true" />
    44  0   -1  2011-01-31 17:24:04.240 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/configuration/PayEx.config.default" targetFile="~/umbraco/ucommerce/configuration/PayEx.config" backupTargetFile="true" />
    45  0   -1  2011-01-31 17:24:04.247 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/configuration/XmlRenderings.config.default" targetFile="~/umbraco/ucommerce/configuration/XmlRenderings.config" backupTargetFile="true" />
    46  0   -1  2011-01-31 17:24:04.250 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/pipelines/Checkout.config.default" targetFile="~/umbraco/ucommerce/pipelines/Checkout.config" backupTargetFile="true" />
    47  0   -1  2011-01-31 17:24:04.250 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/pipelines/Basket.config.default" targetFile="~/umbraco/ucommerce/pipelines/Basket.config" backupTargetFile="true" />
    48  0   -1  2011-01-31 17:24:04.253 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/pipelines/ToCompletedOrder.config.default" targetFile="~/umbraco/ucommerce/pipelines/ToCompletedOrder.config" backupTargetFile="true" />
    49  0   -1  2011-01-31 17:24:04.263 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/pipelines/SaveOrder.config.default" targetFile="~/umbraco/ucommerce/pipelines/SaveOrder.config" backupTargetFile="true" />
    50  0   -1  2011-01-31 17:24:04.267 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/pipelines/ToCancelled.config.default" targetFile="~/umbraco/ucommerce/pipelines/ToCancelled.config" backupTargetFile="true" />
    51  0   -1  2011-01-31 17:24:04.283 System  Loading content from database...
    52  0   -1  2011-01-31 17:24:04.287 Debug   <Action runat="install" alias="MoveFile" sourceFile="~/umbraco/ucommerce/configuration/EPay.config.default" targetFile="~/umbraco/ucommerce/configuration/EPay.config" backupTargetFile="true" />
    53  0   -1  2011-01-31 17:24:04.290 Debug   Republishing starting
    54  0   -1  2011-01-31 17:24:04.310 Debug   Done republishing Xml Index
    55  0   -1  2011-01-31 17:24:04.317 Debug   Xml saved in 00:00:00.0021541
    56  0   -1  2011-01-31 17:24:04.340 Debug   Xml saved in 00:00:00.0109843
    57  0   -1  2011-01-31 17:24:04.350 Debug   Xml Pages loaded
    58  0   -1  2011-01-31 17:24:07.287 Custom  [UmbracoExamine] (InternalIndexer) Index is being optimized
    59  0   -1  2011-01-31 17:24:07.297 Custom  [UmbracoExamine] (InternalMemberIndexer) Index is being optimized
    60  0   -1  2011-01-31 17:24:07.300 Custom  [UmbracoExamine] Adding examine event handlers for index providers: 2
    61  0   -1  2011-01-31 17:24:07.310 System  Application started at 31/01/2011 17:28:19
    62  0   -1  2011-01-31 17:24:07.377 System  Loading content from disk cache...
    63  0   -1  2011-01-31 17:24:09.453 Logout  
    64  0   -1  2011-01-31 17:24:09.537 Error   uCommerce.DbInstaller.GetSchemaVersion(). uCommerce_SystemVersion does not exist. This indicates an empty database.
    65  0   -1  2011-01-31 17:24:09.543 Error   Invalid object name 'uCommerce_SystemVersion'. Void OnError(System.Data.SqlClient.SqlException, Boolean)    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()     at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)     at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()     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)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)     at System.Data.SqlClient.SqlCommand.ExecuteScalar()     at UCommerce.Installer.DbInstaller.GetSchemaVersion()
    66  0   -1  2011-01-31 17:24:12.263 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.001.sql applied successfully.
    67  0   -1  2011-01-31 17:24:12.283 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.002.sql applied successfully.
    68  0   -1  2011-01-31 17:24:12.293 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.003.sql applied successfully.
    69  0   -1  2011-01-31 17:24:12.523 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.004.sql applied successfully.
    70  0   -1  2011-01-31 17:24:12.573 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.005.sql applied successfully.
    71  0   -1  2011-01-31 17:24:12.623 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.006.sql applied successfully.
    72  0   -1  2011-01-31 17:24:12.670 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.007.sql applied successfully.
    73  0   -1  2011-01-31 17:24:12.700 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.008.sql applied successfully.
    74  0   -1  2011-01-31 17:24:12.777 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.009.sql applied successfully.
    75  0   -1  2011-01-31 17:24:12.823 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.010.sql applied successfully.
    76  0   -1  2011-01-31 17:24:12.840 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.011.sql applied successfully.
    77  0   -1  2011-01-31 17:24:12.867 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.012.sql applied successfully.
    78  0   -1  2011-01-31 17:24:12.877 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.013.sql applied successfully.
    79  0   -1  2011-01-31 17:24:12.920 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.014.sql applied successfully.
    80  0   -1  2011-01-31 17:24:12.937 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.015.sql applied successfully.
    81  0   -1  2011-01-31 17:24:12.957 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.016.sql applied successfully.
    82  0   -1  2011-01-31 17:24:13.197 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.017.sql applied successfully.
    83  0   -1  2011-01-31 17:24:13.223 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.018.sql applied successfully.
    84  0   -1  2011-01-31 17:24:13.237 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.019.sql applied successfully.
    85  0   -1  2011-01-31 17:24:13.253 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.020.sql applied successfully.
    86  0   -1  2011-01-31 17:24:13.270 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.021.sql applied successfully.
    87  0   -1  2011-01-31 17:24:13.283 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.022.sql applied successfully.
    88  0   -1  2011-01-31 17:24:13.307 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.023.sql applied successfully.
    89  0   -1  2011-01-31 17:24:13.317 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.024.sql applied successfully.
    90  0   -1  2011-01-31 17:24:13.330 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.025.sql applied successfully.
    91  0   -1  2011-01-31 17:24:13.370 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.026.sql applied successfully.
    92  0   -1  2011-01-31 17:24:13.437 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.027.sql applied successfully.
    93  0   -1  2011-01-31 17:24:13.450 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.028.sql applied successfully.
    94  0   -1  2011-01-31 17:24:13.497 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.029.sql applied successfully.
    95  0   -1  2011-01-31 17:24:13.517 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.030.sql applied successfully.
    96  0   -1  2011-01-31 17:24:13.573 System  uCommerce database migration C:\installdir\umbraco\ucommerce\install\uCommerceDB.031.sql applied successfully.
    

    etc

  • Søren Spelling Lund 1797 posts 2786 karma points
    Feb 01, 2011 @ 14:23
    Søren Spelling Lund
    0

    Just to be completely clear: When you expand the product catalog node it displays nothing?

    The snip from the system log indicates that everything is fine. Nothing else in the system log from after the install completed?

  • Zac 223 posts 575 karma points
    Feb 01, 2011 @ 14:26
    Zac
    0

    Sorry, I'm an idiot. The original poster was saying he had no nodes in the uCommerce section, and I misread that.

    I've got no nodes in the content section. I may be wrong, but I had a look at your videos and from what I can see, after I install the package I'm supposed to also find a uCommerce node in the Content section?

    As it is, I can't figure out how I'm supposed to display the shop with no content node or macros or anything.

     

     

  • Søren Spelling Lund 1797 posts 2786 karma points
    Feb 01, 2011 @ 14:30
    Søren Spelling Lund
    0

    Hi Zac,

    No worries it's a common enough question. uCommerce is deployed in two separate packages: One for the platform (the one you've got already) and one for the uCommerce Store, which is a separate download from the download page.

    When you install that second one you get the content nodes. Just to make it easier to start completely from scratch.

  • Zac 223 posts 575 karma points
    Feb 01, 2011 @ 14:35
    Zac
    0

    Aaaahhhh. *facepalm*

    OK, I completely misinterpreted the downloads page. I thought 1.0.1.3 was an older version of the same thing, and also missed "(uCommerce Store below)", which admittedly was a bit silly.

    Thanks a lot for clearing that up

     

  • Søren Spelling Lund 1797 posts 2786 karma points
    Feb 01, 2011 @ 14:36
    Søren Spelling Lund
    0

    No problem at all. We're here to help :)

Please Sign in or register to post replies

Write your reply to:

Draft