-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fatal Error using PHP7 #65
Comments
You want support or sth? |
After succesful installation I got a message that I needed to install PHP-Ice, so I had to compile the ice extension from source because Linux Mint did not have an ice package for PHP in the repository. In phpinfo() ice is listed and apparently working OK. Then I tried to load the MumPI page and the user/ and admin/ gave blank pages and this fatal error in the error log of Apache. I tried reinstall of MumPI, installation was successful, then redirect to user/ or admin/ gave a blank page again with the same error. |
Ubuntu 16.04 LTS does not provide the php-zeroc-ice package either. |
Ubuntu 16.04 packages Ice3.5, which uses slice2php to generate PHP classes from the ice definitions. The package Then,
For Ubuntu 16.10 the |
A generated file is provided in MumPI/classes/ for 1.2.x and 1.3.0snap. Commenting out the requirement for the PHP Ice extension, and the Ice.php include file, it still requires the Ice/SliceChecksumDict.php, which is missing. Even upon generating a new Murmur.php on 16.04. |
The slice2php doc describes slice inclusion. With the However:
|
Removing the SliceChecksumDict requirement, the Murmur.php file fails when trying to call So I guess the php extension is required after all. But not provided. What a hassle. |
ZeroC provides their own deb repo at |
The text was updated successfully, but these errors were encountered: