Blog Post error after upgrade

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/14/2013 2:56:07 PM
Gravatar
Total Posts 18439

Re: Blog Post error after upgrade

Hi,

You are running a custom feature there named MegaGallery which I suspect implements search but has not been updated to be compatible with recent changes in our search index.

I would look for a file corresponding to mega gallery in the folder /Setup/ProviderConfig/indexbuilders

​remove the file, then touch your web.config file and it should prevent the error. Then contact the developer and ask them to update it to be compatible. I had posted in our developer forum so that developers would know about this change and be able to update their custom features.

Hope that helps,

Joe

2/14/2013 3:17:39 PM
Gravatar
Total Posts 11

Re: Blog Post error after upgrade

Hi Joe,

That is where the problem was for the blog.

Still missing the wysiwg editor in the sites. Just the html comes up when you go to edit a html feauture.

Also the site settings link in the administration menu for the primary site (www.creativestrand.com.au) isn't working.

The other links:  Site List etc are okay.

Thankyou very much for the help.

 

Cheers

Vicki

2/14/2013 3:36:02 PM
Gravatar
Total Posts 18439

Re: Blog Post error after upgrade

Hi Vicki,

You need to make the changes mentioned for this version in the Important Skin Changes document. You need to enable the jquery compatibility module to fix a couple of script errors that are happening on your site. Those errors in turn may be the cause of the other errors such as the editor not loading.

Hope that helps,

Joe

2/14/2013 3:42:20 PM
Gravatar
Total Posts 2253

Re: Blog Post error after upgrade

Hi, make sure you don't have the following in you user.config:

    <add key="CKEditor:Skin" value="kama"/>

The value could be anything but if CKEditor can't find the named skin then it will not load.

HTH,
Joe D.

2/14/2013 4:05:01 PM
Gravatar
Total Posts 11

Re: Blog Post error after upgrade

Hi Joe,

Have made changes to jquery in master layout: No changes:

The user config doesn't have that file.

I also touched the web config.

Same problems are still there, not recognising the editor.

Also not recognising the site settings, get the original error message:

http://www.creativestrand.com.au/Error.htm?aspxerrorpath=/Admin/SiteSettings.aspx

Thankyou. I appreciate your help.

2/14/2013 4:17:28 PM
Gravatar
Total Posts 18439

Re: Blog Post error after upgrade

Hi Vicki,

I think you have not edited the right layout.master file, your site still has the script error that would be fixed by making the correct change in layout.master. In Chrome if you right click http://www.creativestrand.com.au/ and choose inspect element, then click the console tab you can see the script errors that will be fixed by the jquery migrate plugin.

You might also check the error log if you make a typo in the layout.master file it can fail to load and then load a failsafe version and log the error.

Best,

Joe

 

2/14/2013 4:17:57 PM
Gravatar
Total Posts 11

Re: Blog Post error after upgrade

Hi Joe,

I tried changing the editor in the subdomains to Tiny MCE, (The settings in the admin panel work in those, just not site 1 it didn't recognise any wysiwg editor.

Cheers

2/14/2013 4:20:55 PM
Gravatar
Total Posts 18439

Re: Blog Post error after upgrade

Actually the console is showing its failing to load the migrate script from http://www.creativestrand.com.au/ClientScript/jqmojo/jquery-migrate1-0-0.js

​I would make sure that file exists and that the user that is the identity on the app pool has read permission on the file.

So you did make the correct setting in layout.master an it is trying to load that script but failing for some reason with a server error.

Hope that helps,

Joe

2/14/2013 4:54:03 PM
Gravatar
Total Posts 11

Re: Blog Post error after upgrade

Hi Joe,

All working except for the main site: site 1. The site settings link under the adminstration menu isn't working.

Everything else is perfect. I had some incorrect files in the Client Script.

Thankyou

2/14/2013 5:15:23 PM
Gravatar
Total Posts 11

Re: Blog Post error after upgrade

Joe,

Done! The machine key hadn't been updated. Time for a rest.

Thankyou for all your help.

Beers are on their way.

Cheers

Vicki

 

2/15/2013 12:40:23 PM
Gravatar
Total Posts 18439

Re: Blog Post error after upgrade

Many thanks for the beers!

Cheers,

Joe

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