Fedia.io is sort of like she Ship of Theseus right now - I literally replaced nearly everything trying to get it back working.

The problem ended up being a silent out of memory error that php-fpm was running into. I had to increase the memory limit to about 10x what the docs require to get it to work, but once I did that, it works great.

I was only able to sort this out after @bentigorlich recommended I move the site to debug mode (which requires me to lock everyone else out). Once I did that, it started giving some useful errors.

My apologies for the amount of time it took to fix this. I learned a lot about php today.

  • vaguerant@fedia.io
    link
    fedilink
    arrow-up
    4
    ·
    2 days ago

    Do you have any insight into why it’s so much more memory-hungry than the docs indicate? Is that a problem on its own, or just normal and accepted behavior for Mbin?

    • jerry@fedia.ioOPM
      link
      fedilink
      arrow-up
      6
      ·
      2 days ago

      I don’t know yet - it’s definitely not expected, so my guess is an unintentional bug in mbin somewhere. I am hoping to find a way run a profiler or something similar to see what it’s doing.