1,376

(3 replies, posted in PunBB 1.2 discussion)

yemgi summarized that pretty well wink
Closed

No problem smile

I'm still waiting for your response btw

mmm, yeah, I'll check it out

TFD wrote:
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).

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.

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.

base URL: that's it, by default

1,384

(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

(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

(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

(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 wink

1,388

(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

(5 replies, posted in PunBB 1.2 troubleshooting)

http://punbb.org/docs/faq.html#faq3_4

1,390

(12 replies, posted in PunBB 1.2 troubleshooting)

If header.php is modifying $user, which it shouldn't

1,391

(9 replies, posted in General discussion)

CodeXP wrote:

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.

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,393

(6 replies, posted in General discussion)

Sounds right to me

1,394

(6 replies, posted in General discussion)

http://en.wikipedia.org/wiki/MicroID

1,395

(6 replies, posted in General discussion)

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

1,396

(2 replies, posted in PunBB 1.2 bug reports)

Addressed in changesets 1252/1253

1,397

(3 replies, posted in PunBB 1.2 bug reports)

Addressed in changesets 1254/1255

Keep backups so if it happens again and you lose data you could restore from them

http://dev.mysql.com/doc/refman/5.0/en/ … table.html

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.

bingiman wrote:

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.