The second issue is fixed.
451 2009-04-02 11:36
Re: 2 issues with the Installer of 1.3.2 (3 replies, posted in PunBB 1.3 bug reports)
452 2009-04-02 11:09
Re: Can't login - "Cookie has not been set" - *Solution* (21 replies, posted in PunBB 1.3 bug reports)
I think the issue is deeper than just increasing the "Visit timeout". It's related not only to the value of the timeout, but to the method of detection if the timeout has expired.
We'll probably delay considering this issue.
453 2009-04-02 09:23
Re: login redirect to rss feed (6 replies, posted in PunBB 1.3 bug reports)
454 2009-04-02 08:47
Re: Antispam System doesn't work. (13 replies, posted in PunBB 1.3 extensions)
There is a script in the pun_antispam directory that generates images. It should have the following URL:
http://www.torvoratings.nl/forum/extens … /image.php
And if you open this URL you'll see an error page. Maybe this file is missing. Try to upload and overwrite pun_antispam files into extensions directory.
455 2009-04-02 08:35
Re: Rss Feeds problem (1 replies, posted in PunBB 1.3 bug reports)
456 2009-04-01 11:45
Re: Contact links outside the page layout under IE6 in Oxygen [fix found] (11 replies, posted in PunBB 1.3 bug reports)
The links jump after IE window resizing to a new place even if the fix you have proposed is applied. Maybe there is a better fix. We'll continue investigating.
457 2009-04-01 11:19
Re: URL scheme isn't working for me? (18 replies, posted in PunBB 1.3 troubleshooting)
Does it work fine?
458 2009-04-01 11:15
Re: Ordered list in the Rules text problem (3 replies, posted in PunBB 1.3 bug reports)
Oh! Try this fix, please.
459 2009-04-01 10:46
Re: Incorrect layout in viewforum.php when "Topic views" is disabled (9 replies, posted in PunBB 1.3 bug reports)
We are going to release 1.3.3 after fixing some other bugs.
460 2009-04-01 10:46
Re: Antispam System doesn't work. (13 replies, posted in PunBB 1.3 extensions)
pun_antispam displays the text you have to type as an image. Did you mean that image contained question marks? Could you give us the link to your forum, please?
461 2009-04-01 10:45
Re: [extension request] PM email alert (7 replies, posted in PunBB 1.3 extensions)
I think PM should be an alternative way of message delivering. We've designed pun_pm this way. The current logic of extension functioning (for example, 'sent' status of messages) does not imply e-mail notifications. But forum still allows sending an e-mail.
Of course, e-mail notifications could be added in future versions, but it requires delivery logic modifications.
462 2009-04-01 10:44
Re: Submit button hidden by textbox area (11 replies, posted in PunBB 1.3 bug reports)
Seems like a <fieldset> element of forms shouldn't be placed into an additional <div>.
463 2009-04-01 10:44
Re: URL scheme isn't working for me? (18 replies, posted in PunBB 1.3 troubleshooting)
Try to modify your .htaccess this way:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^forum /forum/rewrite.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
464 2009-03-27 12:54
Re: Can't login - "Cookie has not been set" - *Solution* (21 replies, posted in PunBB 1.3 bug reports)
Of course, DST is a time setting
I mean where the issue is: at server side or at client side.
The issue described in that topic is the server issue. Is it so?
465 2009-03-27 12:39
Re: Can't login - "Cookie has not been set" - *Solution* (21 replies, posted in PunBB 1.3 bug reports)
As far as I understand the issue described in that topic is connected to the incorrect server time settings. That issue should be solved by a server administrator.
The issue described here is connected to the incorrect client time settings.
Do I miss something?
466 2009-03-27 12:16
Re: admin db_update.php not work with $db_prefix (1 replies, posted in PunBB 1.3 bug reports)
I didn't get what issue do you have.
db_update.php works fine for me when $db_prefix is set.
Could you describe the issue in detail, please?
467 2009-03-27 11:21
Re: Ordered list in the Rules text problem (3 replies, posted in PunBB 1.3 bug reports)
468 2009-03-27 10:40
Re: Can't login - "Cookie has not been set" - *Solution* (21 replies, posted in PunBB 1.3 bug reports)
Thanks for reporting. We'll increase the "Visit Timeout" value.
469 2009-03-27 10:25
Re: Contact links outside the page layout under IE6 in Oxygen [fix found] (11 replies, posted in PunBB 1.3 bug reports)
We've seen the topic. We are going to test the fix and to include in PunBB 1.3.3 if everything is Ok.
Thanks for reporting.
470 2009-03-27 10:24
Re: Incorrect layout in viewforum.php when "Topic views" is disabled (9 replies, posted in PunBB 1.3 bug reports)
Yes, the issue is more complicated. It's connected not only to CSS, but to HTML. I've already suggested another fix:
http://punbb.informer.com/trac/changeset/1092
Hope it works fine.
471 2009-03-27 10:08
Re: How to import private messages from 1.2.21 to 1.3.2 (3 replies, posted in PunBB 1.3 discussion)
As far as I know there is no converting script for PM.
pun_pm creates its own table for messages. You just have to import the data from the old table to the new one. What kind of problems do you have?
472 2009-03-20 22:15
Re: Help with Pun PM (3 replies, posted in PunBB 1.3 extensions)
The PM link is displayed next to the E-mail link under user info on posts. Do you want to move it upper?
473 2009-03-20 22:11
Re: The migration to utf-8 delete text, data loss! (39 replies, posted in PunBB 1.3 bug reports)
And if old charset is NOT ISO-8859-1 and neither iconv and mb_convert_encoding exist, leaves the string unchanged but tells MySQL that it is UTF8.
No, a message is displayed in this case:
http://punbb.informer.com/trac/browser/ … e.php#L426
Are you sure that these ALTER queries will work on PostgreSQL and SQLite?
It was not me who designed db_update.php so I can't explain its logic in details. To tell you the truth, I'm still confused a little with all these encodings and collations in databases. But I want to fix bugs if they exists and will continue investigating.
474 2009-03-20 19:18
Re: The migration to utf-8 delete text, data loss! (39 replies, posted in PunBB 1.3 bug reports)
Actually, the update script asks the encoding of the language pack before updating. Then it converts posts to UTF8 by calling this function for every post:
http://punbb.informer.com/trac/browser/ … e.php#L231
And then it tells MySQL that the data encoding is UTF8.
475 2009-03-20 10:52
Re: The migration to utf-8 delete text, data loss! (39 replies, posted in PunBB 1.3 bug reports)
You can perform the fixing using a sequence of ALTER TABLE's:
1) Convert all character fields to either BLOB or BINARY without changing charset:
2) Convert all character fields back to the correct type with correct charset:
3) When all fields are converted, change the declaration of the table itself:
As far as I understand the update script works just like you have described:
http://punbb.informer.com/trac/browser/ … e.php#L338
Before 1.3 release we had tested the update process and had added SET NAMES:
http://punbb.informer.com/trac/changese … update.php
Maybe this SET NAMES call is wrong, we'll continue testing.