On upload images wrotes: PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed.
But! In php.ini http://www.mixa.ru/nav/info.php GD is installed. Can anyone help me? :))
If you are trying to work with jpg, GD on your system does not support it, or else it would be listed there.
You need to compile JPEG support in using --with-jpeg when you configure.
Having an entry about GD in php.ini is just wishfull thinking: to find out if you actually have GD with jpg support, take a look at phpinfo (refer to http://coppermine.sourceforge.net/faq.php#VersionGD ). Be carefull when shouting bug - in most cases, the bug sits in front of the keyboard.
Joachim