Fixed in Pun_colored_usergroups version 1.2.4.
302 2011-11-18 17:22
Re: xhtml not valid in user list (3 replies, posted in PunBB 1.4 bug reports)
Its error in pun_colored_usersgroups extension. Thanks for report.
Will be fixed.
303 2011-11-18 08:33
Re: Cannot delete a topic neither by admin or by the author. (6 replies, posted in PunBB 1.4 bug reports)
Please, specify forum version and pun_tags version.
304 2011-11-18 08:31
Re: PunBB 1.4 (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/
305 2011-11-17 20:51
Re: PHP warning for item in \include\functions.php (21 replies, posted in PunBB 1.3 bug reports)
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 2011-11-17 20:24
Re: Lang changes 1.3.6 - 1.4.0 (8 replies, posted in Development)
307 2011-11-17 20:13
Topic: Should we still support IE6? (9 replies, posted in Development)
We need to known drop or not IE6 compatibility in the next PunBB release in 2012.
308 2011-11-17 20:07
Re: PHP warning for item in \include\functions.php (21 replies, posted in PunBB 1.3 bug reports)
You can use Xdebug extensions for PHP, but not on production server or hosting.
309 2011-11-17 20:00
Re: PHP warning for item in \include\functions.php (21 replies, posted in PunBB 1.3 bug reports)
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...
310 2011-11-17 19:27
Re: "Expected identifier, string or number" error in IE7 (6 replies, posted in PunBB 1.4 bug reports)
Im found error.
In footer.php
page: "'.forum_htmlencode((defined("FORUM_PAGE")) ? FORUM_PAGE : "unknown" ).'",
we need remove coma at the end.
311 2011-11-17 18:50
Re: PHP warning for item in \include\functions.php (21 replies, posted in PunBB 1.3 bug reports)
You can disable honeypot in Fancy stop spam settings.
312 2011-11-17 17:51
Re: "Expected identifier, string or number" error in IE7 (6 replies, posted in PunBB 1.4 bug reports)
On http://punbb.org.ua/punbb/ is clear punbb 1.4 without any extensions.
Can you check it for errors?
313 2011-11-17 17:15
Re: PHP warning for item in \include\functions.php (21 replies, posted in PunBB 1.3 bug reports)
Dont use mb_convert_encoding - revert to original variant htmlspecialchars.
314 2011-11-17 15:11
Re: PHP warning for item in \include\functions.php (21 replies, posted in PunBB 1.3 bug reports)
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.
315 2011-11-17 13:25
Re: PHP warning for item in \include\functions.php (21 replies, posted in PunBB 1.3 bug reports)
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 2011-11-17 12:15
Re: Lang changes 1.3.6 - 1.4.0 (8 replies, posted in Development)
I shall diff from 1.4rc1 to 1.4 today later.
317 2011-11-17 08:49
Re: Lang changes 1.3.6 - 1.4.0 (8 replies, posted in Development)
Its new after 1.4RC1. Its final version for 1.4.
318 2011-11-17 07:20
Re: "Expected identifier, string or number" error in IE7 (6 replies, posted in PunBB 1.4 bug reports)
Ok, im check this.
319 2011-11-16 19:51
Re: Image upload via attachment (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.
320 2011-11-16 19:16
Re: Visited Topics doesn't seem to be remembered.... (8 replies, posted in PunBB 1.4 bug reports)
How i can reproduce this problem. Step by step.
Is this exists only on your forum or on this too?
321 2011-11-16 15:54
Re: PHP warning for item in \include\functions.php (21 replies, posted in PunBB 1.3 bug reports)
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 2011-11-15 21:53
Re: Fancy Stop SPAM (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 2011-11-15 21:20
Re: Image upload via attachment (6 replies, posted in PunBB 1.4 bug reports)
For PunBB 1.4 latest it 1.1.17 - http://punbb.informer.com/extensions/
324 2011-11-15 21:06
Re: Fancy Stop SPAM (115 replies, posted in Supported extensions)
Since PunBB 1.3.5 all unverified accounts removed after 72 hours after registration.
325 2011-11-15 18:49
Topic: Lang changes 1.3.6 - 1.4.0 (8 replies, posted in Development)
Changes in lang-files between PunBB 1.3.6 and 1.4.0
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