Topic: 1.2.5: Minor install bug, no closing ?> in final config step

On the final step of a new install of 1.2.5 where your config is presented, there is no closing "?>" for the text to be copied into the config.   I'm assuming that is the only piece of information that is missing.

My window has this:

<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'dbname';
$db_username = 'usename;
$db_password = 'password';
$db_prefix = 'punbb';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '1a74aa65';

define('PUN', 1);

Last edited by ryanknoll (2005-04-12 23:31:28)

Re: 1.2.5: Minor install bug, no closing ?> in final config step

it's no bug, it's intentional ... according to php manual it's not needed, and it causes more trouble if it's there (as people sometimes have spaces and stuff after it, causing errors)

Last edited by Frank H (2005-04-12 23:34:45)