mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #192] ViMbAdmin and PHP 7 #151
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luckyjay on GitHub (May 31, 2016).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/192
Hi, I recently updated a system to Ubuntu 16, which brought along PHP 7. This caused some heartburn with ViMbAdmin. I am running 3.0.10, unsure if a newer version would help though.
There were two things I had to change to make it work:
@barryo commented on GitHub (Jun 4, 2016):
Hi,
to test this I finally rolled a Vagrant environment for ViMbAdmin:
https://github.com/opensolutions/ViMbAdmin/wiki/Vagrant
Works with:
apt install php-memcacheAlso works with latest Doctrine updates (run
composer update).Thanks,
Barry