| Forum: Bug Reports for V2.X |
|---|
| Topic: updated functions.php |
|---|
| updated functions.php [message #4381] |
Mon, 05 July 2010 19:29 |
|
some people seem to have a run time error in functions this should solve that
This is For New installs only
this file goes in include/functions.php
[Updated on: Mon, 05 July 2010 19:46]
|
|
|
| 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]
|
|
|
| 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"]; ?>
|
|
|