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,376 2007-09-04 18:19
Re: Admin Options Just Stoped Working (5 replies, posted in PunBB 1.2 troubleshooting)
2,377 2007-09-04 18:18
Re: Text below Footer (9 replies, posted in PunBB 1.2 troubleshooting)
I'm not sure what you're asking
2,378 2007-09-04 12:35
Re: adding logo? (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 2007-09-04 03:10
Re: adding logo? (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 2007-09-04 02:27
Re: adding logo? (9 replies, posted in PunBB 1.2 troubleshooting)
.pun H1 {PADDING: 0px 0px 0px 0}
perhaps this?
2,381 2007-09-04 01:05
Re: adding logo? (9 replies, posted in PunBB 1.2 troubleshooting)
2,382 2007-09-04 00:34
Re: IP of browsing users. (4 replies, posted in PunBB 1.2 troubleshooting)
It would require a mod
2,383 2007-09-03 20:31
Re: Add Games to Arcade (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications
2,384 2007-09-03 12:07
Re: Lang files (4 replies, posted in PunBB 1.2 discussion)
2,385 2007-09-03 01:33
Re: Error.. Impossible to collect highscores per user.. (3 replies, posted in PunBB 1.2 troubleshooting)
2,386 2007-09-02 21:07
Re: Alternate 15x15 smilie (emoticon) set (17 replies, posted in PunBB 1.2 discussion)
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 2007-09-02 20:24
Re: HELP! Error adding groups (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 2007-09-02 20:15
Re: HELP! Error adding groups (10 replies, posted in PunBB 1.2 troubleshooting)
Yeah, if you didn't edit the file then do what matt said
2,389 2007-09-02 20:08
Re: HELP! Error adding groups (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 2007-09-02 19:17
Re: can't include common.php (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 2007-09-02 19:17
Re: HELP! Error adding groups (10 replies, posted in PunBB 1.2 troubleshooting)
Enable debug mode, paste the full error
2,392 2007-09-02 17:48
Re: can't include common.php (11 replies, posted in PunBB 1.2 troubleshooting)
No, my point is that PunBB doesn't define anything like that
2,393 2007-09-02 17:03
Re: Save username and password between visits (3 replies, posted in PunBB 1.2 troubleshooting)
Oh, then just change the checkbox in register.php to not be checked.
2,394 2007-09-02 16:39
Re: Problem with forum in spanish (12 replies, posted in PunBB 1.2 troubleshooting)
Yeah, we have an upgrade script in the works which should make upgrading slightly easier
2,395 2007-09-02 16:33
Re: can't include common.php (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 2007-09-02 15:59
Re: can't include common.php (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 2007-09-02 15:30
Re: can't include common.php (11 replies, posted in PunBB 1.2 troubleshooting)
Try declaring the variables like $db, $pun_config, etc to be global in your function.
2,398 2007-09-02 15:01
Re: Error.. Impossible to collect highscores per user.. (3 replies, posted in PunBB 1.2 troubleshooting)
Enable debug mode, paste the full error
2,399 2007-09-02 14:46
Re: can't include common.php (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 2007-09-02 14:45
Re: Imprting punbb into cakephp (1 replies, posted in PunBB 1.2 discussion)
Closed, keep it to one topic please