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 am getting this error in Data/currentlog.config:
"Log error: System.Web.HttpException: Type mojoPortal.Web.AdminUI.PageSettingsSaved not found". Encountered whenever a new page is added. The first time, the page was successfully created. Subsequent attempts to create a page don't create a page that show's up in the menu.
Here is my configuration:
OS: FreeBSD 7.2-STABLE
MojoPortal 2.3.1.9 with SQLite backend
MONO: 2.4.2.3
Apache 2.2
Thanks in advance for any help!
Bill Yoder
Hi Bill,
This is a bug in the current Mono packages reported previously in this thread. It is fixed in svn trunk and I'm close to making a new release that will include this fix. If it would help I could produce an interim build for mono/sqlite that has this fix and post it by the end of the day.
Best,
Joe
Hi Joe, thanks for the quick response!
Please don't go to any trouble. I don't mind going backwards until that is fixed in a release. What version of mojoportal can I fall back to in order to avoid this issue?
Also, from looking at the README.makefile.txt in the SVN branch, it looks like I can't just compile this from the command like, but I need to use either mono-develop or VS to compile this. Is that the case? It also looks like you're looking for a maintainer of the command line makefile. Any advice on what I can do to get that current?
Again, please don't bother pushing out a temporary release on my account, and thanks for your help!
Hi,
The make file is out of date. The mojoportal.mds works in MonoDevelop.
I just uploaded a build, if you could try mojoportal-build-2009-11-06-sqlite-for-mono.zip from our Novell Forge download page it would actually be help to me because it would verify that it works prior to the official release. Install it as usual or on top of your existing installation then visit /Setup/Default.aspx
Will do, thanks! It may take me a day or so. I just got new iron and I'm getting it set up.
Thanks again, I'll let you know how I make out.
Hi Joe, I actually got a chance to install mojoportal-build-2009-11-06-sqlite-for-mono.zip tonight.
This one has a different problem. The "Sign In" page doesn't have any controls on it. I can't sign in to administer the site.
There was a bug in one of e scripts for sqlite.
I've uploaded a new package that has this fixed, mojoportal-build-2009-11-07-sqlite-for-mono.zip.
That fixed it - thank you sir!