spacepoet Posted December 5, 2010 Share Posted December 5, 2010 Hello: I am trying to find a free PHP photo gallery that I can use for a site, Since PHP is very new to me, I wanted to see if anyone knows of a good one that will allow a person to login via an admin panel, and upload photos. Or, create multiple galleries. Something that's simple and easy to install or configure. I have been trying to use this one: http://phpsandbox.org/2010/07/28/phpgallery/ but I keep getting errors trying to install it. Can anyone help me out? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/220773-free-php-photo-gallery/ Share on other sites More sharing options...
gizmola Posted December 5, 2010 Share Posted December 5, 2010 There's lots out there, you just need to google. This is an oldie but goodie --- lots of functionality, used by many people. http://coppermine-gallery.net/ Quote Link to comment https://forums.phpfreaks.com/topic/220773-free-php-photo-gallery/#findComment-1143405 Share on other sites More sharing options...
spacepoet Posted December 6, 2010 Author Share Posted December 6, 2010 Hey. Thanks I will check it out. I have heard of that. My hosting company just emailed and said the photo gallery I posted was missing a "config.php" file. I don't know what that is but they said they made one and it should work now. I will see ... Thanks again! Quote Link to comment https://forums.phpfreaks.com/topic/220773-free-php-photo-gallery/#findComment-1143594 Share on other sites More sharing options...
gizmola Posted December 7, 2010 Share Posted December 7, 2010 Sure, most applications, especially ones that store data in a database, require a config file that sets variables like the name of the database, username and password. Just creating a config file is probably not enough. Some applications will setup things for you through a user interface they provide, however, permissions need to be set so that the file in question is writeable by the web process. This is non-trivial if you don't understand permissions. It is possible that your current gallery package has that, but in any case there should be some documentation for the format of the config file somewhere. Quote Link to comment https://forums.phpfreaks.com/topic/220773-free-php-photo-gallery/#findComment-1144067 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.