Gallery 3

From Elch-Wiki
Revision as of 16:51, 7 January 2017 by Roman (talk | contribs) (Created page with "Even though [http://galleryproject.org/ Gallery 3] is in hibernation, I am still using it. After upgrading my system to PHP 7, it just stopped working. After some debugging,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Even though Gallery 3 is in hibernation, I am still using it.

After upgrading my system to PHP 7, it just stopped working. After some debugging, I found that I had it configured to use MySQL via the classic "mysql" driver. However, this is no longer part of PHP. So I had to change the file "var/Database.php" to use 'type' => 'mysqli' instead. Now it works again. :)