![]() |
|
Problem with viewing galleries - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Problem with viewing galleries (/thread-1203.html) |
Problem with viewing galleries - rustyjapikse - 2007-02-25 Help, I have a problem with a previously solid installation of Zenphoto (1.03). I can view my main gallery page (http://www.japikse.com/photography/) but I cannot view any albums. However, I can view all of the administrative pages (http://www.japikse.com/photography/zen/) This previously happened once and went away on its own. This time the problem does not appear to be self resolving. I tried switching themes and still had the same problem. This account is on dreamhost and I am using php 5.1.2 without mod_security (just removed per some google inspired idea). I would be grateful if someone could help me figure out how to fix this problem. I know python but know nothing about php. Thanks! Problem with viewing galleries - trisweb - 2007-02-25 The blank gallery problem.... hmm... it's come up before and someone found out how to fix it. It was this: http://www.zenphoto.org/support/topic.php?id=904&replies=9 But I don't think that's the problem... This is where your HTML ends: Home ยป Problem with viewing galleries - trisweb - 2007-02-25 OK, if you're willing to try some stuff, we're going to make some changes to
Then come back and let me know what that did... Problem with viewing galleries - rustyjapikse - 2007-02-27 Thanks for the info. I made the changes to functions-db.php and ai also verified that everything was ok per the other thread. I am seemingly still at the same place - any ideas? Problem with viewing galleries - trisweb - 2007-02-27 So you are... very very very strange... seems like it's exit()ing prematurely, but I don't know why. If you know kinda what you're doing, go through the code and delete every reference to (Or if you want, I'd love to do that for you and give you a custom version to test...) Problem with viewing galleries - rustyjapikse - 2007-02-28 Thanks, Problem with viewing galleries - trisweb - 2007-02-28 First I'm going to have you upgrade to the new version that'll come out tomorrow. We'll see if that does it. Then I'll start on the custom debugging code... Problem with viewing galleries - rustyjapikse - 2007-03-02 Thanks! Everything is working great again. Also, I never took the opportunity earlier, but thanks for great software (even if it's not in python!). Problem with viewing galleries - trisweb - 2007-03-02 Ha! I wish it [i]could[/i] be in Python! The bottom line is that it's most useful to the most number of people if written in the most popular language with the most widespread server support. It's a sad truth, but PHP is it, and PHP4 at that. So I try to do PHP4 as elegant as humanly possible... it's not alright I guess... :-) Problem with viewing galleries - trisweb - 2007-03-02 Oooh, and 1.0.8.1 fixed your problem? Excellent :-) Hopefully it doesn't come back. Let me know if it does... |