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.
Firstly, with my special thanks to Joe!
I can get it install on my own local machine with a local copy of SQL Server Express. Now I'm trying to get it installed and running on GoDaddy.com, but I encountered an Server Error after installing mojoPortal 2.3.4.1. I contacted GoDaddy.com and was told, it's caused by web.config. After reading a lot of posts here and there, I still can't get it resolved, please anyone here can help me, thanks in advance. my website is www.EV-ChargeChina.com
Hosting Environment and Packages:
Installing steps:
Sorry for my bad English!
Meanwhile, I have read the following posts and still can't get it run!
http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=3&thread=2523&postid=11282
http://www.mojoportal.com/mediumtrust.aspx
http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=3&thread=5094&pagenumber=1
Hi,
I just patched a medium trust issue in the 2.3.4.2 release as discussed on this thread.
Hopefully that will get you going. Getting MySql working under medium trust can be problematic because it requires the host to have the correct version of MySql Connector installed in the GAC, so there is potential you may still have troubles, but there was another issue that definitely would have caused this error and that is now fixed so perhaps you will have good luck.
Hope it helps,
Joe
Thanks Joe for your quick response!
After searching some articles online, I finally found this 500 - Internal Server Error was caused by GoDaddy hosting environment. The root problem is that I set up multiple websites on my GoDaddy Windows Deluxe hosting account, and site1 website was set up under an separate folder, and my root folder is running my another website site2. Seems the web.config file in root folder will affect the websites running under sub-folder and eventually caused the 500 - Internal Server Error. I tried it after removing this web.config file from root folder, then site1 website works like a charm! but my site1 can't work any more. So I'm trying to move my primary website site1 from root folder to sub-folder like site2 and leave nothing under root. Which maybe the only solution to get multiple websites running on one GoDaddy Windows deluxs hosting account. I will upate to you later to see if it works.
There are ways of mitigating web.config conflicts such as this. The article linked from here may help you:
http://www.mojoportal.com/developer-faq.aspx
Thank you very very much, Joe! I will check it soon. and Hope I can make my primary website works.
Best Regards!
Dear Joe!
I am so glad to let you know, with your great and warmful help, finally I get it resolved. Right now, both my primary website are running up. Seems it has to wrap both system.web section and system.webServer section into <location path="." inheritInChildApplications="false"> section. It does not work just wrap system.web section. Now my web.config file under root/parent director looks like as below:
<location path="." inheritInChildApplications="false">
<system.web>
</system.web>
<system.webServer>
</system.webServer>
</location>
I found another article regarding web.config conflict issue at here
http://www.west-wind.com/Weblog/posts/133041.aspx
Well, thanks for your time and thank you again! Now I will spend some time to learn mojoPortal to set up a nice website as others did!!!
Dear Joe,
Would you please help me to delete my primary domain name in the above posts? Beacuase I was blamed by someone that my purpose was to promote my primary website described in the above posts. Actually I don't want, that's my mistake!!!
Thanks in advance and Best Regards!
I've removed the links/urls from your posts. You should see a pencil icon next to your posts that allows editing.
Best,
Thank you very much Joe for your continued support and help! As well as I just noticed that pencil icon for editing.
Hello Joe, it seems that the pencil icon for editing got disappeared again, I am not sure if this is a bug or not, just let you know it. Thanks again!
What web browser and version are you using? There was an issue under IE 7 but it is fixed now in my testing.
Hello Joe, I found it works well with my laptop ( Win7 home basic edition and IE8 ), and I noticed the pencil icon got disappeared with my office PC( WinXP SP3 with IE6 ) this afternoon, that's why last time I did not find the pencil icon and ask for you help to modify my posts here. I will try it again from my office PC next monday.
Best Wishes!
The trick to solve it is to add this to the IE7Specific.css (or style.ie.css if using an Artisteer skin)
.forumEdit, .threadEdit, .postEdit { display: inline-block; }
For IE6 you may try the same thing in IESpecific.css or style.ie6.css, I have not tested the solution on IE 6 so let me know, I've only tested under IE 7.
Hello Joe,
I am using my home PC ( WinXP Home Edition version 2002 SP2 with IE6 SP2 ) now, the pencil icon is there correctly. I will try it again with my office PC next Monday and let you know the result then.
Hello Joe, right now, I am using my office PC( WinXP professonal SP3 + IE6 SP3 ), seems it works well! I guess this issue happened with my original WinXP system! Last weekend, the local IT team helped me to re-install my PC system, I can't re-produce this issue again with my office pc now. So just ignore it. Thanks!