Installing mojoPortal on Fedora Core 3

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.
6/7/2005 9:37:13 AM
Gravatar
Total Posts 1

Re: Installing mojoPortal on Fedora Core 3

I am trying to get mojoPortal installed on a Fedora Core 3 workstation and I keep getting this error message on loading the page.

Server error in '/mojoportal' application
Description: Error processing request.

Error Message: HTTP 500.
Stack Trace:

MySql.Data.MySqlClient.MySqlException: You have an error in your SQL syntax near 'ON m.ModuleDefID = md.ModuleDefID WHERE m.PageID = 1 ORDER BY m.ModuleOrder ' at line 1
in <0x00058> MySql.Data.MySqlClient.PacketReader:CheckForError ()
in <0x00135> MySql.Data.MySqlClient.PacketReader:ReadHeader ()
in <0x0009f> MySql.Data.MySqlClient.PacketReader:OpenPacket ()
in <0x00028> MySql.Data.MySqlClient.NativeDriver:ReadResult (System.UInt64 affectedRows, System.Int64 lastInsertId)
in <0x0004e> MySql.Data.MySqlClient.CommandResult:ReadNextResult (Boolean isFirst)
in <0x00026> MySql.Data.MySqlClient.CommandResult:.ctor (MySql.Data.MySqlClient.Driver d, Boolean isBinary)
in <0x0007b> MySql.Data.MySqlClient.NativeDriver:SendQuery (System.Byte[] bytes, Int32 length, Boolean consume)
in <0x0020e> MySql.Data.MySqlClient.MySqlCommand:GetNextResultSet (MySql.Data.MySqlClient.MySqlDataReader reader)
in (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlCommand:GetNextResultSet (MySql.Data.MySqlClient.MySqlDataReader)
in <0x00055> MySql.Data.MySqlClient.MySqlDataReader:NextResult ()

I am running:
Fedora Core 3
mono 1.1.7
mod_mono 1.0.7
mysql 3.23.58

I am doing a clean install of the latest version of mojoPortal binary.

Thanks
Chad
6/7/2005 1:47:29 PM
Gravatar
Total Posts 18439

Re: Installing mojoPortal on Fedora Core 3

Hi Chad,

I suspect your version of MySQL is the culprit. I've never tested versions that old. I suspect it doesn't support the syntax I am using. Perhaps it doesn't support joins or aliasing table names. The best bet would be to upgrade to a newer version.

Hope that is an option for you.

Thanks,

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