-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workerman run in hhvm file not found #12
Labels
Comments
hhvm --version HipHop VM 3.4.2 (rel) |
请使用3.x版本吧,3.x版本对hhvm支持的更好些 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
debian 7 安装了hhvm 运行 workerman 的时候,报出大量的文件找不到。如下:
Fatal error: Class undefined: Lib\StoreDriver\File in /mnt/hgfs/d/php/workerman/applications/Demo/Lib/Store.php on line 60
Worker[BusinessWorker:57934]:WORKER EXIT UNEXPECTED File not found: /mnt/hgfs/d/php/workerman/applications/Demo/Config/Store.php in on line -1
Fatal error: Class undefined: Lib\StoreDriver\File in /mnt/hgfs/d/php/workerman/applications/Demo/Lib/Store.php on line 60
Fatal error: Class undefined: Lib\StoreDriver\File in /mnt/hgfs/d/php/workerman/applications/Demo/Lib/Store.php on line 60
Fatal error: Class undefined: Lib\StoreDriver\File in /mnt/hgfs/d/php/workerman/applications/Demo/Lib/Store.php on line 60
Worker[BusinessWorker:57953]:WORKER EXIT UNEXPECTED Class undefined: Lib\StoreDriver\File in on line -1
Worker[BusinessWorker:57938]:WORKER EXIT UNEXPECTED Class undefined: Config\Store in on line -1
Worker[BusinessWorker:57957]:WORKER EXIT UNEXPECTED Class undefined: Config\Store in on line -1
Worker[BusinessWorker:57962]:WORKER EXIT UNEXPECTED Class undefined: Lib\Store in on line -1
Worker[BusinessWorker:57954]:WORKER EXIT UNEXPECTED Class undefined: Config\Store in on line -1
Worker[BusinessWorker:57959]:WORKER EXIT UNEXPECTED Class undefined: Config\Store in on line -1
Worker[BusinessWorker:57966]:WORKER EXIT UNEXPECTED Class undefined: Lib\StoreDriver\File in on line -1
Worker[BusinessWorker:57964]:WORKER EXIT UNEXPECTED Class undefined: Lib\StoreDriver\File in on line -1
Worker[BusinessWorker:57951]:WORKER EXIT UNEXPECTED Class undefined: Config\Store in on line -1
Worker[BusinessWorker:57939]:WORKER EXIT UNEXPECTED Class undefined: Config\Store in on line -1
Worker[BusinessWorker:57971]:WORKER EXIT UNEXPECTED Class undefined: Lib\StoreDriver\File in on line -1
Worker[BusinessWorker:57980]:WORKER EXIT UNEXPECTED Class undefined: Lib\StoreDriver\File in on line -1
^C
The text was updated successfully, but these errors were encountered: