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
[solved] image manager don't save
[solved] image manager don't save
Last edited by nnoel on Mon Aug 02, 2010 1:08 pm, edited 1 time in total.
Re: image manager don't save
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
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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: image manager don't save
same situation: no green tick to save my image.
Re: image manager don't save
When you rotate the image, the Green tick is there and when saving the image, it isn't?nnoel wrote: same situation: no green tick to save my image.
Is it a new install 1.8.1? Or an upgrade?
Tried to reupload files?
Reg. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: image manager don't save
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-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
Last edited by nnoel on Fri Jul 30, 2010 7:36 am, edited 1 time in total.
Re: image manager don't save
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)
$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
It worked before?
When did it stop working?
After an upgrade, changing server or...
Rolf
When did it stop working?
After an upgrade, changing server or...
Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: image manager don't save
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
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
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
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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
[solved] image manager don't save

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
Last edited by nnoel on Mon Aug 02, 2010 3:53 pm, edited 1 time in total.