I just found Plogger. It seemed to be the best choice for my site, after many other galleries were tried. I'm relative new to php, but I managed to install it with no problems. When I have integrated the 3 lines of code in my site page, the problem occured: If I access the mysite/plog/ page directly, everything works fine. When I access mysite/plog/mypage.php, when I get to the large image, it shows me just the small rectangle where it should load. If I click it, it sends me to the correct picture, and opens the correct jpg. The only problem, as u can see, is the missing large picture. Any suggestions? I have tried every solution posted on this forum, but nothing worked (solutions related to changing the path of the images folder in the plog-functions.php ). Please help.
I had the same probs after installation along with other nasty bits. I had a look in the code and after opening the file /plog-functions.php and changing the line 1966
Thanks, Strimpa! But that line you reffer to says, in my case : return (!empty($config['allow_fullpic'])) ? '../plog/images/'.SmartStripSlashes($GLOBALS["current_picture"]["path"]) : "#"; I replaced it with the one u said but the same result. Just to show u the problem more clearly: http://www.iubimnatura.org/plog/default.php - This is the page including plogger (the one with the problem) http://www.iubimnatura.org/plog/ - This is just plogger Please, need a solution. Plogger fits perfecly with my needs, don't wanna change it just because of this little thing. What am I missing?
Thanks for all your replies. Ardamis, i don't see an extra slash when I open the gallery. Just one. Everywhere. How exactly do I restart the server, joebrown? Where do I type that text?