Gallery 3: Difference between revisions

From Elch-Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 3: Line 3:
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. :)
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. :)


= Mixed Content =
=== Mixed Content ===
Das Modul exif_gps hat für Markercluster ein http:// auf Code von Google fix codiert. Darum in "modules/exif_gps/js/markerclusterer_compiled.js" das http:// auf https:// geändert. Jetzt kein Mixed Content mehr.
Das Modul exif_gps hat für Markercluster ein http:// auf Code von Google fix codiert. Darum in "modules/exif_gps/js/markerclusterer_compiled.js" das http:// auf https:// geändert. Jetzt kein Mixed Content mehr.

Latest revision as of 17:01, 7 January 2017

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. :)

Mixed Content

Das Modul exif_gps hat für Markercluster ein http:// auf Code von Google fix codiert. Darum in "modules/exif_gps/js/markerclusterer_compiled.js" das http:// auf https:// geändert. Jetzt kein Mixed Content mehr.