error with links module

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.
3/25/2008 8:08:17 PM
Gravatar
Total Posts 9

error with links module

recently upgraded from 2.4.6 to 2.5.0 (and then 2.5.1) and now have a problem with the links module not working.

I get the following error:

Could not load file or assembly 'mojoPortal.Data.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

There's no mojoPortal.Data.Common dll in the bin directory. I'm using this on win xp on mySQL. I've downloaded the MSSQL release files and the MySQL data files.

3/25/2008 8:14:29 PM
Gravatar
Total Posts 18439

Re: error with links module

Oops, you're right, packaging error on my part. I forgot the MS SQL package doesn't depend on mojoPortal.Data.Common.dll so I should have included that in the MySql download. I'll fix the MySql download in the morning, its late here. If you need it right now, just download the package for postgre sql and grab the mojoPortal.Data.Common.dll from the bin folder and paste it into your bin folder.

Hope it helps,

Joe

3/26/2008 6:42:04 AM
Gravatar
Total Posts 18439

Re: error with links module

I've just uploaded a new package for the MySql data layer to include the missing file.

Thanks a lot for letting me know.

Joe

3/26/2008 9:28:50 AM
Gravatar
Total Posts 9

Re: error with links module

thanks for the quick fix!

3/26/2008 10:25:36 PM
Gravatar
Total Posts 9

Re: error with links module

just to note in case anyone else comes across this, you must change a couple things in web.config

first, at the bottom of the file, in the SubSonicService node, make sure to uncomment the MySql provider. You don't need to change the connection string. I also changed the default provider to 'subsonicMySQL', not sure if that's necessary or not.

Then change

<add key="SubSonicProvider" value="subsonicMSSQL" />

to

<add key="SubSonicProvider" value="subsonicMySQL" />

 

Cheers!

3/27/2008 6:38:49 AM
Gravatar
Total Posts 18439

Re: error with links module

I actually packaged a Web.config with those settings in the MySql download, so you can also just replace it.

Best,

Joe

3/27/2008 8:33:46 AM
Gravatar
Total Posts 9

Re: error with links module

I didn't see one there?

3/27/2008 8:36:08 AM
Gravatar
Total Posts 18439

Re: error with links module

doh! You're right. I remembered packaging it but that must have been the 2.2.5.0 release I was thinking of. I'll add it to the download now.

Best,

Joe

4/11/2008 1:40:33 PM
Gravatar
Total Posts 22

Re: error with links module

Might it be the same in 2.2.5.2? I got the same problem after upgrading to the latest version.

 

/Pär

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