Please help!!! :(

theactor1977

Joined: 2005-11-02
Posts: 4
Posted: Fri, 2005-11-04 01:11

Hi, I followed the instructions for uploading G 1.5.1 and Netpbm and I set the permissions for the indicated files and folders but when I try to go to http://www.smallsale.com/gallery/setup/ I get this

session->configForm->$key = getRequestVar($key)) === NULL) { $gallery->session->configForm->$key = ""; continue; } } $preserve = array(); } else { $preserve = array(); } /* Cache passwords in order to prevent them from being erased. * Otherwise, we'll lose the passwords if someone revisits Step 2 * and forgets to re-enter them. */ if (isset($gallery->session->configForm->editPassword) && (!empty($gallery->session->configForm->editPassword[0]) || !empty($gallery->session->configForm->editPassword[1]))) { $gallery->session->configForm->editPassword[2] = $gallery->session->configForm->editPassword[0]; $gallery->session->configForm->editPassword[3] = $gallery->session->configForm->editPassword[1]; $_REQUEST['editPassword'] = $gallery->session->configForm->editPassword; } if (isset($gallery->session->configForm->smtpPassword) && (!empty($gallery->session->configForm->smtpPassword[0]) || !empty($gallery->session->configForm->smtpPassword[1]))) { $gallery->session->configForm->smtpPassword[2] = $gallery->session->configForm->smtpPassword[0]; $gallery->session->configForm->smtpPassword[3] = $gallery->session->configForm->smtpPassword[1]; $_REQUEST['smtpPassword'] = $gallery->session->configForm->smtpPassword; } ?>
$value) { if (is_array($value)) { foreach($value as $sub_key => $sub_value) { $name = stripWQuotesON($key . "[$real_key][$sub_key]"); $buf .= '\n"; } } else { $name = stripWQuotesON("$key" . "[$real_key]"); $buf .= '\n"; } } } else { $buf .= '\n"; } return $buf; } foreach ($preserve as $key => $val) { if ($key && !isset($onThisPage[$key])) { $gallery->session->configForm->$key = $$key; } } // String-ize preserve list $preserve = join(" ", array_keys($preserve)); print embed_hidden("preserve"); ?>

any ideas? Thank you so much!

Gallery version (1.5.1):
Activated toolkits (NetPbm):
Operating system (Linux with apache):
Browser (Firefox 1.7.1):