access issue

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
onish

access issue

Post 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?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: access issue

Post by fmw42 »

did you specify the full path to identify or convert, etc. also for textual output you may need to add 2>&1
Post Reply