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" />
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.
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
Hi Martin,
Guess it would be most helpful for the package devs if you post what runtime errors you run into?
Cheers,
/Dirk
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
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
is working on a reply...