hoserian
July 14th, 2003, 22:22
Anyone use the php-based photo gallery at gallery.sourceforge.net ?

I have it installed, and having problems configuring...the online readme isn't helping much. for instance, it tells me to just go to the directory in a browser and a config page should come up. but it doesn't.

it could be a php issue, i have php4 and php3 modules for apache installed. am i missing something? other than a clue

any help is appreciated

elmore
July 14th, 2003, 22:31
You only need one php module installed. preferrably php4. Can you give us a little info as to what is happening when you go to the page.

|MiNi0n|
July 14th, 2003, 22:39
I know KrUsTy! has this setup, I've seen it. Perhaps he can help shed some light on your woes.

hoserian
July 14th, 2003, 22:43
actually, now i do only have php4 installed.

really, nothing is happening. the readme said to go to the main gallery directory. didn't tell me a particular file or anything. i go to the directory and all i get is a listing of the files in it.

it struck me as odd that it said to just go to the directory, but like a good monkey i did as told.

I played around in the setup folder with sessiontest.php and whatnot...they don't seem to work right, that's why i thought that it might have something to do with php. other than installing the module (which i did thru sysinstall) is there something i have to set somewhere else like in httpd.conf?

|MiNi0n|
July 14th, 2003, 22:46
LoadModule php4_module /usr/lib/apache/modules/libphp4.so
DirectoryIndex index.html index.htm index.php
AddType application/x-httpd-php .php

hoserian
July 15th, 2003, 14:12
Thanks for the help. between your help and some people at work i got it straightened out.

turns out there was a problem with my apache install which i had to resolve first.