You're right about the 404 errors, there are loads of them. Unfortunately my settings.py was already set DEBUG = True. There was no MODE flag and after I tried to add it myself the server refused to run.
On Monday, 17 December 2018 12:29:10 UTC, Vincent Meijer wrote: > > This looks like a static file issue. Can you see any errors in the console > (in Chrome this is under the menu More Tools -> Developer Tools (or ctrl + > shift + i). > This would happen if in *settings.py *you have the DEBUG setting to False > and/or MODE to PROD (I forgot which one it is). > > If you see lots of 404 errors in the console on e.g. javascript and css > files, it means that Django is refusing to serve them to you. > Switching back to DEBUG=True and MODE=DEV should fix that. > > Let me know if that helps! > Vincent > > On Mon, Dec 17, 2018 at 12:39 PM John Murphy <[email protected] > <javascript:>> wrote: > >> I'm trying to run Arches 4.3 installed on a DigitalOcean droplet (Ubuntu >> 16.04.4 x64, 4GB ram, 80GB disk) and I've loaded it with the Arches HIP >> sample package. Everything appears to have installed ok and the only change >> I needed to make to get things running was to change *settings.py* to >> include the servers IP address as I can't access localhost over ssh. The >> server is running ok but whenever I try to access the Search, Manage Data >> or Design pages the web page is covered with a transparent grey mask and I >> can't interact with it. I've tried accessing the site with Edge, IE 11, >> Chrome, Chromium and Firefox and it's appearing the same on all of them so >> it's not a browser issue. I'm pushing the envelope on my technical >> knowledge here so any advice would be greatly appreciated! >> >> Many thanks, >> >> John >> >> [image: Arches_issue.png] >> >> -- >> -- 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.
