Page 1 of 1

access issue

Posted: 2009-10-23T23:22:38-07:00
by onish
My php pages are on Server1 and my images are on Server2 on same network (the folder on server 2 is accessed as a mapped drive R: on server1).
When I execute 'identify //server2/folder/image.jpg' from command prompt, it works fine.
But when I run the same from PHP, it does nothing.
What could be wrong?

Re: access issue

Posted: 2009-10-24T11:03:40-07:00
by fmw42
did you specify the full path to identify or convert, etc. also for textual output you may need to add 2>&1