folderblog
What is folderblog?
Folderblog is a free PHP script that automatically displays the images placed in a given directory, no database needed. It can be used as a blog or gallery — and anything in between.

» demo blog   » learn more   » download now

Discussion
blank page(back to index)
Hi all!
I installed folderblog 3b15 and created the directories with the right permissions. Without pictures, I get a webpage telling me to upload pictures but after doing that I only get a blank webpage without content.
Am I doing anything wrong?

p.s. I´m not running PHP-as-CGI

Best regards!
posted by nickname on 15 Jul 05 at 5:36 PM
Make sure that your template files are installed/named correctly. Do you see anything when you view the source of the page? Do you have a link to your install?
posted by donald on 15 Jul 05 at 5:46 PM
I haven´t played with the templates, yet. I´m still using the default settings..
The source gives me just this:

<html><body></body></html>
posted by nickname on 15 Jul 05 at 5:53 PM
Hey Nickname - what's the URL for that installation?
posted by Zach on 15 Jul 05 at 5:56 PM
http://album.skizofrenik.org

p.s. I´ve renamed fb.php to index.php, so..
posted by nickname on 15 Jul 05 at 6:09 PM
It looks like your template_main.php has no output. Try re-uploading the default file?
posted by donald on 15 Jul 05 at 6:17 PM
I´m using the default file..
Only renamed fb.php. By the way, does fb works with php 5?
posted by nickname on 15 Jul 05 at 6:39 PM
For giggles, try uploading a fresh copy without renaming it.
posted by Zach on 15 Jul 05 at 7:03 PM
Also, make sure you have a photos directory and the rest of the initial requirements listed her e
posted by Zach on 15 Jul 05 at 7:22 PM
Renaming it shouldn't make a difference. If you've uploaded the default template_main.php, I have one other suggestion:

The default PHP5 install halts the script and doesn't echo any errors, but prints them to an error log. Check your error log (e.g. a file in your fb directory called "error_log") and tell us what sorts of messages you're getting.

Alternatively, if you have access to your php.ini change the line:
display_errors = Off
to
display_errors = On
posted by donald on 15 Jul 05 at 7:25 PM
(You may also be able to do this by adding
ini_set("display_errors","On");
at the start of your fb.php file (immediately after the <?php).
posted by donald on 15 Jul 05 at 7:26 PM
I think I have a problem with PHP..

PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2048 bytes)

I could have checked this in the first place, but..
posted by nickname on 15 Jul 05 at 7:59 PM
Ok, problem solved! Why didn´t I looked at the error.log in the first place??
Raised the memory_limit to 16M in php.ini and everything works ok now.
Thks a lot, guys!
posted by nickname on 15 Jul 05 at 8:27 PM
I need some help with my Fb3 installation. It's not allowing me to upload images, nor post captions! Any help is appreciated!

http://talkingtree.org/photoblog2/index.php/post
posted by Nate on 15 Jul 05 at 9:30 PM
Post a Reply:

Name:    Remember me
URL:    
(include http:// or mailto:)
(back to index)