301

(3 replies, posted in PunBB 1.4 bug reports)

Fixed in Pun_colored_usergroups version 1.2.4.

302

(3 replies, posted in PunBB 1.4 bug reports)

Its error in pun_colored_usersgroups extension. Thanks for report.

Will be fixed.

Please, specify forum version and pun_tags version.

304

(15 replies, posted in News)

A you reading instructions in first post?
List of supported extensions - http://punbb.informer.com/forums/topic/ … dy-for-14/

You can add this code before htmlspecialchars() - it will exit and show error when got non-unicode strings. But use it ONLY for test and ONLY if you known how reproduce problem. Use it only once and remove.

if (preg_match('/^./us', $str) === FALSE) {
  die("BAD UNICODE: '$str'");
}

306

(8 replies, posted in Development)

Lang changes from 1.4RC1 to 1.4

307

(9 replies, posted in Development)

We need to known drop or not IE6 compatibility in the next PunBB release in 2012.

You can use Xdebug extensions for PHP, but not on production server or hosting.

Try to found in anyway line in viewtopic.php or other file that called forum_htmlencode() with non-unicode data.
Maybe this non-unicode data is saved in DB as post or username, title...

Im found error.

In footer.php

 page: "'.forum_htmlencode((defined("FORUM_PAGE")) ? FORUM_PAGE : "unknown" ).'",

we need remove coma at the end.

You can disable honeypot in Fancy stop spam settings.

On http://punbb.org.ua/punbb/ is clear punbb 1.4 without any extensions.
Can you check it for errors?

Dont use mb_convert_encoding - revert to original variant htmlspecialchars.

try
error_reporting = E_ALL
and check logs - if error logged to logs it must be visible on page. Or look at page source code - it may be hidden in source.

Just make that notice displayed on page.
I need known what exactly calling this functions. its not simple but its one way to found problem.

Or use @ for hidding notice.

316

(8 replies, posted in Development)

I shall diff from 1.4rc1 to 1.4 today later.

317

(8 replies, posted in Development)

Its new after 1.4RC1. Its final version for 1.4.

Ok, im check this.

319

(6 replies, posted in PunBB 1.4 bug reports)

Im check 1.1.17 on 1.4 - its worked.
Please, check pun_attachment settings and webserver logs.

How i can reproduce this problem. Step by step.
Is this exists only on your forum or on this too?

im answered.

I dont see any errors in page when visiting this page as guest.
If errors exists only in your logs file you need configure php that it show errors on page - its display_erros and error_reporting options in php.ini. Its nessesary. I need look when exactly - in post body, or header thrown this error.

Anyway you can disable errors adding @ before htmlspecialchars - @htmlspecialchars(

322

(115 replies, posted in Supported extensions)

In versions 1.2.0 - 1.2.2 i am founded errors that may prevent users from registration.
In version 1.2.3 this bug is fixed.

I dont think that any normal users affected of this bug, but im recommended update Fancy_stop_spam to version 1.2.3.

323

(6 replies, posted in PunBB 1.4 bug reports)

For PunBB 1.4 latest it 1.1.17 - http://punbb.informer.com/extensions/

324

(115 replies, posted in Supported extensions)

Since PunBB 1.3.5 all unverified accounts removed after 72 hours after registration.

325

(8 replies, posted in Development)

Changes in lang-files between PunBB 1.3.6 and 1.4.0

http://pic.lg.ua/x/4/213ad2/sm_990777cb.png

Use this diff file for view changes in lang files between version 1.3.6 and 1.4.0

Download
lang_changes_1.3.6_1.4.diff.zip