Hi here is a bug encountered on a fresh Umbraco 4.7 install with Business Starter Kit :
Go to the developers section and check "Data Types" => "Event Picker"
You obtain that error :
Server Error in '/' Application.
Invalid object name 'uCalendar'.
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.Data.SqlClient.SqlException: Invalid object name 'uCalendar'.
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.
Ok touching it's working now but I'm not sure if it's the fact I've touch the section or the fact that I've created a test calendar. I've marked the bug as solved.
For version 1.1, which date release have you planned?
Event Picker Bug on new 4.7 installation
Hi here is a bug encountered on a fresh Umbraco 4.7 install with Business Starter Kit :
Go to the developers section and check "Data Types" => "Event Picker"
You obtain that error :
Server Error in '/' Application.
Invalid object name 'uCalendar'.
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.Data.SqlClient.SqlException: Invalid object name 'uCalendar'.
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:
Hope this will helps you to reproduce.
Regards
It appears the 'uCalendar' table was not created in your umbraco database. Touch the uCalendar section first, then try going to the datatype again.
Note: Verion 1.1 is coming soon which should take care of this problem on future installs.
Ok touching it's working now but I'm not sure if it's the fact I've touch the section or the fact that I've created a test calendar.
I've marked the bug as solved.
For version 1.1, which date release have you planned?
It's because you touched the section...
Version 1.1 is planned for release in a couple of weeks.
is working on a reply...