Open up install.php, find the SQL for creating the config table. Run it. Find all the config options that were added. Run insert statements for them (the syntax is also in install.php)
Alternately, if you have a backup, I would use it.

2,377

(9 replies, posted in PunBB 1.2 troubleshooting)

I'm not sure what you're asking wink

2,378

(9 replies, posted in PunBB 1.2 troubleshooting)

I don't see any logo related references to .pun h1 in your default style, Oxygen

2,379

(9 replies, posted in PunBB 1.2 troubleshooting)

Your MySQL server seems to be down, so I can't take a look now.

2,380

(9 replies, posted in PunBB 1.2 troubleshooting)

.pun H1 {PADDING: 0px 0px 0px 0}

perhaps this?

2,381

(9 replies, posted in PunBB 1.2 troubleshooting)

http://wiki.punres.org/Add_a_logo_to_the_header_via_css

2,382

(4 replies, posted in PunBB 1.2 troubleshooting)

It would require a mod

Moved to Modifications

2,384

(4 replies, posted in PunBB 1.2 discussion)

http://punbb.org/forums/viewtopic.php?id=3884

http://punbb.org/forums/viewtopic.php?id=2658

LVZ wrote:

None of the 15x15 emoticons came from vB resources or any vB site.

Now, how do you explain http://www.vbulletin.com/forum/images/smilies/eek.gif (your version was a 16x16 before)

2,387

(10 replies, posted in PunBB 1.2 troubleshooting)

Download a fresh copy of PunBB. Upload the admin_groups.php file from that (since you said you didn't modify it, you won't lose anything).

2,388

(10 replies, posted in PunBB 1.2 troubleshooting)

Yeah, if you didn't edit the file then do what matt said

2,389

(10 replies, posted in PunBB 1.2 troubleshooting)

Sounds like you edited the file and made a mistake: I would need to see the code to tell you more

2,390

(11 replies, posted in PunBB 1.2 troubleshooting)

I don't know, you should check the nice error that PunBB gives you ;)
And I didn't realize you were suggesting a new feature, you were asking a question :P
The webroot is really unnecessary I think, I can't think of an example where it would be useful (or rather, where PUN_ROOT wouldn't work and base URL wouldn't work).

2,391

(10 replies, posted in PunBB 1.2 troubleshooting)

Enable debug mode, paste the full error

2,392

(11 replies, posted in PunBB 1.2 troubleshooting)

No, my point is that PunBB doesn't define anything like that wink

Oh, then just change the checkbox in register.php to not be checked.

2,394

(12 replies, posted in PunBB 1.2 troubleshooting)

Yeah, we have an upgrade script in the works which should make upgrading slightly easier wink

2,395

(11 replies, posted in PunBB 1.2 troubleshooting)

last question (i hope) before diving into code
Does the css link on top of the page is relative to the PUN_ROOT or something like PUN_WEBROOT?
If it's not i think it would be a good practice to support not native punbb platforms by helping them find relevant files like css,js and images used by punbb

Yes, 1.3 uses the base URL for stylesheets, smilies, etc. 1.2, however, does not: you would need to manually edit that yourself.
And what's PUN_WEBROOT?

p.s i do have another question smile
How do i enable root member and moderators after installation?
Or in another way how the system recognize a user to be admin/moderator? because i'm using diffrent login system which updates punbb users tables

group_id on the users table.

2,396

(11 replies, posted in PunBB 1.2 troubleshooting)

Yes, you need to change the templates. Templates are in include/templates/main.tpl
And yes, footer.php (and several functions) do terminate with exits. Remove them at your peril: http://punbb.org/forums/viewtopic.php?id=11984
As Rickard said there, we're open to ways to improve the current system

2,397

(11 replies, posted in PunBB 1.2 troubleshooting)

Try declaring the variables like $db, $pun_config, etc to be global in your function.

Enable debug mode, paste the full error

2,399

(11 replies, posted in PunBB 1.2 troubleshooting)

I'm not familiar with cakephp, so could you post some example code of how you're implementing this?

2,400

(1 replies, posted in PunBB 1.2 discussion)

Closed, keep it to one topic please