Member
Member
funkyapache   15-12-2009, 10:34
#1

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

Administrator
Administrator
acrylian   15-12-2009, 10:56
#2

If you can't rotate your server probably does have the functionality to do so.

Member
Member
funkyapache   15-12-2009, 13:57
#3

How can I check\enable it? Using ubuntu9.04 with full root access and have lampp setup.

Administrator
Administrator
acrylian   15-12-2009, 15:14
#4

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).

Member
Member
funkyapache   15-12-2009, 15:30
#5

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.

Member
Member
funkyapache   15-12-2009, 15:43
#6

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

Administrator
Administrator
acrylian   15-12-2009, 16:06
#7

Check directly for this function: http://php.net/manual/en/function.imagerotate.php

Member
Member
funkyapache   15-12-2009, 16:17
#8

Sorry not quiet sure how to directly test it.

Member
Member
funkyapache   15-12-2009, 16:19
#9

I tried the example that it has on that site but all it outputs is the url to that script

Administrator
Administrator
acrylian   15-12-2009, 16:34
#10

if(function_exists("imagerotate")) { echo "exits"; } But actually setup already does this.

Member
Member
funkyapache   15-12-2009, 16:45
#11

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.

Member
Member
sbillard   16-12-2009, 02:04
#12

Have you checked your auto rotate image option?

Member
Member
funkyapache   16-12-2009, 10:24
#13

Thanks that worked. It was not checked.

Member
Member
divedj   19-12-2009, 14:27
#14

Hi,

I just got the same problem. Checked alredy all the above and the auto rotate option is not checked.

If there are any more ideas it would be very nice to let me know.

Thank you very much

Dieter

Administrator
Administrator
acrylian   19-12-2009, 14:32
#15

Well, if the auto rotate option is not checked it will of course not work... If you mean you can't check the option you may need to contact your service provider.

Member
Member
divedj   19-12-2009, 14:51
#16

Sorry, I was missreading the part with auto rotation.

Autorotation checked its working!!

Thanks a lot.

Dieter

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.