I'm having an issue installing Embeded Content v 1.2.3 on Umbraco 6.0.3.
When I load the package and hit install, it runs for a second and returns an error. Specifically:
Parser Error Message: Could not load type 'TheFarm.Umbraco.EmbeddedContent.umbraco.EmbeddedContent.UpgradeSchema'.
I went to the folder: /umbraco/EmbeddedContent/ and the only file that is there is "UpgradeSchema.ascx" - there isn't a "UpgradeSchema.ascx.cs" that the .ascx file is calling...
When I create a new DataType, the Embedded Content option is not listed in the drop down list, which makes me think the package didn't install properly.
I'm curious to find out if this is a bug with Embedded Content, or my install of Umbraco?
Nope! It looks like I had a permission issue. The user responsible on my server didn't have correct access to the Bin folder. I fixed that, installed Embedded Content again and it worked perfect.
Thanks for the quick reply and pointing me in the right direction.
Error installing
Hello,
I'm having an issue installing Embeded Content v 1.2.3 on Umbraco 6.0.3.
When I load the package and hit install, it runs for a second and returns an error. Specifically:
Parser Error Message: Could not load type 'TheFarm.Umbraco.EmbeddedContent.umbraco.EmbeddedContent.UpgradeSchema'.
I went to the folder: /umbraco/EmbeddedContent/ and the only file that is there is "UpgradeSchema.ascx" - there isn't a "UpgradeSchema.ascx.cs" that the .ascx file is calling...
When I create a new DataType, the Embedded Content option is not listed in the drop down list, which makes me think the package didn't install properly.
I'm curious to find out if this is a bug with Embedded Content, or my install of Umbraco?
Hi Damon,
Seems strange, I just installed Embedded Content v1.2.3 in Umbraco v6.0.3 and I didn't see any error message.
Can you check if you have TheFarm.Umbraco.EmbeddedContent.dll in your bin folder?
Thanks,
Jeavon
Jeavon -
Nope! It looks like I had a permission issue. The user responsible on my server didn't have correct access to the Bin folder. I fixed that, installed Embedded Content again and it worked perfect.
Thanks for the quick reply and pointing me in the right direction.
Cool, I was about to suggest you might have a permission issue on the /bin folder! :-) Glad you fixed it!
is working on a reply...