我已经成功地在ubuntu上安装了phabricator,但是当我注册admin user时,会出现空白页面。甚至我也尝试使用./bin/auth recover user恢复用户,但不起作用。它只显示登录页面,然后显示空白页面。即使我必须清除浏览器缓存才能再次看到登录页面。请帮帮忙。
发布于 2017-04-21 07:09:45
我将假定您的项目名称为my_project:
- sudo apt-get php-gd php-curl php-apc php-cli php-mbstring –y
- sudo chown -R www-data:www-data /var/www/html/my_project
- sudo systemctl restart apache2 发布于 2017-05-01 04:27:08
sudo apt-get install php7.1-gd
我之前安装了
sudo apt-get install php7.1php7.1-mbstring php7.1-curl php7.1-mysql
https://www.vultr.com/docs/how-to-install-and-configure-php-70-or-php-71-on-ubuntu-16-04
对于其他版本的PHP,也会有类似的包。
https://stackoverflow.com/questions/43276618
复制相似问题