I am having trouble adding items to any datatype I create using the package in a specific case. It seems to work great on my dev machine, but when trying to add an item to the client's dev machine, nothing sticks. I have Couriered the item from my dev to the clients and the data points transfer correctly, but when attempting to add a new item, again, it doesn't work. The strange thing is that when I RDP into the clients server hosting the Umbraco site and navigating to the Umbraco backend, I CAN make updates to the Embedded Content datatype.
Is this a permissions problem -- pointing to the database possible? Thanks in advance for the advice!
Hi Phillip, only thing that comes to mind is to check that the http handler is in web.config on both machines and in both system.webServer and system.web?
Can't add items
Hi!
I am having trouble adding items to any datatype I create using the package in a specific case. It seems to work great on my dev machine, but when trying to add an item to the client's dev machine, nothing sticks. I have Couriered the item from my dev to the clients and the data points transfer correctly, but when attempting to add a new item, again, it doesn't work. The strange thing is that when I RDP into the clients server hosting the Umbraco site and navigating to the Umbraco backend, I CAN make updates to the Embedded Content datatype.
Is this a permissions problem -- pointing to the database possible? Thanks in advance for the advice!
Phil
Bump. Any one have suggestions?
Hi Phillip, only thing that comes to mind is to check that the http handler is in web.config on both machines and in both system.webServer and system.web?
Thanks for the response. We ended up implementing a different way of inputting data instead of using Embedded Content. I appreciate it.
is working on a reply...