PDA

View Full Version : Utility-Find/SaveSize Paths Error


ArtM
11th of May 2003 (Sun), 15:55
I'm getting this error at the very bottom of the dialogue for this utility. Any suggestions re solution welcome.

PHP Notice: Undefined variable: sizelist in (Utility Path)\find_size_paths.php on line 200 PHP Notice: Undefined variable: sizelist in (Utility Path)\find_size_paths.php on line 238

Windows 98SE
EE 1.3RC (Old)
PHP 4.3.2-RC
Omni HTTPd 2.10

- Art

seanspeng
11th of May 2003 (Sun), 21:55
I belive this is the same reason as the php version.

Pekka
15th of May 2003 (Thu), 16:17
Notices are usually hidden in public servers as they only report uninitialized variables etc. Strange this is that now that I checked there $sizelist is defined so you should not get any notices.... maybe you can upload that page again in case someone has altered it.

BTW: I do NOT recommend using EE with Omnihttp - there are some problems like timeouts (runtime timeout directives affect Apache only) and there may be other bugs, too. Apache is free and quite easy to install so perhaps you can give it a try.

PS. You may add

$sizelist = array();

in the beginnning of find_size_paths.php
(line after after first