Page 1 of 1
[solved] image manager don't save
Posted: Thu Jul 29, 2010 4:43 pm
by nnoel
hi,
after successfully rotated my picture, I can't save the result with image manager. I set the permissions on the upload/images/gallery/subdir at 777 and I can see the temp editor_xxxxxx.jpeg file in my subdir.
Can you help me?
ps I am on 1.81
Re: image manager don't save
Posted: Thu Jul 29, 2010 4:50 pm
by Rolf
Hello nnoel,
Welcome at the CMSMS forum.
You might have a fileowner problem on your server.
Try to change the Umask in Site Admin >> Global Settings >> Advanced Setup to 000 and try again.
grtz. Rolf
Re: image manager don't save
Posted: Thu Jul 29, 2010 5:09 pm
by nnoel
same situation: no green tick to save my image.
Re: image manager don't save
Posted: Thu Jul 29, 2010 5:19 pm
by Rolf
nnoel wrote:
same situation: no green tick to save my image.
When you rotate the image, the Green tick is there and when saving the image, it isn't?
Is it a new install 1.8.1? Or an upgrade?
Tried to reupload files?
Reg. Rolf
Re: image manager don't save
Posted: Thu Jul 29, 2010 6:10 pm
by nnoel
it's an upgrade to 1.81 and the green tick is there on rotate and not on save.
re-upload didn't solve the issue
the first upload was made via the gallery module
tests with image manager first upload were not successful
I can see the editor_xxxxxx xx.jpeg temp files in the upload/images/gallery sub dir
Re: image manager don't save
Posted: Fri Jul 30, 2010 8:06 am
by nnoel
in my config.php i have
$config['image_manipulation_prog'] = 'GD';
$config['image_transform_lib_path'] = '/usr/bin/ImageMagick/';
it seems to be a mix between GD and ImageMagic...
(furthermore the image_transform_lib_path is not correct for my ISP)
Re: image manager don't save
Posted: Sat Jul 31, 2010 10:47 am
by Rolf
It worked before?
When did it stop working?
After an upgrade, changing server or...
Rolf
Re: image manager don't save
Posted: Sun Aug 01, 2010 8:29 am
by nnoel
I re-installed 1.8.1 from scratch. Same issue: no green tick for saving with image manager!
umask is 000. dir/files permissions 777 or 755 with same results. the temp editor_xxx.jpeg files remain in the directory.
May be a bug in image manager

Re: image manager don't save
Posted: Sun Aug 01, 2010 9:15 am
by Rolf
Hi nnoel,
You can try looking into the PHP Error Log of the webserver, perhaps there will be some errors shown.
Also try to enable 'debug' in the config.php and look when using the Image Manager if there are any error or notices displayed.
Rolf
[solved] image manager don't save
Posted: Mon Aug 02, 2010 1:07 pm
by nnoel

things are again OK
It was like the editor's frame was to small to display the 2 last buttons (save & cancel)
I found it's linked to my ubuntu firefox 3.6.8 version (in fact the 2 buttons are under the upper-left corner of the picture)
If I use the css border box model (via the web developper tools add-on), I can at least see the the green OK tick button