It seems to work here are the changes needed to make it work in 1.2.15 (this are changes to the readme for install notes)
#MODIFIED: modify the versions line in install_mod.php to look like this
$punbb_versions = array('1.2', '1.2.1', '1.2.2', '1.2.3', '1.2.4', '1.2.5', '1.2.6', '1.2.7', '1.2.8', '1.2.9', '1.2.10', '1.2.11', '1.2.12', '1.2.13', '1.2.14', '1.2.15');
#--------------------------------------#
#MODIFIED: look for the following in function set_default_user()
#--------------------------------------#
global $db, $db_type, $pun_user, $pun_config;
#--------------------------------------#
#MOFIFIED: REPLACE IT WITH THIS:
#--------------------------------------#
global $db, $db_type, $pun_user, $pun_config, $cookie_name, $cookie_path, $cookie_domain, $cookie_secure, $cookie_seed;
Last edited by s0me0ne (2007-05-11 03:14:07)