Hi, I just had another related problem.
My colleague is missing /umbraco/plugins/seochecker/config/SeoChecker.config even after reinstall. Are we missing some part of the installation? (I noticed the config file is originally in the app_data/temp). Could our ignore file cause this (we use /config/)
Ignore file could be the problem indeed. The reason that it's in app_temp first is because you don't want to overwrite these files during install. So the installer only copies on new installation.
I've also had problems with this - the redirects folder was missing from my initial install (one minor version back). I tried upgrading to the latest version and it failed to install the majority of files to /AppPlugins and /AppData/TEMP (not sure about /umbraco - I didn't check that before overwriting).
All the files were present in the NuGet packages cache and manually copying them into the site fixed it. NuGet didn't report any issues, but I'm wondering if something failed and stopped it copying files?
I have a completely standard NuGet setup in this VS2013 solution - no custom rules at all.
Latest Nuget has missing files
Hi!
Latest nuget install exlcudes
\App_Plugins\SEOChecker\redirects
, and its files.This causes umbraco backoffice unresponsive, specially when logging in. Seems solved if I copy the missing files from another project.
Cheers!
HI Sean,
That is weird. Will check the built script for 1.9.2.
Thanks,
Richard
Cool!
Just FYI, my "latest nuget" is actually 1.9.1 if that's any help.
Cheers!
Hi, I just had another related problem. My colleague is missing /umbraco/plugins/seochecker/config/SeoChecker.config even after reinstall. Are we missing some part of the installation? (I noticed the config file is originally in the app_data/temp). Could our ignore file cause this (we use /config/)
Thanks!
Hi Sean,
Ignore file could be the problem indeed. The reason that it's in app_temp first is because you don't want to overwrite these files during install. So the installer only copies on new installation.
Hope this helps,
Richard
I've also had problems with this - the redirects folder was missing from my initial install (one minor version back). I tried upgrading to the latest version and it failed to install the majority of files to /AppPlugins and /AppData/TEMP (not sure about /umbraco - I didn't check that before overwriting).
All the files were present in the NuGet packages cache and manually copying them into the site fixed it. NuGet didn't report any issues, but I'm wondering if something failed and stopped it copying files?
I have a completely standard NuGet setup in this VS2013 solution - no custom rules at all.
Hi Geoff,
Copy takes place on first request in the browser. Then the items gets copied
Best,
Richard
Hmm - well, whenever they were supposed to be copied, they weren't!
is working on a reply...