XML\XSL module do not work "out of the box"

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.
5/31/2007 5:54:09 AM
Gravatar
Total Posts 18

XML\XSL module do not work "out of the box"

I tryed to use XML\XSL module and it did not work.

 

Firstly, it wrote "File /var/www/kyta.spb.ru/Data/xml not found" and "File /var/www/kyta.spb.ru/xsl not found" though both directories exist and contain predefined xml and xsl files. Both directories have 777 permissions and files in them have 666 permissions.

 

Then I tryed to open sittings of this module and switch from sales.xsl to sample.xsl. Since that I'm getting error when trying to access THE HOLE PAGE:

"Server Error in '/' Application
Could not find a part of the path "/var/www/kyta.spb.ru/var/www/kyta.spb.ru/Data/Sites/1/xml/sales.xml".

Description: Error processing request.

Error Message: HTTP 500. System.IO.DirectoryNotFoundException: Could not find a part of the path "/var/www/kyta.spb.ru/var/www/kyta.spb.ru/Data/Sites/1/xml/sales.xml".

Stack Trace: <...>
"

 

It looks like two paths are concated together inside the module. Then, of couse, it cannot find such mistaken path. But I wonder: why this brokes the whole page?

 

Thank you in advance,

CarGa.

5/31/2007 6:33:38 AM
Gravatar
Total Posts 18439

Re: XML\XSL module do not work "out of the box"

Hi Carga,

You are running mojoPortal 2.2.1.8 on Linux right? Please post any issues you find in the linux forum.

I just tested this and it works fine on Windows but I get the same error as you on Mono/Linux. The xml/xsl feature of mojoPortal has not changed much in a long tiime and it worked on Mono in the 1.x branch so it may be a Mono bug or regression. I will investigate it and see.

Thanks,

Joe

6/1/2007 6:52:18 PM
Gravatar
Total Posts 18439

Re: XML\XSL module do not work "out of the box"

I was able to fix this after getting the samer error on Mono. Its fixed in svn branches/2.x and will be in the coming release.

Thanks,

Joe

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