I have downloaded and installed Umbraco, everything works fine, until I try to create a document type. The following error shows up:
Server Error in '/' Application.
Invalid column name 'propertyEditorAlias'.
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 column name 'propertyEditorAlias'.
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.
Thank you for your reply! I first installed Umbraco locally, which worked fine (I don't get the error there). I then copied all the files to (shared Windows) webserver and restored the database (MSSQL). Does that help, or do you need any additional information? I also tried importing the DocumentType (from the local one) and got a NULL value error.
...also be aware that files in the /App_Data/TEMP/* folder should not be copied over - so you can delete all files from the underlying directories. Just don't delete any folders but just the files - however this has nothing to do with your initial issue - just a reminder for when we get your install up and running on your server.
Yes, I did change the connection string. I wanted to try to connect to the remote database locally and see if I got the same error, but it seems the server is down at the moment :(
I'll try this later and let you know how it turns out, thanks for the help so far Jan!
I would be happy to, only problem is that I don't really know what went wrong. The server went down (due to problems on the host's side), afterwards they performed a database restore and everything was working fine. That and the fact that I couldn't find the exact error message anywhere online, makes me believe that the database was either corrupt or incomplete, but I might wrong here.
I (or rather the customer) is using ECS webhosting. I have another question for you as well if that's ok (or should I open a new topic)? ;)
The checkbox for "hide in navigation" doesn't seem to change the Visible property (it remains true). @foreach (var subpage in page.Children.Where("Visible")) <- Show all pages (including hidden)
Error when creating a document type
Hey guys,
I have downloaded and installed Umbraco, everything works fine, until I try to create a document type.
The following error shows up:
Server Error in '/' Application.
Invalid column name 'propertyEditorAlias'.
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 column name 'propertyEditorAlias'.
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.18447
Any help would be highly appreciated!
Hi MTEV and welcome to our :)
What approach did you take installing Umbraco? Did you consult the documentation?
What webserver and database are you using?
Please provide as much information as possible as it will be much easier to help you out then.
Cheers, Jan
Hi Jan,
Thank you for your reply!
I first installed Umbraco locally, which worked fine (I don't get the error there).
I then copied all the files to (shared Windows) webserver and restored the database (MSSQL).
Does that help, or do you need any additional information?
I also tried importing the DocumentType (from the local one) and got a NULL value error.
Thanks again,
Maikel
Hi Maikel
Ok, did you remember to change the connection string in your web.config on the server then?
/Jan
...also be aware that files in the /App_Data/TEMP/* folder should not be copied over - so you can delete all files from the underlying directories. Just don't delete any folders but just the files - however this has nothing to do with your initial issue - just a reminder for when we get your install up and running on your server.
Cheers, Jan
Yes, I did change the connection string.
I wanted to try to connect to the remote database locally and see if I got the same error, but it seems the server is down at the moment :(
I'll try this later and let you know how it turns out, thanks for the help so far Jan!
Hi MTEV
You're welcome...ok the server being down could be the issue, no? :)
Looking forward to hearing from you.
/Jan
Hey Jan,
The problem is solved, it turned out to be a server problem after all ;)
Thank you for your time and help!
Regards,
Maikel
Hi Maikel
Thanks for getting back to me - Happy to hear you got it solved :)
What was the specific issue? Care to share so others might learn if they see the same issue?
/Jan
Hey Jan,
I would be happy to, only problem is that I don't really know what went wrong.
The server went down (due to problems on the host's side), afterwards they performed a database restore and everything was working fine.
That and the fact that I couldn't find the exact error message anywhere online, makes me believe that the database was either corrupt or incomplete, but I might wrong here.
That's the best I can do, I hope it helps!
Thanks again,
Maikel
Hi Maikel
Aaah, did not realise it was a hosted solution. What host are you using? Just curious :)
/Jan
I (or rather the customer) is using ECS webhosting.
I have another question for you as well if that's ok (or should I open a new topic)? ;)
The checkbox for "hide in navigation" doesn't seem to change the Visible property (it remains true).
@foreach (var subpage in page.Children.Where("Visible")) <- Show all pages (including hidden)
is working on a reply...