Results 1 to 4 of 4
I am trying to integrate Simple Picture Gallery Manager into my website, a PHP gallery. However it does not display the images. I have tested it on my local server ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-26-2006 #1Just Joined!
- Join Date
- Mar 2005
- Location
- South Africa
- Posts
- 88
PHP, Apache problem
I am trying to integrate Simple Picture Gallery Manager into my website, a PHP gallery. However it does not display the images. I have tested it on my local server and it works fine. The permission on the server are (rwxr--r--) 744 for files and (rwxr-xr-x) 755 for folders.
The phpinfo() for the server can be found at http://www.explorers.wits.ac.za/pages/something.php and the gallery at http://www.explorers.wits.ac.za/gallery/blah/ . Please can someone help out, the server administrator is a bit useless.
- 01-26-2006 #2
is this a homemade gallery manager?
have you tried http://gallery.menalto.com/ ?
they have their own forum with lots of info on embedding the gallery
- 01-26-2006 #3Just Joined!
- Join Date
- Mar 2005
- Location
- South Africa
- Posts
- 88
It is a gallery manger from http://spgm.sourceforge.net/.
I have tried http://gallery.menalto.com/ but it requires write permission on the server.
- 01-27-2006 #4Just Joined!
- Join Date
- Mar 2005
- Location
- South Africa
- Posts
- 88
I have been doing a bit of debugging, and have found that there $_GET does not seem to work.
*Solved, Server was using an old version of PHP. Need to use $HTTP_GET_VARS


Reply With Quote
