Hi,
I've uploaded an image and can't seem to rotate it. The option is greyed out. Anything I could try. When I ran my setup I had to use loose security
How can I check\enable it? Using ubuntu9.04 with full root access and have lampp setup.
Support for that needs to be installed on your server directly with the GD libary that does the image processing. Maybe it is installed but not enabled. You will have to look at the php.ini file (You have of course to find out where that is on a LAMP setup).
yeah I know where php.ini is (for future reference by default its under /opt/lampp/etc/php.ini) how do i check if GD Library is installed. I'm busy going through my php.ini file.
Ok I just run phpinfo() and I see a gd section it says the following
GD Support : enabled
GD Version : bundle (2.0.34 compatible)
Freetype support: Enabled
Freetype Linkage: with freetype
freetype version: 2.1.7
gif read support : enabled
gif create support: enabled
jpg support :enabled
png support :enabled
wbmp support: enabled
xbm support:enabled
Check directly for this function: http://php.net/manual/en/function.imagerotate.php
Sorry not quiet sure how to directly test it.
I tried the example that it has on that site but all it outputs is the url to that script
It returns the text exists. Maybe its permissions. If i right click my albums folder zenphoto/albums/firstgalley and select properties and view the permissions it says "nobody" is the owner and I cannot change the owner of the folder or files as I'm not nobody.
Thanks that worked. It was not checked.