/gallery/setup/index.php error msg

eeek

Joined: 2003-08-22
Posts: 4
Posted: Fri, 2003-08-22 07:07

hi,

Im trying to install gallery and not succeeding. doh!

I get the following error message when i go

*/gallery/setup/index.php

\n"; return $buf; } foreach ($preserve as $key => $val) { if ($key && !$onThisPage[$key]) { print embed_hidden($key); } } // String-ize preserve list $preserve = join(" ", array_keys($preserve)); print embed_hidden("preserve"); ?>

i tried doing a google search but didn't come up with anything helpful.

i have noticed that my config.php is 0 bytes

-rw-rw-rw- 1 xxx ccc 0 Aug 23 01:44 config.php

(i think this maybe my problem .. but not sure)

i have tried running phpinfo.php and get the following:

<?php phpinfo() ?>

I downloaded gallery-1.3.4-pl1.tar.gz
ran tar -xvzf gallery-1.3.4-pl1.tar.gz and followed the instructions contained http://gallery.menalto.com/modules.php?op=modload&name=GalleryDocs&file=index&page=gallery1-install.unix-shell.php

I have also installed Perl 5 and ImageMagick

Im running Freebsd 4.8 - release p3
with the following:
apache-2.0.47 Version 2 of the extremely popular Apache http server
jasper-1.700.2 An implementation of the codec specified in the JPEG-2000 s
jbigkit-1.5 Lossless compression for bi-level images such as scanned pa
jpeg-6b_1 IJG's jpeg compression utilities
php4-4.3.3.r2 PHP Scripting Language (Apache Module and CLI)
perl-5.6.1_13 Practical Extraction and Report Language
ImageMagick-5.5.6_3 Image processing tools (interactive optional--misc/display

Ive installed apache 2 and ImageMagick through ports.
I get the same error message on both Mozilla and IE.

If anyone can help me or give me a heads up, id be very thankful.

Thank-you in advance for your suggestions.

kind regards
eeek :o

 
nick_rembis

Joined: 2003-01-20
Posts: 524
Posted: Fri, 2003-08-22 07:17

your server does not have php support or isnt configured correctly

 
eeek

Joined: 2003-08-22
Posts: 4
Posted: Fri, 2003-08-22 10:18

my thanks nick_rembis

you were indeed correct :)
i didn't configure php4 properly. I know have it working.

for those that might have the same problem. i fixed it with the kind help of this website: http://www.php.net/manual/en/install.apache2.php

kind regards
eeek
:D