Missing table name when deleting pages?

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.
11/6/2008 6:57:55 PM
Gravatar
Total Posts 21

Missing table name when deleting pages?

Hello,

I am getting the following error when trying to delete pages...

Server Error in '/mojo' Application
Unknown column 'ageID' in 'where clause'

Description: HTTP 500. Error processing request.

Stack Trace:

MySql.Data.MySqlClient.MySqlException: Unknown column 'ageID' in 'where clause'
at MySql.Data.MySqlClient.MySqlStream.OpenPacket () [0x00000]
at MySql.Data.MySqlClient.NativeDriver.ReadResult (System.UInt64& affectedRows, System.Int64& lastInsertId) [0x00000]
at MySql.Data.MySqlClient.MySqlDataReader.GetResultSet () [0x00000]
at MySql.Data.MySqlClient.MySqlDataReader.NextResult () [0x00000]

Version information: Mono Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42

I am running Mono 2.0.1 on CentOS Linux over MySQL and mojoPortal 2.2.7.7

I actually have to use a browser on the server to get that error.

Remotely I get a "Server Error in '/mono' Applicaton telling me to turn customErrors mode="Off" in system.web in Web.config.

The pages were just added a few hours ago.  I am a new mojoPortal user.

11/7/2008 4:38:14 AM
Gravatar
Total Posts 18439

Re: Missing table name when deleting pages?

Hi,

Thanks for letting me know. This was a new bug, a typo in the sql statement for MySql. I've corrected it and uploaded a new mojoportal-2-2-7-7-mysqldatalayer-GPL.zip file with the fix. The only file you need to replace is mojoPortal.Data.dll, get it from the new zip and put it in the Web/bin folder overwriting the existing one. It should fix the problem.

Best,

Joe

11/7/2008 12:35:11 PM
Gravatar
Total Posts 21

Re: Missing table name when deleting pages?

Joe, you are impressively responsive.

I updated the MySQL data layer and it works nicely now.

Thank you for all your work on mojoPortal.

Justin

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