1
amok200
wfsections PHP error
  • 2004/3/12 2:39

  • amok200

  • Just popping in

  • Posts: 68

  • Since: 2004/2/23


Hi,

I get the following PHP debug error when I go into Admin -> wfsection

Notice [PHP]: Undefined variable: string in file modules/wfsection/class/wfstree.php line 208

I'm using v1.01 (by JackJ) and also incorporating ken ohwada's fixes.

line 208 in the file referred to by the error is:

echo $string;

And sure enough as I do a search I find no instance of $string in the file. If it helps, the surrounding code is:

$result = $this->db->query($sql);

while ( list($catid, $name, $groupid, $editaccess) = $this->db->fetchRow($result) ) {

echo $string;
if (checkAccess($groupid)) {

Can someone shed some light ?

Thanks,

Amok

Login

Who's Online

1164 user(s) are online (53 user(s) are browsing Support Forums)


Members: 0


Guests: 1164


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits