I haven't visited my own gallery for a couple of weeks and when I did today, all I got was text "goop". The Album List page, which is my home page for the gallery, was not accessible. I managed to get into the admin site by going directly there by URL and could log on - everything on the admin side works, but not the front end. Here is the link to see for yourself:
http://kurucz.ca/gallery
Nothing has changed on my whole web site, much less the gallery, in the 2 weeks since I left it working perfectly. What can I do about this? I obviously don't want to lose all my photos...
I am running version: 1.3.2
Thanks,
Paul Kurucz
Could you please try the following test to see if php is working on the server? Create a file and in it put:
<?php
echo 'PHP works';
?>
upload and access it via a browser.
If it works, all you should see is:
PHP works
Thanks for replying. Yes, php is working:
http://kurucz.ca/test.php
- Paul
Upon closer examination, the other files in your gallery are ok. Your photos are also ok. Seems like the index.php file is corrupted. You should upgrade to 1.3.3 anyway so please replace the installation files with the latest version and that should fix the problem.
Thank you! The upgrade to 1.3.3 has fixed my index.php file and the public end of the gallery works fine now. :) :) :)
- Paul