mojo store new product problem

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.
2/2/2011 7:08:01 AM
Gravatar
Total Posts 6

mojo store new product problem

I woud like new product in mojo web store. I get next error: "We're sorry but we could not find the page you are looking for. Please try the Site Map"

Why?

mojoPortal Version 2.3.6.1 MySQL
Operating System Unix 2.6.32.28
ASP.NET Info v2.0.50727 Running in Full Trust
Server Time Zone CET
Server Local Time (GMT 1) 2011. 02. 02. 14:06:09
Greenwich Mean Time (GMT/UTC) 2011. 02. 02. 13:06:09

Freamwork: mono 2.6.7

2/2/2011 8:10:35 AM
Gravatar
Total Posts 18439

Re: mojo store new product problem

Sorry but I do not currently test or support the WebStore feature on Mono. Most people using Mono use either SQLite or pgsql, the only reason you even see webstore at all is because you configured for MySql, most Mono users will never even see that feature. I will be careful next release to make sure I leave out those files from the Mono packages.

Best,

Joe

2/2/2011 8:40:32 AM
Gravatar
Total Posts 6

Re: mojo store new product problem

There will be a mono version of the webstore soon?

2/2/2011 8:58:43 AM
Gravatar
Total Posts 18439

Re: mojo store new product problem

I have no plans at this point to support that feature on Mono.

I've been working with Mono since 2004 and while I like Mono and the idea of running mojoPortal on linux, it has always been a buggy platform that I would not recommend for any important production deployment of mojoPortal. I would say that any site that wants to do ecommerce is an important production site and I would not recommend running such a site on Mono at this time therefore I don't plan to put any effort into testing or supporting WebStore on Mono. My current recommendation is if you want to do ecommerce then use Windows hosting. I would love to be able to recommend Mono for production and since 2004 I've thought some day I will be able to recommend it, but so far it is always someday in the future and I'm still waiting. Each release of Mono has improvements but often also new bugs. I don't really blame the Mono team because they try hard but they are chasing a moving target as ASP.NET keeps evolving with new versions and Mono will always be a few steps behind or more. When someday comes and Mono is a stable and reliable platform for mojoPortal in general, then I would consider trying to support WebStore on Mono, but not until then.

Best,

Joe

2/10/2011 10:20:16 AM
Gravatar
Total Posts 6

Re: mojo store new product problem

Hi Joe!

I and my friend found problem in webstore. The error is GrayBoxProgressBar adminproduct.aspx.cs in webstore.UI . When You change to visible!

Best.

2/10/2011 11:40:14 AM
Gravatar
Total Posts 18439

Re: mojo store new product problem

I will look into this when I get a chance. If it causes the error on windows I will consider it a bug and find a way to fix it. If it only happens on Mono then it is most likely a Mono bug and you should keep it disabled to avoid that error.

Best,

Joe

2/11/2011 1:30:52 AM
Gravatar
Total Posts 6

Re: mojo store new product problem

I looked that You fix one similar error in file manager. You put comment (#if debug mono) the gbProgressBar object there. It is fix the problem.

I am sorry. I gave incorrectly to local. The correct local  AdminProductEdit.aspx.cs.

Example: "gbProgressBar.Visible = true;"  line in 1030.

Best

2/11/2011 12:43:35 PM
Gravatar
Total Posts 18439

Re: mojo store new product problem

I added that in code but the thing is, that is a compiler directive and I don't compile WebStore for MONO, I only compile it for Windows. The way I produce a deployment package for Mono is to first produce a package for Windows then I compile the mojoportal.mono.sln on linux using MonoDevelop, then I replace the dlls with the ones compiled on linux/mono. But my mojoportal.mono.sln file does not include the projects for webstore since I do not currently intend to support that.

Best,

Joe

 

2/12/2011 1:49:27 AM
Gravatar
Total Posts 6

Re: mojo store new product problem

I do not currently intend to support that.

Why?

Best

2/12/2011 6:43:11 AM
Gravatar
Total Posts 18439

Re: mojo store new product problem

I already said why in a previous post.

  1. I don't think Mono is ready for important production sites, ecommerce by definition requires an important production site.
  2. WebStore is in early stages of development and it only supports MS SQL /MySql which I do not package for Mono.
  3. I do not support WebStore for pgsql nor sqlite, nor firebird, nor sqlce
  4. I choose not to package nor support WebStore for Mono at this time.

Sorry if that disappoints you but that is the way it is. It is open source if you want to make your own projects and custom solution to build WebStore on llinux/mono with MonoDevelop that is up to you, but at this time I choose not to.

Best,

Joe

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