This topic is locked

error type8

12/22/2006 5:22:48 PM
PHPRunner General questions
J
jim9 author

In the lastest version of phprunner 3.1 ver179, I'm

getting an error on printer friendly page. Same page

generated with ver 171 didn't generate the error.
Error type 8, Error description Undefined variable: thumbnail_fields,

Error line 168, Error is in pets_print.php

Alexey admin 12/25/2006

Hi,
thank you for pointing me to this bug.

We'll fix it in the next update of PHPRunner.
To get your project working modify print.php file in c:\Program Files\PHPRunner3.1\source folder.

Find this line there:

if(!(array_search("##@f.strName s##",$thumbnail_fields)===false))

and replace it with:

if(false)



Then rebuild your pages.