| Forum: Bug Reports for V2.X |
|---|
| Topic: updated functions.php |
|---|
|
| Topic: Bug report Rules |
|---|
| Bug report Rules [message #2470] |
Sat, 21 March 2009 13:53 |
|
Simple Rules to posting Bugs
If you have altered a file it is not a bug.(Please post in Mods and hacks)
Check to make sure that bug fix has not Been posted before posting.
Post all error reports in your post.
Give your server info in your post.
Do Not show disrespect to other user's.
[Updated on: Sat, 21 March 2009 13:55] Report message to a moderator
|
|
|
| Topic: [PMBT2.0.X]Bug in functions_phpBB3.php |
|---|
| [PMBT2.0.X]Bug in functions_phpBB3.php [message #2307] |
Mon, 09 February 2009 03:34 |
|
this is a bug found in function forumadd() for a unused sql wich well cause a error in new user confermation.
Open include/functions_phpBB3.php
find
<?php $num = mysql_num_rows($result); ?>
and remove
|
|
|
| Topic: [PMBT2.0.X]Bug for torrent Prefix |
|---|
| [PMBT2.0.X]Bug for torrent Prefix [message #2305] |
Mon, 09 February 2009 03:31 |
|
this is a bug for site Prefix not being added to torrents on download.
open include/config_lite.php
and find
<?php $announce_text = $row["announce_text"]; ?>
and add after
<?php $torrent_prefix = $row["torrent_prefix"]; ?>
|
|
|