SOmething is wrong with your MySQL installation CHMOD your MySQL temp folder to 777
2,576 2006-02-20 12:09
Re: error on forums help please (2 replies, posted in PunBB 1.2 troubleshooting)
2,577 2006-02-20 12:08
Re: adding a link to Navlink (12 replies, posted in PunBB 1.2 troubleshooting)
Read the first line on top Bradyn
Jimi, better do it right underneath the PUN_MOD check, where the Profile link and such is added
2,578 2006-02-20 12:05
Re: Separate menu links ? (6 replies, posted in PunBB 1.2 troubleshooting)
in functions.php, find generate_navlinks() and change it
2,579 2006-02-19 20:59
Re: Unable to connect to MySQL server. Nothing changed (2 replies, posted in PunBB 1.2 troubleshooting)
Does this keep happening or was it a one-time error?
I'd say the server breaks down the connection because the query is exceeding it's limits.
2,580 2006-02-19 18:02
Re: please remove this (23 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Can't you just edit the code to contain a space?
2,581 2006-02-19 11:18
Re: Why the people will use PunBB? (19 replies, posted in PunBB 1.2 discussion)
I chose it because phpBB was pissing me off with crashes and just mainly sucked. And because Smartys poked me alot to use it back then.
2,582 2006-02-19 11:10
Re: Forgotten Username (3 replies, posted in PunBB 1.2 troubleshooting)
Ask the administrator to do an email adress search?
2,583 2006-02-19 11:08
Re: How to write a mysql_num_rows? (2 replies, posted in PunBB 1.2 troubleshooting)
$equipment = $db->num_rows(mysql_query("select * from useritems where owner_id = '$tjeid' and location = '1'"));
2,584 2006-02-18 17:20
Re: About news generator & image (12 replies, posted in PunBB 1.2 modifications, plugins and integrations)
let's try
http://punbb.org/forums/img/avatars/3935.png <p style="float:left">text....text....text....text....text....</p>nope....doesnt work
Well obviously, as it's supposed to be used in the HTML.
2,585 2006-02-18 11:31
Re: possible to run multiple installations on same database? (5 replies, posted in PunBB 1.2 troubleshooting)
English forum: "en_" prefix
Dutch forum: "nl_" prefix
Users table: no prefix
2,586 2006-02-18 11:17
Re: IRC-Chat mod problem. (18 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Wait... Is it even possible to unpack .jar-files?
Ofcourse, it's just a ZIP as far as I know
2,587 2006-02-17 16:19
Re: Mini Portal and top posters (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Try putting it on footer.php and just replace echo by return and it should work.
2,588 2006-02-17 11:12
Re: Oracle tried to buy open-source MySQL (10 replies, posted in General discussion)
Luckily MySQL refused
2,589 2006-02-17 09:54
Re: 1.3 teaser (121 replies, posted in PunBB 1.2 discussion)
Looks very nice Rickard
2,590 2006-02-17 09:51
Re: UploadMoD (52 replies, posted in PunBB 1.2 modifications, plugins and integrations)
oh i have got it to work now
befor it said$punbb_versions = array('1.2, 1.2.1, 1.2.2');
but i changed it to
$punbb_versions = array('1.2.2');
Actually,
$punbb_versions = array('1.2, 1.2.1, 1.2.2');
should be
$punbb_versions = array('1.2', '1.2.1', '1.2.2');
2,591 2006-02-17 09:35
Re: Username Validation Error (5 replies, posted in PunBB 1.2 bug reports)
http://be2.php.net/operators.comparison
This link may help you understand better
2,592 2006-02-16 15:12
Re: login Problems (4 replies, posted in PunBB 1.2 troubleshooting)
Did you get any errors on the page (except for this one)?
2,593 2006-02-16 09:21
Re: About news generator & image (12 replies, posted in PunBB 1.2 modifications, plugins and integrations)
<img src="image.jpg" width="163" height="176" align="left"><p style="float:left">text....</p> should do it I think.
2,594 2006-02-15 18:54
Re: PHP Highlighting for code tags (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Meh, can't seem to get it to work :S Anyone has any ideas how to fix this?
2,595 2006-02-15 18:41
Re: PHP Highlighting for code tags (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hrmm, I see what's wrong
punBB uses pun_htmlspecialchars on the code box after this gets parsed. I'll check where it can be done without having huge vulnerabilities
2,596 2006-02-15 18:28
Re: host unlimited forums from just one installation of punBB (5 replies, posted in Feature requests)
Just make a forum with a DB prefix when they ask for one
2,597 2006-02-12 18:06
Re: PunBB or not PunBB ? (68 replies, posted in PunBB 1.2 discussion)
Meh, their site is down.
2,598 2006-02-11 12:40
Re: MySQL search (4 replies, posted in PunBB 1.2 discussion)
Use queries with the LIKE statement
2,599 2006-02-09 17:04
Re: More PunBB-smilies! (52 replies, posted in PunBB 1.2 discussion)
Very nice
Maybe one that resembles the -.- smiley? Have been looking for it for ages.
2,600 2006-02-09 17:01
Re: Convert .wma and .cda to .mp3 (10 replies, posted in General discussion)
Switch