 |
 |
 |
 |
#199645 - 09/23/03 08:24 PM
Re: [6.4 - 6.5 - 6.6 - 6.7] [beta] UBBNews PHP Feed
|
Admin Emeritus
Developer
Registered: 11/29/01
Posts: 789
Loc: Des Moines, IA
|
Here's a patch to cure that and a missing .threads error Before $thread_data = file($threadspath); Add if (file_exists($threadspath)) {and After Insert } else {
$thr_array = 0;
echo "Unable to read .threads file. Either you are trying to access a private forum, or you need to Rebuild your forum stat files.";
}I'll upload a patched zip shortly.
_________________________
http://thegeeksinc.com [img]http://www.ubbdev.com/ud/?u=Sub_Zero&s=1[/img] points generated
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|