Hi Alexei, I was able to finally fix the website by updating our Apache 000-default.conf file to reflect the WSGIDaemonProcess arches python-path= /home/ubuntu/Projects/crip:/home/ubuntu/Projects/*ENV2* /lib/python2.7/site-packages to point to the new ENV2 that I created, which contains the update. Hence the reason why the website was not working properly after the upgrade and patch, even though I did collectstatic twice.
I think this should be noted on the documentation too, especially if there were a lot of virtual environments set up and you're using Apache for your production server. All good now. Will update our production server in a bit. Thanks a lot! Regards, Joel On Friday, November 20, 2015 at 3:32:35 PM UTC+8, Alexei Peters wrote: > > Hi Joel, > I don't think collectstatic worked, because I can still see a reference to > the old knockout.js version (it's currently supposed to be 3.3.0). > You might try running collectstatic with the "-c" option which will clear > the existing files first. > Give that a shot. > Cheers, > Alexei > > > Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 > > On Thu, Nov 19, 2015 at 11:26 PM, Joel Aldor <[email protected] > <javascript:>> wrote: > >> Hi Alexei, >> >> Did that collectstatic command too before this issue was posted. >> >> I'll check as well if I need to update my apache config file since I >> switched to a separate virtual env when I upgraded to this version, >> although I'm not sure if it has to do with the issue. What do you think? >> >> Joel >> >> -- >> -- To post, send email to [email protected] <javascript:>. To >> unsubscribe, send email to [email protected] <javascript:>. >> For more information, visit >> https://groups.google.com/d/forum/archesproject?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Arches Project" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
