我的magento安装托pipe在一个运行CentOS,Nginx,MariaDB和HHVM的VPS上,这个工作没有任何问题。
不过,我现在正在尝试为我的安装预先构buildRepoAuthoritative文件,因为我已经读过它可以提供额外的速度提升。 我尝试使用以下命令实现此目的: hhvm --hphp -thhbc -o /var/log/hhvm/ --input-dir /srv/www/my_magento_installation/
HHVM然后试图通过该文件夹重新find所有的PHP文件。 但问题是我得到的错误消息Unable to stat file /srv/www/my_magento_installation/example_file.php基本上每个文件安装Unable to stat file /srv/www/my_magento_installation/example_file.php文件。 之后创build一个hhvm.hhbc文件,但是它太小了,基本上从安装目录中缺less每个php文件。
我试图寻找这个错误,但我似乎无法find有用的东西。 我也加倍检查文件权限,文件确实存在。 预编译也无法为phpmyadmin和Piwik统计文件,而不仅仅是Magento。
所以我的问题是:为什么这个错误消息出现?