yemgi summarized that pretty well
Closed
1,376 2008-01-16 11:24
Re: Opera and PunBB 1.3 (3 replies, posted in PunBB 1.2 discussion)
1,377 2008-01-16 02:52
Re: Hosting problems, I need help bad. PunnBB problem? (21 replies, posted in PunBB 1.2 troubleshooting)
No problem
1,378 2008-01-16 02:43
Re: Hosting problems, I need help bad. PunnBB problem? (21 replies, posted in PunBB 1.2 troubleshooting)
I'm still waiting for your response btw
1,379 2008-01-16 02:36
Re: Hosting problems, I need help bad. PunnBB problem? (21 replies, posted in PunBB 1.2 troubleshooting)
mmm, yeah, I'll check it out
1,380 2008-01-16 02:07
Re: Hosting problems, I need help bad. PunnBB problem? (21 replies, posted in PunBB 1.2 troubleshooting)
Smartys wrote:Drop me an email. I'll investigate.
MySQL should not be a bottleneck, although I can think of some instances (and some modifications) which cause issues. I'll be able to tell more by looking at your site.
Sent, did you get it?
No, just send it directly to my email (smartys at this domain).
1,381 2008-01-16 01:28
Re: Changing the name of the punbb directory, what should be changed? (6 replies, posted in PunBB 1.2 discussion)
You're referring to the same file, but yes, you're supposed to view it in your browser as an admin.
And yes, change the base URL and then rename the directory.
1,382 2008-01-16 01:27
Re: Hosting problems, I need help bad. PunnBB problem? (21 replies, posted in PunBB 1.2 troubleshooting)
Drop me an email. I'll investigate.
MySQL should not be a bottleneck, although I can think of some instances (and some modifications) which cause issues. I'll be able to tell more by looking at your site.
1,383 2008-01-16 00:49
Re: Changing the name of the punbb directory, what should be changed? (6 replies, posted in PunBB 1.2 discussion)
base URL: that's it, by default
1,384 2008-01-15 21:25
Re: a few new problems (7 replies, posted in PunBB 1.2 troubleshooting)
Re: your database problem
The user_views column is not a default PunBB column, so it sounds like you modified your code for a modification and then didn't run the database script for that modification.
Re: your style problem
I don't see any skins other than the default ones that come with PunBB.
1,385 2008-01-15 11:55
Re: a few new problems (7 replies, posted in PunBB 1.2 troubleshooting)
For the first issue: could you provide a link to your forum which is having the issue?
For the second issue: Enable debug mode and paste the full error
http://punbb.org/forums/viewtopic.php?id=2658
1,386 2008-01-15 11:47
Re: Initial Installation problem (6 replies, posted in PunBB 1.2 troubleshooting)
Yes, PHP is the language that PunBB is written in. Without it, PunBB can't be used.
1,387 2008-01-15 11:32
Re: Initial Installation problem (6 replies, posted in PunBB 1.2 troubleshooting)
http://punbb.org/docs/video_tutorials/
From your description, it sounds like you don't have PHP on your server
1,388 2008-01-14 01:03
Re: include() within .tpl files? (5 replies, posted in PunBB 1.2 troubleshooting)
There are no other suggestions, that's how you include PHP in the templates.
As the FAQ says, you need to have a script in the include/user directory that does the PHP for you and call THAT script from the pun_include in the template.
1,389 2008-01-14 00:55
Re: include() within .tpl files? (5 replies, posted in PunBB 1.2 troubleshooting)
1,390 2008-01-13 18:54
Re: problem with all my profiles (12 replies, posted in PunBB 1.2 troubleshooting)
If header.php is modifying $user, which it shouldn't
1,391 2008-01-13 18:06
Re: Compressing CSS and JS (9 replies, posted in General discussion)
I have to say that I don't really see the benefit of compressing CSS, considering that they'll get cached client-side anyway and will remain so even if the page linking to it gets changed.
It depends on how many uniques you have. If you have 1000 unique visitors and a 10 KB stylesheet, that's 10 MB of bandwidth for stylesheets. If compression takes it down to 5 KB, that's 5 MB of bandwidth instead. Now, how about if you have 10,000 or 100,000 unique visitors? How about if some of those visitors have caching disabled?
As Bekko said, MediaWiki's CSS can exceed 30 KB.
1,392 2008-01-13 18:04
Re: HELP! Database reported: Can't open file: 'users.MYI'. (errno: 145) (5 replies, posted in PunBB 1.2 troubleshooting)
There's no one cause of table corruption, it can be any number of things (eg: killing the server in the middle of a query, random MySQL oddness, etc). You could change all of the tables from MyISAM to InnoDB, but there's a tradeoff in terms of speed.
1,394 2008-01-13 16:31
Re: MicroID (6 replies, posted in General discussion)
1,395 2008-01-13 15:48
Re: MicroID (6 replies, posted in General discussion)
1,396 2008-01-13 13:01
Re: All forums search bug (v1.2.16) (2 replies, posted in PunBB 1.2 bug reports)
Addressed in changesets 1252/1253
1,397 2008-01-13 13:00
Re: Issue with boolean search ? (3 replies, posted in PunBB 1.2 bug reports)
Addressed in changesets 1254/1255
1,398 2008-01-13 12:37
Re: HELP! Database reported: Can't open file: 'users.MYI'. (errno: 145) (5 replies, posted in PunBB 1.2 troubleshooting)
Keep backups so if it happens again and you lose data you could restore from them
1,399 2008-01-13 03:29
Re: I am a bit consufed with the Moved feature in punBB (11 replies, posted in General discussion)
Aha. Change the inner join to a left join.
However, neither of the two queries you posted are standard PunBB queries. Just so you know.
1,400 2008-01-13 03:23
Re: I am a bit consufed with the Moved feature in punBB (11 replies, posted in General discussion)
Ok, I understand that, but if I do not check it shouldn't it still show as a moved topics with the text Moved:
No. The topic remains as is if it's not a redirect topic. Does that answer your question?
You might also have edited the code in viewforum.php that deals with redirect topics. Check that.