Bug reports Found a bug? Post it here please.
Version 4.x > Bug reports > Error trying to Export site after 3.1a to 4.0 upgrade View modes: 
User avatar
Member
Member
racquistapace-geotherm - 2/19/2009 11:14:44 PM
   
Error trying to Export site after 3.1a to 4.0 upgrade
Hi,

I followed the instructions in the Instructions.pdf file on upgrading a 3.1a site to 4.0. Everything went fine with the upgrade, no errors. I only had to recreate 2 Web Parts (which was expected) and as far as I can tell everything else looks correct and is working correctly.

When I try to export the site I get an error. I select my site in the DropDown and then hit the Next button and I get the following error in Red to the left of the Next button:

[SiteExportSettings.LoadDefaultSelection]: Object type 'notification.template' not found.

I searched the 3.1a version of the site's source files and I can't find anything that matches. I searched the upgraded site's source files and found a couple "notification_template.xml.export" files and a couple "notification_template.gif" files.

I poked around in CMS Site Manager and under Development there's a "Notification" option but it tells me that it's not supported in the Free version.

Any idea what's going on here?

Thanks!

Rick

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 3/3/2009 5:20:57 AM
   
RE:Error trying to Export site after 3.1a to 4.0 upgrade
Hi Rick,

Could you please try to run this SELECT query on your database?

SELECT * FROM CMS_Class
WHERE ClassName like 'notification.template'

It should return one row no matter the type of license.

Best regards,
Helena Grulichova