Error when deleting page

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/31/2008 5:25:53 PM
Gravatar
Total Posts 55

Error when deleting page

Hello!

I'm using latest build of Mojo Portal from SVN, Win XP development machine, MS SQL. Deleting page fails with following YSoD:

The stored procedure 'mp_PageModules_DeleteByPage' doesn't exist.

Source File: E:\Projektis\MojoPortalKSKS\mojoPortal.Data.MSSQL\SQLHelper.cs Line: 2513

There's no such procedure in DB. However, there is another one, mp_Pages_Delete, that doesn't get executed.

Any help?

 

10/31/2008 5:29:48 PM
Gravatar
Total Posts 18439

Re: Error when deleting page

Hi Slaven,

You say you have the latest build (from svn update > Rebuild Solution), after rebuilding did you visit /Setup/Default.aspx?

Best,

Joe

10/31/2008 5:39:11 PM
Gravatar
Total Posts 55

Re: Error when deleting page

Yes, I did visit /Setup/Default.aspx.

Just to be sure, I did it all again (SVN + Setup) after you replied me. Still the same error. SVN revision is 4348, if that can help.

By the way, I'm also expiriencing problems with simple folder version gallery - when visiting page that has this feature, I'm getting following error:

Access to the path 'c:\inetpub\wwwroot\Data\systemfiles\FolderGalleryCache' is denied.

Source File: E:\Projektis\MojoPortalKSKS\mojoPortal.Web.Controls\FolderGallery\ImageHelper.cs Line: 208

However, my MojoPortal physical directory is not on IIS's default c:\inetpub\wwwroot (as implied by system in mentioned error), but on E:\Projekti\MojoPortalKSKS.

 

10/31/2008 6:20:09 PM
Gravatar
Total Posts 55

Re: Error when deleting page

I've seen and downloaded your 4349 revision. Page deleting now works!

However, I'm still getting described simple folder gallery exception. Actually, I don't need that feature, at least not right now, but I was doing croatian localization for it (and entire Mojo Portal) and it would be nice to be able finish it. 

11/1/2008 6:18:57 AM
Gravatar
Total Posts 18439

Re: Error when deleting page

Hi Slaven,

Glad you got the update. Not sure what happened, it seems it missed that file when I originally merged it from my sandbox into trunk. Hope it didn't miss anything else.

So the problem is, anyone running a build from svn trunk, if they already are at version 2.2.7.7 and get this error, they should grab the sql for the missing procedure from the bottom of the /Setup/applications/mojoportal-core/SchemaUpgradeScripts/mssql/2.2.7.7.config file and run it manually from sql query analyzer.

Thanks,

Joe

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