Well, did anyone ever read this message?
1 2009-08-18 10:27
Re: HTML-Errors in pun_admin_manage_extensions_improved (2 replies, posted in PunBB 1.3 extensions)
2 2009-08-07 20:21
Topic: HTML-Errors in pun_admin_manage_extensions_improved (2 replies, posted in PunBB 1.3 extensions)
There are several issues within the output code of this extention, that i noticed cause of render-errors on my side with an integrated punbb.
id ext_instal exist more than one time
missing " in the label-tag of the select extention-part, when extention is disabled
and some more, just have a look on the output of the w3c-validator or wathever you might use.
3 2008-10-17 08:45
Re: Manual check for updates error (3 replies, posted in PunBB 1.3 troubleshooting)
My pleasure.
4 2008-10-16 20:21
Topic: Manual check for updates error (3 replies, posted in PunBB 1.3 troubleshooting)
The XML-File I get when I click the manual check for updates link (http://punbb.informer.com/update/?versi … ;hotfixes=)in my punbb installation give me a erroneous result of this kind:
<updates>
<br/>
<b>Warning</b>
: Cannot modify header information - headers already sent by (output started at /home/informer/public_html/update/index.php:8) in
−
<b>
/home/informer/public_html/forums/include/functions.php
</b>
on line
<b>322</b>
<br/>
[...]
Next lines are normal. Looks like a simple programming mistake.
5 2008-08-13 02:59
Topic: pun_pm bug (1 replies, posted in PunBB 1.3 extensions)
There ist a wrong Link, when reading a message from your outbox (and only outbox). The Link to the user who reseive this message ist like this ".../Forum/profile.php?id=username", but should be like this ".../Forum/profile.php?id=31".
Youst a little mistake, i found it by accident.
6 2008-07-22 08:23
Topic: pun_log: bug in moderate.php (1 replies, posted in PunBB 1.3 extensions)
Notice: Undefined index: change status topic com in .../Forum/extensions/pun_log/functions.php on line 843
occours when select one topic by clicking the checkbox and press "Open".
By the way, what is this button actual for?
EDIT: Oh, its to reopen a closed topic
7 2008-07-21 12:40
Re: Bug in "Registration - Settings - Administration" (2 replies, posted in PunBB 1.2 bug reports)
Hi, Phenex!
What extensions do you use at your forum?
Oh, sorry
I use these ones:
pun_extension_reinstaller, pun_log, pun_poll, pun_e_mail_auth, pun_quote, pun_admin_add_user, pun_bbcode and the pun_repository
8 2008-07-21 12:12
Topic: Bug in "Registration - Settings - Administration" (2 replies, posted in PunBB 1.2 bug reports)
There is a small Bug in the /admin/options.php, that occours when you change the settings for Registration e-Mail. When checking the button "Allow registration with duplicate e-mail addresses." and press "save changes" the fallowing php-notice is printed onto the screen:
Notice: Undefined variable: value in .../admin/options.php(232) : eval()'d code on line 9
But this seems only to happen when changing this option.
Because this is an error in an hook, it may be also an error in an extention i have installed (only the official ones)
Hope you understood me, my english is not the best one.