Hi Dale, it sounds like you may have to continue to the next step in the production documentation after all, https://github.com/archesproject/arches/wiki/Basic-Production-Configuration#handling-static-files. Could you try that out and let me know how it goes? I think your issue may have to do with the static url and apache not interpreting Django's urls correctly. I really don't know why that would be different for 4.1 from 4.0, but perhaps those plugins which are showing errors are referenced in the codebase in a different manner than the other plugins...
One other note, related to your last post, I need to fix the link in the docs so that the dependency installation link goes to https://github.com/archesproject/arches/tree/stable/4.1.x/arches/install instead of the master branch. Also, please note, the docs you should be using are arches4.readthedocs.org/en/*stable*, as opposed to /*latest*. Stable is (and will alw bays be) docs for the latest stable release (i.e. released to pypi) version of arches, where /latest is built directly from the archesproject/master branch. I'll address this in your other post as well. Adam On Tue, Feb 6, 2018 at 9:53 AM, Dale Lloyd <[email protected]> wrote: > I was able to serve Arches 4.0 with Apache, but cannot get a fresh install > of Arches 4.1 to work correctly with Ubuntu 16.04. > > I ran the dependency install script, > <https://github.com/archesproject/arches/blob/master/arches/install/ubuntu_xenial_setup.sh>then > installed Arches by following the instructions here > <https://arches4.readthedocs.io/en/latest/installation/#installation>. I > then followed the Serving Arches with Apache instructions here > <https://github.com/archesproject/arches/wiki/Basic-Production-Configuration#serving-arches-with-apache> > . > > When I try to access the site with a web browser, I get text but no > pictures. The apache error log shows: > > [wsgi:error] Not Found: /media/plugins/style-switcher.js > [wsgi:error] Not Found: /media/plugins/revolution-slider.js > [wsgi:error] Not Found: /media/plugins/one.app.js > ... > > The files are present in /home/user/Projects/ENV/lib/ > python2.7/site-packages/arches/app/media/plugins/ and the issue occurs > even if the permissions on this folder are set to 777. > > Advice greatly appreciated. > > > -- > -- 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. > -- -- 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.
