upgrade error

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
1/4/2012 5:58:11 AM
Gravatar
Total Posts 122

upgrade error

hi Joe,

i'm running on fulltrust, sql, on arvixe

I've tried several times to upgrade from 2375 to 2376 but alvays get internal server error II7.0:

 

HTTP Error 500.0 - Internal Server Error

Module AspNetInitializationExceptionModule
Notification BeginRequest
Handler PageHandlerFactory-Integrated-4.0
Error Code 0x00000000

Requested URL http://www.megaskau.com:80/setup/default.aspx
Physical Path C:\HostingSpaces\megaskau\megaskau.com\wwwroot\setup\default.aspx
Logon Method Not yet determined
Logon User Not yet determined


I've than reload 2375 files and all works great ...incredible  !!

what can it be ??? can you help me ??

thanks in advance as usual

Michele from Rome

 

1/4/2012 9:00:44 AM
Gravatar
Total Posts 18439

Re: upgrade error

Are you sure you used the correct mojoPortal package for your version of .NET?

When did you download version 2.3.7.6? I patched it to fix a problem in Web.config so it was updated after the initial release.

You should make sure the new Web.config file has this:

<staticContent>
<!--
<clientCache httpExpires="Sun, 29 Mar 2020 00:00:00 GMT" cacheControlMode="UseExpires" />
-->
<!-- http://madskristensen.net/post/Prepare-webconfig-for-HTML5-and-CSS3.aspx -->

<remove fileExtension=".mp4"/>
<remove fileExtension=".m4v"/>
<remove fileExtension=".ogg"/>
<remove fileExtension=".ogv"/>
<remove fileExtension=".webm"/>
<remove fileExtension=".oga"/>
<remove fileExtension=".spx"/>
<remove fileExtension=".eot" />
<remove fileExtension=".otf" />
<remove fileExtension=".woff" />
<remove fileExtension=".svg" />
<remove fileExtension=".svgz" />

<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
<mimeMap fileExtension=".m4v" mimeType="video/m4v" />
<mimeMap fileExtension=".ogg" mimeType="video/ogg" />
<mimeMap fileExtension=".ogv" mimeType="video/ogg" />
<mimeMap fileExtension=".webm" mimeType="video/webm" />
<mimeMap fileExtension=".oga" mimeType="audio/ogg" />
<mimeMap fileExtension=".spx" mimeType="audio/ogg" />
<mimeMap fileExtension=".svg" mimeType="images/svg+xml" />
<mimeMap fileExtension=".svgz" mimeType="images/svg+xml" />
<mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" />
<mimeMap fileExtension=".otf" mimeType="font/otf" />
<mimeMap fileExtension=".woff" mimeType="font/x-woff" />

</staticContent>

Hope that helps,

Joe

1/4/2012 11:45:24 AM
Gravatar
Total Posts 122

Re: upgrade error

yess Joe,

i've checked and web.config is ok

I've tried one other time this morning downloading all from codeplex and then uploading to my site

as usual the only changes I've made was to rename web.fulltrust.config to web.config

hhheeellppp !!

Michele form Rome

 

1/4/2012 11:47:26 AM
Gravatar
Total Posts 18439

Re: upgrade error

Hi Michele,

Try removing the <staticContent section from Web.config

Hope that helps,

Joe

1/4/2012 12:12:12 PM
Gravatar
Total Posts 122

Re: upgrade error

HI,

I've removed the lines.. but result is the same.... disaster !!

I've checked that all definitions of website are the ok... and they do are (even because the previous version works great !!)

Other ideas ??

bye Mic

1/4/2012 1:33:38 PM
Gravatar
Total Posts 18439

Re: upgrade error

What package of mojoPortal did you install? ie what is the name of the file you downloaded?

What version of .NET are you using? See Administration > System Information

According to this thread on stackoverflow, this kind of error can happen if you installed the .NET 4 version of mojoPortal but your hosting is configured for .NET 3.5 aka 2.0

Logon Method Not yet determined
Logon User Not yet determined

This indicates it cannot load the Web.config file which can be caused by the reason stated above or it can be caused if you have an extra Web.config file in a sub folder somewhere like in the /Setup folder

1/5/2012 1:53:53 AM
Gravatar
Total Posts 122

Re: upgrade error

Hi Joe,

As I mentioned with previous version its quite working (mojoportal-2-3-7-5-mssql-net40-deploymentfiles.zip)

I've downloaded mojoportal-2-3-7-6-mssql-net40-deploymentfiles.zip and did only renamed (as usual) web.fulltrust.config as web.config

I've triple checked about existance of an other web.config: I've found one more in \neatupload and renamed it in .old (is it an error ? did I do correct ??)

Now the one under \root is the only one, but nothing changed !!!

Then I've triple checked if ASP is 4 on site definition.. it's 4 !!!

Do you wish I send you FTP access parameters ??

best regards

Michele from rome

 

1/5/2012 9:12:54 AM
Gravatar
Total Posts 18439

Re: upgrade error

Hi Michele,

Can you try removing this from Web.config and see if that solves it?

<add name="WordpressXmlRpcHandler" verb="POST" path="*xmlrpc.php" type="mojoPortal.Web.BlogUI.metaweblogapi, mojoPortal.Features.UI" preCondition="integratedMode"/>

it could possibly cause an error if php is also installed.

I don't really want to be personally responsible for your site, but I'm willing to try and do the upgrade for you if you have a full backup of your site and database so that you are able to restore it if something goes wrong.

I would need ftp access and acces to your hosting control panel. You can send the needed credentials to me at joe dot audette at g mail dotcom

If I run into the same problems then we may need to get Arvixe support to help.

Best,

Joe

1/5/2012 1:17:21 PM
Gravatar
Total Posts 18439

Re: upgrade error

fyi, for anyone reading this thread I was able to help Michele get his site working. In the end it turned out to be a resource file in the /App_GlobalResources folder that was corrupted but for some reason it wasn't giving a clear error, instead the error seemed to be that it could not load the web.config file.

Sometimes xml files like .resx files can be corrupted during ftp, upoading the file again solved it in this case.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.