Fixed
452 2008-03-31 21:07
Re: pun_user question/advice (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
453 2008-03-31 21:06
Re: the bug report page (1 replies, posted in PunBB 1.2 discussion)
I think it was generated as static HTML, although I don't know why.
454 2008-03-31 18:27
Re: pun_user question/advice (14 replies, posted in Programming)
Is this with 1.3?
455 2008-03-31 16:21
Re: Users need to connect twice (14 replies, posted in PunBB 1.2 troubleshooting)
Yes. Inconsistency is the usual cause of these problems.
456 2008-03-31 16:21
Re: Hook requests (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 2008-03-31 10:55
Re: Bug in extern.php (4 replies, posted in PunBB 1.3 troubleshooting)
Well, it should be fixed in SVN.
458 2008-03-31 10:45
Re: RSS/Atom - Censoring (1 replies, posted in PunBB 1.3 troubleshooting)
Fixed
459 2008-03-31 10:35
Re: Bug in extern.php (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 2008-03-31 10:32
Re: Bug in extern.php (4 replies, posted in PunBB 1.3 troubleshooting)
Use the latest version from SVN and tell us if you still get the same error.
461 2008-03-31 02:19
Re: There is no valid language pack 'English' installed. Please reinstall (1 replies, posted in PunBB 1.2 troubleshooting)
Make sure you uploaded all of the folders and subfolders.
462 2008-03-30 20:30
Re: newsitem on my site ? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
463 2008-03-30 20:15
Re: newsitem on my site ? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
So, given a topic ID, you want a topic's subject, last posted time, and the contents of the last post?
464 2008-03-30 20:01
Re: newsitem on my site ? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
An SQL query won't work?
465 2008-03-30 19:43
Re: Skins styles (18 replies, posted in PunBB 1.2 troubleshooting)
Leggings: where is your forum hosted?
467 2008-03-30 13:21
Re: Skins styles (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 2008-03-30 12:48
Re: Email permission (3 replies, posted in PunBB 1.3 troubleshooting)
Mmm, looking at the changeset, it appears you're right.
Fixed.
469 2008-03-30 12:38
Re: Unified converter! (InvPB, miniBB, PhpBB, vBulletin & YabbSE) (105 replies, posted in PunBB 1.2 discussion)
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.
470 2008-03-30 12:37
Re: PunBB with phpgedview not picking up styles from css? (1 replies, posted in PunBB 1.2 troubleshooting)
<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.
471 2008-03-30 12:35
Re: Call to undefined function: sha1() (2 replies, posted in PunBB 1.2 troubleshooting)
You should keep in mind, though, that your version of PHP is too old to work with 1.3.
472 2008-03-30 12:33
Re: Call to undefined function: sha1() (2 replies, posted in PunBB 1.2 troubleshooting)
Change sha1 to pun_hash.
473 2008-03-29 22:06
Re: profile.php: undefined index and class isactive (1 replies, posted in PunBB 1.3 troubleshooting)
Sounds like you need to update your database to the newest revision (referring to the undefined index error).
474 2008-03-29 22:06
Re: Email permission (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)