
Posted on Apr 30, 2008, 4:45 pm by exuro
|
exuro
Newbie
Group: Members
Posts: 1
Reputation: 0

|
Posted on Apr 30, 2008, 4:45 pm by exuro
| |
Problems with Install
|
Hello All,
I've followed the "newinstall" procedure and everything reported back as working out fine (all OK!). I've installed in a subdirectory called "team" under my domain. When I go to my page however I get the following error. Anyone know why this might be? (I've blanked out my domain below with X's)::
Notice: Undefined index: type in C:\Domains\XXXXXXX.com\wwwroot\team\nbbs_error_reporter.php on line 42
[nextBBS]
Notice: Undefined variable: isrelative in C:\Domains\XXXXXXX.com\wwwroot\team\main.php (362)
at Areas()() (C:\Domains\XXXXXXX.com\wwwroot\team\main.php:17)
at require("C:\Domains\XXXXXXX.com\wwwroot\team\main.php" (C:\Domains\XXXXXXX.com\wwwroot\team\index.php:442)
Source Code:
353 $sc = 'last_post_date';$so = ($sort_way == 'A' ? 'ASC' : 'DESC');// Default values$areaclause = "WHERE area='".$parent."'";$relstring = '';$isrelative)$areaclause = "WHERE area IN ('".$parent."','".implode("','", explode(',', $nephews))."')";$relstring = '&rel='.$parent;$isclass_based)$extraSql .= "LEFT JOIN {$CONFIG->dbprfx}classification c ON (t.topic_ID=c.topic) ";$areaclause = "WHERE (area='".$parent."' OR CLASS IN ('".implode("','", explode(',', $classifiers))."'))";$relstring = '&rel='.$parent;/** @todo: Could the query below be simplified by not accessing users? */
354 }
355
356
357
358
359
360
361 if(
362 {
363
364
365 }
366 else if(
367 {
368
369
370
371 }
372
Variables:
$CONFIG->dbprfx == bb_

|
| |
|