thibaud-rohmer / PhotoShow

A free web gallery in PHP with drag-n-drop support
http://www.photoshow-gallery.com
502 stars 151 forks source link

Site stops loading #299

Open jeffreyklee opened 8 years ago

jeffreyklee commented 8 years ago

My PhotoShow site works OK, but eventually fails to load, i.e.:

At the point when the site no longer loads, each load attempt generates errors like this:

2015-09-01 23:40:32: (mod_fastcgi.c.2676) FastCGI-stderr: PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity "/home/PhotoShow/Generated/Thumbs//Bethlehem May 2009/.rights.xml" in /var/www/PhotoShow/src/classes/Judge.php on line 150 PHP Fatal error: Call to a member function children() on a non-object in /var/www/PhotoShow/src/classes/Judge.php on line 154

Restarting the web server (lighty) allows the site to start loading correctly again. Until it doesn't.

Any ideas what the problem may be?

FWIW, errors like the following are also thrown whenever a full size image is opened (successfully):

2015-09-01 23:36:49: (mod_fastcgi.c.2676) FastCGI-stderr: ERROR/Provider::image path: does not exist, using /home/PhotoShow/Photos/Mexico Feb 2012/P2110347.JPG

Don't know if these errors are related.

Thanks!