/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 I have also installed Perl 5 and ImageMagick Im running Freebsd 4.8 - release p3 Ive installed apache 2 and ImageMagick through ports. If anyone can help me or give me a heads up, id be very thankful. Thank-you in advance for your suggestions. kind regards |
|
Posts: 524
your server does not have php support or isnt configured correctly
Posts: 4
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