weee Posted February 21, 2011 Share Posted February 21, 2011 Hello everyone, I am trying to rotate an image, but when I run my script I get: Fatal error: Call to undefined function imagerotate() in test.php on line 15 When I run phpinfo(), it shows GD support is enabled. Anyone have any ideas on how to get this to work? Thanks! weee Link to comment https://forums.phpfreaks.com/topic/228340-imagerotate-problems/ Share on other sites More sharing options...
Zurev Posted February 21, 2011 Share Posted February 21, 2011 From the PHP Documentation: Just a thought. Might be something worth looking into. The fact that it's calling an undefined function makes me think it's something with the library itself. Link to comment https://forums.phpfreaks.com/topic/228340-imagerotate-problems/#findComment-1177422 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.