plz check it out http://www.hotwallpaperz.com/wallpaperz/ Coppermine Photo Gallery installed here. wht is this erro... any idea?
site doesn't even load for me. i suspect you didn't even get the installation to work. 1. did you install it in the right folder?
If I were you, I would search the source code for a phrase like -- echo "Fatal error:"; -- and see what it is trying to do. It happens quickly, so it is probably right at the start of the script. I would not be surprised if it is when it tries to initialize access to its database section.
Hmmm i was installed the gellary 2 months ago. till few days before every thing was fine. but one day when i open the site i just saw the Fatal error.
open the file index.php in your root and add this code to the top (right after the php tag): ini_set('display_errors', true); error_reporting(E_ALL); and tell us what you see...