
March 2nd, 2006, 03:27 AM
|
|
|
|
Join Date: Apr 2007
Location: india
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
php imagick problem
Hi
Iam using RH 9 with php-4.4.2
i have installed imagemagick-6.2.6 and phpimagick-0.9.11.It installed through source files ie through tar.gz files.
if we check it shows imagick enabled and installed successfully. But if we run imagick through a php script then it shows the error below.
Fatal error: Call to undefined function:
Fatal error: Call to undefined function:
imagick_create() in /home/httpd/tsils/ajay/imagic/sample.php on line 3.
So now what should i do to rectify this problem.
|