I honestly have no idea. I didn't even know there were routers with built-in PHP support. Perhaps you can give it a try on a "regular" web server to see if it is related to your router or if it is a problem with the source code?

1,002

(5 replies, posted in PunBB 1.2 troubleshooting)

Enable DEBUG mode and post the full error message here.

Very nice Connor. I'll have a look at it when I get home from work and when I have installed MySQL, Apache etc (my computer broke down again!).

Well, multiple inheritance is the ability to have a class inherit methods and attributes from more than one class. For example, you might have a class that describes a Person. This class has attributes such as name, age etc. On top of this, you might also have a class that describes an Employee. This class has attributes such as employee id, job title etc. Now, to create an object that has all the attributes and methods of a Person AND an Employee, you need multiple inheritance.

All e-mail clients I've encountered make them clickable automatically.

I'll have a look at it.

Well, there have been some updates to the search indexing code over time so it might be that the posts you were searching for were indexed in an older version of PunBB that had a bug. Other than that, and the fact that the migration tool requires you to rebuild the search index, I can't think of a scenario where it should be required.

1,008

(2 replies, posted in PunBB 1.2 bug reports)

Hmm. You might be right. I'll have a look at it.

1,009

(3 replies, posted in PunBB 1.2 bug reports)

I don't understand.

1,010

(13 replies, posted in Feature requests)

I got them and I will upload them tonight (my computer broke down again!).

1,011

(11 replies, posted in Programming)

Pardon me, but I was under the impression the express edition would always be free? Like the sql server express edition.

Edit: Guess not.

Let me guess. A crashed table?

I would appreciate any help on this matter. I really hate digging around in the bbcode regexes. Change one character and ten other things break.

Very cool as usual Shawn.

Yes, but the str_replace() to convert the bbcode to lowercase isn't executed when displaying the post, only when inserting it into the db.

1,016

(13 replies, posted in Feature requests)

Yes, I got it. I'm sorry, but I haven't had time to check it out and upload it. I will do it tonight.

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

Multiple inheritance is not a requisite for an object oriented programming language. Personally, I prefer languages without support for multiple inheritance. It just complicates things. In most cases, you can solve it more elegantly with e.g. interfaces.

An interesting article on the subject: http://www.javaworld.com/javaqa/2002-07 … tance.html

Try enabling display_errors in your php.ini.

Hmm. Do you get anything in your webserver error log? You have display_errors off in your PHP environment, so if something goes wrong, it will log the error instead of outputting it to the browser.

That's because the default border color is black (I think). Try setting the border color to the beige color you have for the post background.

1,022

(109 replies, posted in General discussion)

"When it's done" smile

I haven't been able to work on PunBB as much as I had hoped these last few weeks. I'm considering taking a week off from work just to work on PunBB. We'll see.

1,023

(6 replies, posted in Feature requests)

Someone else requested the addition of a "Default timezone" option, so you can expect that in 1.3.

Is cp-1250 the preferred character set for czech?

I really can't say what the problem is. I would need to have access so that I could debug your script to determine where it fails.