| [04:00:08] | * shane_aldrich[m] has quit (Quit: You have been kicked for being idle) |
| [04:00:08] | * oliverp44[m] has quit (Quit: You have been kicked for being idle) |
| [12:03:48] | <symbioquine[m]> | farmOS dev call is on now if folks are interested: https://meet.jit.si/farmos-dev |
| [13:41:13] | <mstenta[m]> | Does anyone want to be a mentor for participants of this hackathon that GOAT and the Organic Center are organizing? https://www.organic-center.org/hackorganic |
| [13:41:27] | <mstenta[m]> | Feb 24 – Feb 26 |
| [13:41:33] | <mstenta[m]> | > The time commitment would be low – you’d listen to pitches and updates from teams periodically during the hackathon, and then provide them feedback (we’ll give you a form to put your feedback in). |
| [16:31:17] | * farmBOT has joined #farmos |
| [17:26:51] | <MarcosCarballal[> | ACTION uploaded an image: (53KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/MLhsKbJabyR... > |
| [17:26:55] | <MarcosCarballal[> | Managed to get apache serving FarmOS... But it shows up as just HTML. No CSS. I think it is quite close here, but if this kind of display is symptomatic of a particular issue that you have encountered before, some hints would be awesome. |
| [17:29:00] | <mstenta[m]> | Huh. I would check the Network tab of the browser's dev tools to see if there are any clues there... it will show all requests being made (including for CSS files) and if there are any server errors in those. |
| [17:29:24] | <mstenta[m]> | My guess is it's trying to access CSS files, but something is preventing those from being served properly. |
| [17:29:32] | <MarcosCarballal[> | "because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled." |
| [17:29:46] | <MarcosCarballal[> | ACTION uploaded an image: (32KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/VEQvOHSeVKP... > |
| [17:31:00] | <mstenta[m]> | Hmm maybe https://stackoverflow.com/a/50668792/5365545? |
| [17:31:02] | <mstenta[m]> | > The usual reason for this error message is that when the browser tries to load that resource, the server returns an HTML page instead, for example if your router catches unknown paths and displays a default page without a 404 error. Of course that means the path does not return the expected CSS file / image / icon / whatever. |
| [17:31:27] | <mstenta[m]> | You said you're using Apache? Maybe it's an Apache config issue? |
| [17:32:44] | <MarcosCarballal[> | It definitely seems like it is related to apache... I will pick Peter's brain about it, he knows Apache quite well |
| [17:32:53] | <mstenta[m]> | ok! |
| [17:32:53] | <MarcosCarballal[> | Thanks for the lead |
| [17:33:01] | <mstenta[m]> | just found this as well, might be helpful: https://computingforgeeks.com/install-and-configure-drupal-on-centos-rhe... |
| [17:33:14] | <mstenta[m]> | (Drupal 8 and Drupal 9 are similar enough) |
| [17:33:55] | <mstenta[m]> | the virtual host configuration is probably the most important |
| [17:34:01] | <mstenta[m]> | ACTION sent a code block: https://libera.ems.host/_matrix/media/r0/download/libera.chat/333100e6cc... |
| [17:34:17] | <mstenta[m]> | just copying and pasting from that blog - not an endorsement :-P |