AoWoW is not currently working with php version 7.
Probably because of DbSimple that is currently used. It relies on old mysql_ functions that were deprecated and removed in php 7.
Solution could be using quite compatible mysqli_ functions instead or switching to another db interface.
AoWoW is not currently working with php version 7. Probably because of DbSimple that is currently used. It relies on old
mysql_
functions that were deprecated and removed in php 7.Solution could be using quite compatible
mysqli_
functions instead or switching to another db interface.