Error while rotating of an image: ErrorNoImageRotate

General Forum
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error while rotating of an image: ErrorNoImageRotate

Post by Jan »

Hi, it seems like your PHP on the server doesn't support the:

imageRotate function

( http://cz.php.net/manual/en/function.imagerotate.php )

e.g. for testing it you can run some php file on your server with following code:

Code: Select all

if(!function_exists("imagerotate")) {
    return 'ErrorNoImageRotate';
}
If you find Phoca extensions useful, please support the project