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 Joe,
I am updating from 2.1.1 toe 2.1.8
First I got the error: Index was outside the bounds of the array
So I ran the create sql stored procs from 2.1.8
Now I have this error:
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS0117: 'mojoPortal.Web.SiteUtils' does not contain a definition for 'GetSiteRoot' Source Error: Line 109: <br class="clear" /> Line 110: <portal:SkinPreview id="SkinPreview1" runat="server"></portal:SkinPreview><br /><br /> Line 111: <a href="http://www.mojoportal.com" ><img alt="mojoportal" id="logo" src="<%=SiteUtils.GetSiteRoot()%>/Data/SiteImages/poweredbymojoportal3.gif" /></a> Line 112: <a href="http://validator.w3.org/check?uri=referer"><img src="<%=SiteUtils.GetSiteRoot()%>/Data/SiteImages/valid-xhtml10.png" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a> Line 113: <a href="http://jigsaw.w3.org/css-validator/validator?uri=<%=SiteUtils.GetStyleSheetUrl() %>"><img style="border:0;width:88px;height:31px" src="<%=SiteUtils.GetSiteRoot()%>/Data/SiteImages/vcss.png" alt="Valid CSS!" /></a>
Line 109: <br class="clear" /> Line 110: <portal:SkinPreview id="SkinPreview1" runat="server"></portal:SkinPreview><br /><br /> Line 111: <a href="http://www.mojoportal.com" ><img alt="mojoportal" id="logo" src="<%=SiteUtils.GetSiteRoot()%>/Data/SiteImages/poweredbymojoportal3.gif" /></a> Line 112: <a href="http://validator.w3.org/check?uri=referer"><img src="<%=SiteUtils.GetSiteRoot()%>/Data/SiteImages/valid-xhtml10.png" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a> Line 113: <a href="http://jigsaw.w3.org/css-validator/validator?uri=<%=SiteUtils.GetStyleSheetUrl() %>"><img style="border:0;width:88px;height:31px" src="<%=SiteUtils.GetSiteRoot()%>/Data/SiteImages/vcss.png" alt="Valid CSS!" /></a>
So I am afraid I made a nice mess of it!
Can you help me?
Thanks in advance!
Yes that helped!
Instead of changing the code I copied a layout.master from 2.1.8 skin folder to my custom skin.
(I guess the layout.master was the only file I didn't copy....)
Roger