1

(6 replies, posted in PunBB 1.2 bug reports)

Connorhd wrote:

any chance its a side effect of this bug?
http://punbb.org/forums/viewtopic.php?id=8086

I had a similar problem.  I updated from 1.2.5 -> 1.2.6 and could not successfully save changes to the "Additional menu items" until I applied the fix in admin_options.php.  Thanks for pointing out that bug & fix.

Please merge Easy BBCode into official PunBB and include it in the Options.  Cheers!

main ->  http://franchisepundit.com
forum -> http://franchisepundit.com/forum

I just installed PunBB to accompany by blog that runs on WordPress.  I love WordPress but it's a little awkward to not have a unified login with PunBB. 

In retrospect, I probably should have went with BlogCMS or Nucleus since both incorporate PunBB.  That's also why I almost went with drupal because it had an integrated forum and was a very good blogging tool.

Anyway, check it out if you like to read or talk about franchise businesses.

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);