451

(1 replies, posted in PunBB 1.3 troubleshooting)

Fixed

452

(14 replies, posted in Programming)

Oh, I bet I know what happened: you have strict mode enabled so that query failed.
I'll look into it, thanks smile

453

(1 replies, posted in PunBB 1.2 discussion)

I think it was generated as static HTML, although I don't know why. tongue

454

(14 replies, posted in Programming)

Is this with 1.3?

455

(14 replies, posted in PunBB 1.2 troubleshooting)

Yes. Inconsistency is the usual cause of these problems.

456

(151 replies, posted in PunBB 1.3 extensions)

I don't see what makes li incorrect though.
In fact, there's one that's misnamed lo, I'll fix it tonight.

457

(4 replies, posted in PunBB 1.3 troubleshooting)

Well, it should be fixed in SVN.

458

(1 replies, posted in PunBB 1.3 troubleshooting)

Fixed

459

(4 replies, posted in PunBB 1.3 troubleshooting)

On second thought, if the issue was when you were looking at an Atom feed of an empty forum, I just fixed it.

460

(4 replies, posted in PunBB 1.3 troubleshooting)

Use the latest version from SVN and tell us if you still get the same error.

Make sure you uploaded all of the folders and subfolders.

Oh. That's simple in 1.3 (the version currently in beta), not so simple in 1.2 (since in 1.3 we record the first post id in its own column).
For 1.2:

select t.subject, t.posted, p.message from prefixtopics as t inner join prefixposts as p on (p.topic_id=t.id and p.posted=t.posted) where t.id=#

Where prefix is your database prefix and # is the topic ID.

So, given a topic ID, you want a topic's subject, last posted time, and the contents of the last post?

An SQL query won't work?

465

(18 replies, posted in PunBB 1.2 troubleshooting)

Leggings: where is your forum hosted?

466

(151 replies, posted in PunBB 1.3 extensions)

Why?

467

(18 replies, posted in PunBB 1.2 troubleshooting)

OK. In the forum files, there's a folder called styles. You upload your styles to that folder.

468

(3 replies, posted in PunBB 1.3 troubleshooting)

Mmm, looking at the changeset, it appears you're right. smile
Fixed.

You could do the same thing the other way, with PunBB. However, both ways I assume it's a lot of work and involves manual coding. With 1.3, we should have a set of extensions that come with the converter that allow for different password schemes to be converted.

<link rel="stylesheet" type="text/css" href="modules/punbb/style/Oxygen.css" />

That's from your HTML
http://nbepiphany.x10hosting.com/phpged … Oxygen.css
That returns a 403 (Forbidden) error.

You should keep in mind, though, that your version of PHP is too old to work with 1.3.

Change sha1 to pun_hash.

Sounds like you need to update your database to the newest revision (referring to the undefined index error).

474

(3 replies, posted in PunBB 1.3 troubleshooting)

Yes, since the email sending permission also forbids users from seeing email addresses that people included in their profiles and made public.
No, since other people can still email you even when you can't email them.
(in that order)

Some Googling turned up
http://www.hellboundhackers.org/forum/s … 647_0.html
http://ricardocabello.com/index.php?postid=286