Link 'is not a valid virtual path.'

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.
10/22/2009 5:58:49 AM
Gravatar
Total Posts 2

Link 'is not a valid virtual path.'

Operating System: XP Pro

Database Platform: MS SQL

Mojo Version: 2.3.1.9 (From Source code)

I am trying to set a menu item to link to an exernal web page (http://www.google.com for instance), however when I try to change the URL in the page settings, I get the following error:

HttpException was unhandled by the user code
'http://www.google.com' is not a vaild virtual path.

From "if (StringHelper.IsCaseInsensitiveMatch(HttpContext.Current.Server.MapPath(url), webPageFile.FullName))" in the WebPageInfo.cs page.

 

Also, I am unable to post in 'Report Bugs' using IE8 and Google Chrome. I sign in and access the forums, which automatically signs me out again!

10/22/2009 12:00:20 PM
Gravatar
Total Posts 18439

Re: Link 'is not a valid virtual path.'

Hi,

Thanks for the bug report.

I was able to produce this issue today and fix it so it will be fixed in the next release. However I did not get any error in the page and the url works as expected, it just logged an error from the friendly url suggest service.

This will be fixed in svn trunk by tomorrow.

Best,

Joe

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