Is there a way to use elgg 1.8.x or elgg 1.9.x with PHP 7. I was trying it out, and I was getting a "Missing MySQL extension" error, which has been deprecated in PHP 7
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Cim@manacim

Cim - 0 likes
- rjcalifornia@rjcalifornia

rjcalifornia - 0 likes
- iionly@iionly

iionly - 0 likes
- rjcalifornia@rjcalifornia

rjcalifornia - 0 likes
You must log in to post replies.Isn't it the php7 mysqli extension?
@cim
Not really. Elgg 1.8x, elgg 1.9x and even some versions of 2.x are not compatible with PHP 7 because of that "missing mysql extension" error.
Elgg 2.3 is the first Elgg version compatible with PHP 7. Elgg 2.3 is also the only Elgg version compatible both with PHP 5 and 7. Everything before Elgg 2.3 works only with PHP 5 and Elgg 3 only works with PHP 7.
Talk about bad luck. Anyways thanks for clarifying this.