-
Notifications
You must be signed in to change notification settings - Fork 16
blank setup page #60
Comments
Can you provide a
|
I don't use Docker unless Dockerfile is something else.
I pretty much have a vanilla OS installation (that's clean FreeBSD jail with just a few packages installed):
php.ini is basically a template php.ini-development file (I set date.timezone=UTC in it):
|
Here is what an example of what PHP isntallation usually end up looking like after installing a bunch of extensions:
Note, that it is a copy of a different jailed installation. NOT system in trouble. |
Please install |
I am surprised that we are guessing in here instead of turning on logging and looking at the error. It is one of the few PHP projects I run into that eats exceptions completely. I have never worked with Yii, so I have a few questions. |
I have updated main ./index.php and restarted php-fpm. There does not seem to be much difference. Here is what I see:
There is nothing to report in nginx-error log. There is nothing to report in php-fpm.log. I go to /index.php and the response in Chrome browser: /index.php?r=setup Status Code:200 OK Response Headers as reported by Chrome: Connection:keep-alive |
My search for index.php found more than one. Should I update some other one? List:
|
nginx configuration
With that nginx forwards request to jail's port 9000. While I have all PHP apps running like that, It is possible that my fastcgi configuration is incorrect. It is always different for different apps. |
to your |
There are no log files in ./protected/runtime Initially I tested that init.php by writing log line on file entry and I got convinced that file is being executed. I have no problem with current troubleshooting pace. |
I have installed latest release of the project and got a blank page. I enabled debugging in index.php file, but it does not appear to help much.
Do you have a recommendation on how to locate the issue?
My setup is a bit different that usual:
The main consequence is the jailed environment and clean PHP installation. I found that most projects don't track correctly their PHP dependencies. That usually results in error reporting of missing PHP functions related to php mbstring and other extensions. Unfortunately, this time I get no errors reported and a blank page is rendered.
Any ideas?
The text was updated successfully, but these errors were encountered: