After upgrading / patching a 4.7 setup to 4.7.2 as described on Codeplex I got some strange behaviours. Some of them are:
All XSLT macros fails.
When opening Umbraco I keep getting the install page (or an error if i remove the install dir)
When the Umbraco user signs out it returns this MySQL error: "check the manual that corresponds to your MySQL server for the right syntax to use near 'WHERE CONTEXTID = [a GUID]' at line 1 ".
Can you access the xslt files from the Umbraco backoffice or do they throw a yellow screen?
Regarding the install dir issue, have you tried looking in the web.config file to see if the version number has been changed to 4.7.2? You should look for this settings: <add key="umbracoConfigurationStatus" value="4.7.2" /> - if it's empty or says 4.7 try chaning it to 4.7.2 - that should get rid of the install screen. Remember to delete the install dir afterwards.
I'm not sure about the last error - don't know if there perhaps is a bug with Umbraco and MySQL in v. 4.7.2...
Looking forward to hear about your progress and findings.
Issue after upgrading from 4.7 to 4.7.2
Hi all
After upgrading / patching a 4.7 setup to 4.7.2 as described on Codeplex I got some strange behaviours. Some of them are:
"check the manual that corresponds to your MySQL server for the right syntax to use near 'WHERE CONTEXTID = [a GUID]' at line 1 ".
Hi Ivan
Can you access the xslt files from the Umbraco backoffice or do they throw a yellow screen?
Regarding the install dir issue, have you tried looking in the web.config file to see if the version number has been changed to 4.7.2? You should look for this settings: <add key="umbracoConfigurationStatus" value="4.7.2" /> - if it's empty or says 4.7 try chaning it to 4.7.2 - that should get rid of the install screen. Remember to delete the install dir afterwards.
I'm not sure about the last error - don't know if there perhaps is a bug with Umbraco and MySQL in v. 4.7.2...
Looking forward to hear about your progress and findings.
/Jan
is working on a reply...