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.
Have uploaded all files and created a database which has been added to web.config - but I am getting the following error. It can't seem to find part of the path - I follow that path in the files and there is no folder called systemfiles. I unzipped the download and couldn't find it there either. It is this that is causing the problem or something else - have no idea,
Chris
-------------------------------------------------
Probing system... File system permissions problems found. An Error Occurred:Could not find a part of the path 'H:\inetpub\vhosts\jaycoflyers.com.au\httpdocs\Data\Sites\1\systemfiles\test.config'. Source:mscorlib Stack Trace at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamWriter.CreateFile(String path, Boolean append) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize) at System.IO.StreamWriter..ctor(String path, Boolean append) at System.IO.File.CreateText(String path) at mojoPortal.Web.mojoSetup.TouchTestFile(String pathToFile) at mojoPortal.Web.UI.Pages.SetupHome.GetFolderDetailsHtml() at mojoPortal.Web.UI.Pages.SetupHome.ProbeSystem() at mojoPortal.Web.UI.Pages.SetupHome.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
------------------------------------------------
Hi,
You need to make the /Data folder and all of its child objects writable by the web process. It varies by host but somewhere there should be a way in your control panel to manage file/folder read/write permissions.
Hope it helps,
Joe
Thought so - just couldn't work out how to do it with my host - their help files are not very helpful - finally figured it out and it seems to have installed ok.
Playtime