Copied to clipboard

Flag this post as spam?

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


  • Martin 278 posts 662 karma points
    Nov 29, 2011 @ 21:23
    Martin
    0

    Can't view Datatype or get it to work.

    Hi, Ive installed the Opeing Hours package and having a runtime error issue.

    Anyone else experience this.

    Im using Umbraco 4.7.1

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Nov 29, 2011 @ 21:35
    Dirk De Grave
    0

    Hi Martin,

    Guess it would be most helpful for the package devs if you post what runtime errors you run into?

     

    Cheers,

    /Dirk

  • Martin 278 posts 662 karma points
    Nov 29, 2011 @ 22:01
    Martin
    0

    Sorry Dirk.

    Runtime Error

    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

    Parser Error Message: The resource object with key 'ButtonAutoFill' was not found.

    Source Error: 

    Line 133:            </table>
    Line 134:            <div class="oh_checkboxSecondSet">
    Line 135: <asp:Button ID="btnAutoFill" runat="server" Text="<%$ Resources: OpeningHours, ButtonAutoFill %>" Line 136:                    OnClick="btnAutoFill_Click"  CssClass="oh_FirstCommandButton" />
    Line 137:                <asp:Button ID="btnReset" runat="server" Text="<%$ Resources: OpeningHours, ButtonReset %>" OnClick="btnReset_Click" />


    Source File: /usercontrols/OpeningHoursEditor.ascx    Line: 135 

  • Lennart Stoop 304 posts 842 karma points
    Nov 30, 2011 @ 08:41
    Lennart Stoop
    0

    Hi Martin,

    It looks like the resource files for localizing the back office editor are unavailable.

    During package installation these resource files should be copied to the folder \App_GlobalResources\OpeningHours\ on the file system.

    Can you verify if these files have been copied correctly?

    If they haven't, its probably caused by insufficient file permissions. You can either set permissions on the App_GlobalResources folder (and reinstall the package) or extract the files (*.resx) from the package.zip manually.

     

    Grtz

    L

Please Sign in or register to post replies

Write your reply to:

Draft