Quote from: sottwell at Aug 15, 2014, 02:24 AMHow did you update the files? This sounds like missing or corrupted files. Try uploading the entire .zip archive and unzipping it on the server, moving the files into place, and run setup again. Or you could try this script and let it handle the upload and extracting of the files.
https://github.com/sottwell/installer
I did my upgrade the way I usually do it:
SSH login on the webserver and then command line for the following:
- download package using wget
- unzip package into a temp folder
- copy the content of the unzipped folder to my modx install
and then run the setup from my Internet browser
Now, as I mentioned, I ended up with errors.
I tried the re-install -> no luck
I downloaded the package locally and uploaded via SCP -> still no luck
I then went to every single cache or temp files/folders I could find (on the webserver, in db, in Internet browser...) and clear them all,
then didn't get a chance to go back to it for a day or two (blessed are the week-ends!)
and yesterday... it worked (?!?!)
So not sure what made it worked... but it is OK now...
Seems like a cache or temp file somewhere but obviously not my browser's cache or /core/cache as I had clean them before without fixing my issue.
I'm a bit puzzled, happy but puzzled...
Thanks for your help anyway!