During the weekend, the server administrator at my host SDF moved half the hosted sites, including mine, over to another server, Gronland. This caused my gallery installation to mysteriously start working again! I still have no idea what caused the error, so unfortunately I cannot help those still stuck with a non-funtioning Gallery on the old server, Otaku, even though I would like to…
I’ve also looked over my PHP code after a part of my code caused the web server to hang. For instance, I’ve changed my use of include()
to include_once()
, and also do some checking if the file exists before I try to include it. Hopefully this will prevent these problems occuring in the future.