Missing entry in umbracoNode table after upgrade to 4.5.x with MySQL
There seems to be a
missing entry in the table unmbracoNode for the media "Recycle Bin"
id=-21 when upgrading to 4.5 and 4.5.1 and MySQL database is used.
The result is a NullReference exception in the event viewer and a missing media tree after upgrade.
I have made the upgrade on my laptop which uses sql express without any problems and the entry does exist in the table.
I can run the command, however I dont know the correct values for the columns, and I know that one of the columns is keyed to another table and I'm not sure which.
I was kind of hopping someone from umbraco would paste here the correct insert into... for a quick solutions.
Missing entry in umbracoNode table after upgrade to 4.5.x with MySQL
There seems to be a missing entry in the table unmbracoNode for the media "Recycle Bin" id=-21 when upgrading to 4.5 and 4.5.1 and MySQL database is used.
The result is a NullReference exception in the event viewer and a missing media tree after upgrade.
I have made the upgrade on my laptop which uses sql express without any problems and the entry does exist in the table.
Any quick solution? like INSERT INTO ?
Thanks,
Gal
Anyone from Umbraco???? Any clue???? Any Help?????
Have you tried just inserting the row in mysql?
I can run the command, however I dont know the correct values for the columns, and I know that one of the columns is keyed to another table and I'm not sure which.
I was kind of hopping someone from umbraco would paste here the correct insert into... for a quick solutions.
Regards,
Gal.
These are the vaues from my SQL server DB. Just checked all the other tables, and couldn't find any other reference to id -20
I'd try backing up your DB, and adding the above values and see if that fixes it for you.
Matt
is working on a reply...