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.
I have installed a site on godaddy using the Medium Trust, MySql 5 and the latest version of MojoPortal. The install went fine, all of the data is there and the sample pages show, but none of the layouts work, it is just a screen with the text and links. I tried changing styles but nothing changed. Any advise would be appreciated.
Dave
There is an item on the FAQ page that I think will help you.
http://www.mojoportal.com/faq.aspx
Steve
Thanks for the quick response, but I already checked that. All of the skins are in the Data/Sites/1/skins folder, I can choose them for the listing in the site setup, just nothing happens, no layout, no css, links look like the normal link hypertext.
I'm having the same problem. I have also followed the info in the FAQ article.
The next step in diagnosis is to view the source of the rendered page and get the full url for the ...csshandler.ashx?... and paste it into the browser.
Do you see css or do you get and error?
Best,
Joe
http://**mydomain**.com/Data/Sites/1/skins/mitchinson-earthy-alt1/csshandler.ashx?skin=mitchinson-earthy-alt1
I got the following message:
We're sorry but a server error has occurred while trying to process your request. The error has been logged and will be reviewed by our staff as soon as possible. It is possible that the error was just a momentary hiccup and you may wish to use the back button and try again or go back to the home page.
We're sorry but a server error has occurred while trying to process your request.
The error has been logged and will be reviewed by our staff as soon as possible. It is possible that the error was just a momentary hiccup and you may wish to use the back button and try again or go back to the home page.
Ok, look in the log for the error.
there's no error listed in the log
Then you have a folder permission issue going on and it can't write to the log. You need to make sure the /Data folder and all its children is both readable and writable by the web process user. If permissions are wrong perhaps it can't even read the files for the skins and css.
You can also find the error if you change <customErrors mode="RemoteOnly" to <customErrors mode="Off" in Web.config and then check the url for the css handler again it should show the error.
I now get this error:
Could not load file or assembly 'Brettle.Web.NeatUpload' or one of its dependencies