Version: 2.0.7, by calorie
Developer Last Online: Nov 2023
Category: Major Additions -
Version: 3.7.x
Rating:
Released: 11-22-2005
Last Update: 11-06-2010
Installs: 1560
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
PhotoPlog: The Lite Gallery
PhotoPlog Lite is a gallery script for GIF, JPG, and PNG images. PhotoPlog Lite comes with categories, permissions, comments, search, moderation. The installation takes care of phrases, templates, tables, etcetera. Just follow the README.txt file for installation.
There is a license agreement that I request that you abide. Thanks!
Fine Print: see license agreement, no redistribution, copyright retained in full, right reserved to uncheck support box.
Requirements: vB 3.5.0+ (development initially based on having vB 3.5.4 though vB 3.6.0+ and vB 3.7.0+ should be okay, but not every version was personally tested) and MySQL 4.1+ (development based on having MySQL 4.1+ though MySQL 3+ may be okay, but not every version was personally tested) and PHP with GD2 and Safe Mode off
Does it work on vB 3.5 and vB 3.6 and vB 3.7? Yes, it should. See the requirements. Also, there are two product XML files, one for vB 3.5 and one for vB 3.6/3.7, so import the one that matches your vB version.
Note on Official Support: With 70 some pages, assuming 15 posts per page, and over 1000 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.
All support requests, except perhaps for proven bugs, may be ignored if posted in this thread.
Comments, suggestions, etcetera are welcome, but please note that further modifications are not being planned, as this is intended as the final release of the lite series.
Fun Fact: PhotoPlog Lite v.2.0.6 had 4330 downloads plus 2262 downloads prior to CSRF protection plus 3031 downloads as of 06 Nov 2010!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
You may need to start from scratch. It sounds like you skipped a step during installation. I think maybe your file path needs to be correct before you install and not after.
Hi, Iam looking forward to using this I only have one problem.
Iam getting this error.
Quote:
Warning: chdir(): No such file or directory (errno X) in /home/wherever/public_html/photoplog/settings.php on line X
Warning: main(./global.php): failed to open stream: No such file or directory in /home/wherever/public_html/photoplog/settings.php on line X
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wherever/public_html/photoplog/settings.php on line X
I read how to fix it buy I really dont understand what you mean by run this script. How would I go about doing this "running the scrip"?
Quote:
It means that the full path set in the PhotoPlog config file is incorrect. Run this script in your main forum directory to help determine the correct path.
Hi, Iam looking forward to using this I only have one problem.
Iam getting this error.
I read how to fix it buy I really dont understand what you mean by run this script. How would I go about doing this "running the scrip"?
Please Help:erm:
"This script" is the file content he gives you right after that.
Quote:
Originally Posted by calorie
Onscreen Error
Code:
Warning: chdir(): No such file or directory (errno X) in /home/wherever/public_html/photoplog/settings.php on line X
Warning: main(./global.php): failed to open stream: No such file or directory in /home/wherever/public_html/photoplog/settings.php on line X
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wherever/public_html/photoplog/settings.php on line X
It means that the full path set in the PhotoPlog config file is incorrect. Run this script in your main forum directory to help determine the correct path.
Code:
<?php
echo getcwd();
?>
Take that code and save it as a PHP file. Name it whatever you want. Then upload it to your forum's root directory. Then navigate to that file in your web browser. It would look something like www.yourforum.com/whatever.php or www.yourforum.com/forums/whatever.php, depending on where your forum directory is located, and, of course, whatever your chose to name the file.