Jump to content

Lorenzo Aiello

Friends
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Lorenzo Aiello

  1. Solved. Turns out my own mucking with the "conf_global.php" was my demise. Not sure what, or how it happened, but it was missing the "installed" key in $INFO array. Setting it with a true bool value fixed the issue. 🤦‍♂️
  2. I've searched the forums but I'm having trouble finding the answer I'm looking for, and I realize I'm doing something that isn't really supported. How does IPS know when the install is "finished"? Is there a lock file or something put somewhere? For context: I'm trying to bake a docker container with IPS in it (Cache in Redis, Filesystem in S3, so it shouldn't need any persistent local storage...in theory). I can run the installer successfully, but as soon as I restart the container with the generated "conf_global.php" included/mounted, it shows me this: I've tried running "find . -type f -printf "%C@ %p\n" | sort -rn | head -n 50" to see what files it's recently manipulated after an install, but I'm not seeing anything interesting.
×
×
  • Create New...