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.

    • jerryOPM
      arrow-up
      0
      arrow-down
      0
      ·
      11 days ago
      link
      fedilink

      thank you again for your help! I was at the end of my rope and you gave me the idea that solved it

  • vaguerant
    arrow-up
    0
    arrow-down
    0
    ·
    10 days ago
    link
    fedilink

    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?

    • jerryOPM
      arrow-up
      0
      arrow-down
      0
      ·
      10 days ago
      link
      fedilink

      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.