Error: /invalidaccess

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
roobz
Posts: 1
Joined: 2014-02-17T15:32:22-07:00
Authentication code: 6789

Error: /invalidaccess

Post by roobz »

Hi, I have been working with Imagemagick for a while and I have not been able to find the answer to this fix,
I use PHP and IM without the php library(I used it before and the same issue was present) and run the code with exec(), what Im doing is converting PDF to JPG and works great with some PDF's but in some it throws me an error when execute it from the website but not when I execute it directly in the server.

This is the error

Code: Select all

Array
(
    [0] => Error: /invalidaccess in --.execform1--
    [1] => Operand stack:
    [2] =>    --dict:8/17(L)--   1   10   4   15   6   18   C2_9   10   --dict:6/6(L)--   --dict:6/6(L)--   FrutigerLTStd-Roman   --dict:11/12(ro)(G)--   --nostringval--   CIDFontObject   --dict:7/7(L)--   --dict:7/7(L)--   1639099   --dict:7/7(L)--   --nostringval--   PDFCIDFontName   FrutigerLTStd-Roman
    [3] => Execution stack:
    [4] =>    %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--   --nostringval--   --nostringval--   false   1   %stopped_push   1846   1   3   %oparray_pop   1845   1   3   %oparray_pop   1829   1   3   %oparray_pop   --nostringval--   --nostringval--   2   1   1   --nostringval--   %for_pos_int_continue   --nostringval--   --nostringval--   --nostringval--   --nostringval--   %array_continue   --nostringval--   false   1   %stopped_push   --nostringval--   %loop_continue   --nostringval--   11337   --nostringval--   1794   4   11   %oparray_pop   --nostringval--   false   1   %stopped_push   1793   4   11   %oparray_pop   --nostringval--   (gstatetype)   --dict:0/0(L)--   --nostringval--   false   1   %stopped_push   --nostringval--   %loop_continue   --nostringval--   1650920   --nostringval--   1794   6   16   %oparray_pop   --nostringval--   false   1   %stopped_push   1793   6   16   %oparray_pop   --nostringval--   (gstatetype)   --dict:4/4(L)--   --nostringval--   false   1   %stopped_push   --nostringval--   %loop_continue   --nostringval--   1650444   --nostringval--   1794   8   19   %oparray_pop   --nostringval--   false   1   %stopped_push   1793   8   19   %oparray_pop   --nostringval--   (gstatetype)   --dict:1/1(L)--   --nostringval--   false   1   %stopped_push   --nostringval--   %loop_continue   --nostringval--   --nostringval--   --nostringval--   --nostringval--   --nostringval--   --nostringval--   %array_continue   --nostringval--   --nostringval--   --nostringval--   --nostringval--   --nostringval--
    [5] => Dictionary stack:
    [6] =>    --dict:1154/1684(ro)(G)--   --dict:1/20(G)--   --dict:75/200(L)--   --dict:75/200(L)--   --dict:106/127(ro)(G)--   --dict:286/300(ro)(G)--   --dict:22/25(L)--   --dict:4/6(L)--   --dict:22/40(L)--   --dict:1/1(ro)(G)--   --dict:2/5(L)--   --dict:1/1(ro)(G)--   --dict:1/1(ro)(G)--   --dict:1/1(ro)(G)--   --dict:1/1(ro)(G)--   --dict:2/5(L)--   --dict:1/1(ro)(G)--   --dict:1/1(ro)(G)--   --dict:2/5(L)--   --dict:1/1(ro)(G)--   --dict:9/15(L)--   --dict:1/1(ro)(G)--   --dict:1/1(ro)(G)--
    [7] => Current allocation mode is local
)
Does anyone had the same issue?
Thanks
Post Reply