Installation errror

Having trouble installing serendipity?
Post Reply
Hasior
Posts: 1
Joined: Fri Jan 30, 2004 3:50 pm

Installation errror

Post by Hasior »

Hi
I have problem with installation, message:

Parse error:..../public_html/blogi/serendipity_admin_installer.inc.php on line 229

----------------------------------------------------------------------------------

This is in line 229:

" </table>
<?php
}
?>
<input type="submit" value="<?php echo CHECK_N_SAVE; ?>" />
</div>
</form>
<?php
}(This is line 229)
function serendipity_parse_sql_tables($filename) {
$in_table = 0;
$queries = array();

$fp = fopen($filename, 'r');
while (!@feof($fp)) {
$line = trim(fgets($fp, 4096));
if ($in_table) {
$def .= $line;
if (preg_match('/^\)\s*(type\=\S+)?\s*\;$/i', $line)) {
$in_table = 0;
array_push($queries, $def);
}
"
Please help my
Hasior
Post Reply