Second Site does not work after upgrading to 2.2.3.8

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.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

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.

This thread is closed to new posts. You must sign in to post in the forums.
8/13/2007 3:32:20 AM
Gravatar
Total Posts 16

Second Site does not work after upgrading to 2.2.3.8

Hi Joe,

I upgraded my Mono Site to  version 2.2.3.8, using  mojoportal-2-2-3-3-b-pgsqlreleasefiles-for-mono.zip.

I can access to my first site "mydomain/Default.aspx", but cannot access to my second site "mydomain/subfolder/Default.aspx". I just got "Error.htm".

I searched the directory "/var/www/mojoportal/Data/Sites", it has only one  directory named "1".

There are many "not found" errors in currentlog.config, as follows:


2007-08-13 16:16:12,381 [32410512] ERROR mojoPortal.Web.Global [(null)] - System.Web.HttpException: Directory not found
2007-08-13 16:16:12,407 [32410512] ERROR mojoPortal.Web.Global [(null)] - System.Web.HttpException: Directory not found
2007-08-13 16:16:12,574 [93076368] ERROR mojoPortal.Web.Global [(null)] - System.Web.HttpException: File '/dnl/Error.htm' not found.
at System.Web.StaticFileHandler.ProcessRequest (System.Web.HttpContext context) [0x00000] 
 

What's wrong?

Regards,

Kiyoshi

8/13/2007 6:31:16 AM
Gravatar
Total Posts 18439

Re: Second Site does not work after upgrading to 2.2.3.8

Hi Kiyoshi,

There was no release 2.2.3.8, its 2.2.3.3.

I did not think folder based sub sites was even working on Mono.

If you had it working and there were 2 sites there would be a folder Data/Sites/2, did you delete this folder? The upgrade process would not have touched it so if its gone it got deleted by someone, hope you have a backup and can restore it.

Joe

8/14/2007 1:49:54 AM
Gravatar
Total Posts 16

Re: Second Site does not work after upgrading to 2.2.3.8

Hi Joe,

Thank you for your reply.

I'm sorry, the release is not 2.2.3.8, it is  2.2.3.3.

I restored my web site from the backup, and upgraded to 2.2.3.3 again. This time I could access to my subfolder successfully.

But I found a little problem on treeview menu. I cannot expand the menu by clicking '+' mark. I could expand it on 2.2.2.8.

I use stylesheet "treeviewmenu2", and html source of this part is as follows:

<a href="javascript:theForm.__doPostBack('ctl00$PageMenu1$ctl00','ec|1')">

 Is there anything wrong?

Regards,

Kiyoshi

8/14/2007 6:31:07 AM
Gravatar
Total Posts 18439

Re: Second Site does not work after upgrading to 2.2.3.8

You are using Mono right? What version of Mono? It works for me on opensuse with mono 1.2.4 but it doesn't work the way it does on windows unfortunately. Clicking the plus does work for me though.

Joe

8/15/2007 6:59:57 AM
Gravatar
Total Posts 16

Re: Second Site does not work after upgrading to 2.2.3.8

Hi Joe,

Thank you for your reply.

I am using Mono 1.2.4 on CentOS 5.0, and clicking the plus does not work. It worked on mojoportal 2.2.2.8.

Regards,

Kiyoshi

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