Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.
If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
Hi all
Just upgraded from and older version (about 3 back) to the latest version and followed the instructions in the Important Skin Changes post to add the new CSS etc.
I can sign in to the site now, that works great. However when I try to edit page settings for a page I get:
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 base class includes the field 'lblError', but its type (mojoPortal.Web.UI.mojoLabel) is not compatible with the type of control (System.Web.UI.WebControls.Label). Source Error:
Line 298: <asp:RegularExpressionValidator ID="regexUrl" runat="server" ControlToValidate="txtUrl" Line 299: ValidationExpression="((http\://|https\://|~/){1}\S+)" Display="None" ValidationGroup="pagesettings" /> Line 300: <asp:Label ID="lblError" runat="server" CssClass="txterror" /> Line 301: </div> Line 302: <div class="settingrow">
Have I missed something perchance?
Thanks
Mark
Hi Mark,
I think you did not upload all the new files, specifically the version of /Admin/PageSettings.aspx in your installation is not up to date.
If that file was not uploaded then possibly other files as well.
Hope it helps,
Joe
Hi Joe
Thanks for that, I dropped the entire new filesystem to the server with no failures.... I'll reupload that file....