cannot publish a node with Amazon S3 provider datatype
Hi
I am using umbraco 4.9.1. just installed the universal media picker.
everything works fine but when I try to publish a page that contains universal media picker with amazon provider it wont work and i get the below error:
I think because media files are saved as int but this one is saving the path of the image , so it cannot be converted to number.
for some strange reason I couldn't attach the error to the first post!
Server Error in '/' Application.
Input string was not in a correct format.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.FormatException: Input string was not in a correct format.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
I have found the cause of this (in Umbraco not UMP or the S3 provider), the fix will be included in Umbraco 4.11. If you need it sooner, I have a dll which will work for sure with Umbraco 4.10.x, let me know and i'll ping it to you.
cannot publish a node with Amazon S3 provider datatype
Hi
I am using umbraco 4.9.1. just installed the universal media picker.
everything works fine but when I try to publish a page that contains universal media picker with amazon provider it wont work and i get the below error:
I think because media files are saved as int but this one is saving the path of the image , so it cannot be converted to number.
for some strange reason I couldn't attach the error to the first post!
Server Error in '/' Application.
Input string was not in a correct format.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.FormatException: Input string was not in a correct format.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
anyone has got any idea on this?
cheers
Ali
I will give it a go with Umbraco 4.10 to see if it is compatible with it
Cheers
I have found the cause of this (in Umbraco not UMP or the S3 provider), the fix will be included in Umbraco 4.11. If you need it sooner, I have a dll which will work for sure with Umbraco 4.10.x, let me know and i'll ping it to you.
Cheers,
Jeavon
wooow, that's fantastic :)
how can I get it from you as I really need it urgently?
you are legend Jeavon.
Many Thanks
Ali
Sure, email me, {myname}@crumpled-dog.com
The problem is fixed by using Jeavon's provided dll for umbraco 4.9.1
the dll is a fix for Umbraco 4.9.1 and can be downloaded here
Many thanks Jeavon.
you are star :)
is working on a reply...