file name changed

See all posts See thread Reply

Re: file name changed new!
by colin, 16 years, 11 months ago
Can you print out the log of the class after calling Process(), and paste it here?

For instance:
...
$handle->process('/dest/dir/');
echo $handle->log;
...
$handle->process('/dest/dir/');
echo $handle->log;

And by the way, it is image_convert, not image_converter.Reply