02-01-2018, 03:34 AM
Sure thing. Also, before I get bogged down in the details, thanks for US. I rappreciate what you've put together here.
I have several personal domains with a commercial web hosting company. One of those is set aside as a 'smoke' environment, think of it as pre-production. Code is real. Data is not. That's where, I believe, that I ran into the problem. The local path to the session dir (/var/php_sessions) was more or less right but the canonical path was very different (/mary/had/a/little/lamb/iliketacos/var/phpsessions). I think the system was just confused by this.
Anyway, the environment for that server is:
- OS: Debian
- PHP: 7.1.1
- MySQL: 5.6.32
Let me know if there is anything I can do to help out. Thanks again for the great little jumpstart framework.
Code:
env
I have several personal domains with a commercial web hosting company. One of those is set aside as a 'smoke' environment, think of it as pre-production. Code is real. Data is not. That's where, I believe, that I ran into the problem. The local path to the session dir (/var/php_sessions) was more or less right but the canonical path was very different (/mary/had/a/little/lamb/iliketacos/var/phpsessions). I think the system was just confused by this.
Anyway, the environment for that server is:
- OS: Debian
- PHP: 7.1.1
- MySQL: 5.6.32
Let me know if there is anything I can do to help out. Thanks again for the great little jumpstart framework.