Copied to clipboard

Flag this post as spam?

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


  • Dan 1285 posts 3917 karma points c-trib
    Jul 25, 2015 @ 14:29
    Dan
    0

    Tea Commerce 3.0.3 / Umbraco 7.2.8 - no back-office section

    Hi,

    I've just installed a fresh copy of Umbraco 7.2.8 and Tea Commerce 3.0.3 (for Umbraco 7). The installation seems to work great, but at the end when it gives the button to redirect to the Tea Commerce section, the link just redirects back to the content section and there's no visible 'Tea Commerce' icon in the section icons. I've refreshed the browser, cleared cache, cleared all Umbraco temp files, restarted the application etc but still can't get the Tea Commerce section to be visible.

    I noticed in the 'config > trees.config' file the format of the configuration settings doesn't seem consistent with the standard Umbraco config, so I updated them as per this post, from:

      <add initialize="true" sortOrder="0" alias="tea-commerce-store-tree" application="teacommerce" title="Stores" iconClosed="folder_o.gif" iconOpen="folder.gif" type="TeaCommerce.Umbraco.Application.Trees.StoreTree,TeaCommerce.Umbraco.Application" />
      <add initialize="true" sortOrder="1" alias="tea-commerce-security-tree" application="teacommerce" title="Security" iconClosed="folder_o.gif" iconOpen="folder.gif" type="TeaCommerce.Umbraco.Application.Trees.SecurityTree,TeaCommerce.Umbraco.Application" />
      <add initialize="true" sortOrder="2" alias="tea-commerce-licenses-tree" application="teacommerce" title="Licenses" iconClosed="folder_o.gif" iconOpen="folder.gif" type="TeaCommerce.Umbraco.Application.Trees.LicenseTree,TeaCommerce.Umbraco.Application" />
      <add initialize="true" sortOrder="3" alias="tea-commerce-need-help-tree" application="teacommerce" title="Need help?" iconClosed="folder_o.gif" iconOpen="folder.gif" type="TeaCommerce.Umbraco.Application.Trees.NeedHelpTree,TeaCommerce.Umbraco.Application" />
    

    to:

      <add silent="false" initialize="true" sortOrder="0" alias="tea-commerce-store-tree" application="teacommerce" title="Stores" iconClosed="folder.gif" iconOpen="folder_o.gif" type="TeaCommerce.Umbraco.Application.Trees.StoreTree, TeaCommerce.Umbraco.Application" action="" />
      <add silent="false" initialize="true" sortOrder="1" alias="tea-commerce-security-tree" application="teacommerce" title="Security" iconClosed="folder.gif" iconOpen="folder_o.gif" type="TeaCommerce.Umbraco.Application.Trees.SecurityTree, TeaCommerce.Umbraco.Application" action="" />
      <add silent="false" initialize="true" sortOrder="2" alias="tea-commerce-licenses-tree" application="teacommerce" title="Licenses" iconClosed="folder.gif" iconOpen="folder_o.gif" type="TeaCommerce.Umbraco.Application.Trees.LicenseTree, TeaCommerce.Umbraco.Application" action="" />
      <add silent="false" initialize="true" sortOrder="3" alias="tea-commerce-need-help-tree" application="teacommerce" title="Need help?" iconClosed="folder.gif" iconOpen="folder_o.gif" type="TeaCommerce.Umbraco.Application.Trees.NeedHelpTree, TeaCommerce.Umbraco.Application" action="" />
    

    ...but still nothing.

    I installed the latest Tea Commerce starter kit and that seems to work great on the front-end, but still no Tea Commerce section in the back-office.

    Can anyone suggest what's wrong here?

  • Anders Burla 2560 posts 8256 karma points
    Jul 25, 2015 @ 14:57
    Anders Burla
    100

    Hi Dan

    Have you checked if your umbraco user has permission to the new custom section? Edit your user. It should have got that automatically but something could have gone wrong.

    Kind regards

    Anders

  • Dan 1285 posts 3917 karma points c-trib
    Jul 25, 2015 @ 16:35
    Dan
    0

    Thanks Anders, that was indeed the issue! I totally should have checked that :) There must be some kind of bug there though as it was installed as 'Administrator'.

Please Sign in or register to post replies

Write your reply to:

Draft