nconvert - проблема
volirvag 29.05.2011 22:12
Здравствуйте
Скажу сразу, что я новичок. У меня проблемы с nconvert - выдаёт ошибку.
$f[^file::exec[/../cgi-bin/nconvert;;-help]]
<pre>$f.text</pre>
Выполняется и на страницу выводится инфа
** NCONVERT v5.62 (c) 1991-2010 Pierre-E Gougelet (Apr 23 2010/09:02:04) **
Version for FreeBSD x86 (X11) (All rights reserved)
** This is a freeware software (for non commercial use)
The JPEG code is based in part on the work of the Independent JPEG Group's software.
The PNG code is based in part on the work of the Group 42, Inc.
This software is based in part on compression library of Jean-loup Gailly and Mark Adler
Usage : nconvert [options] file ......
$f.status
сообщает: 255 (не знаю что это значит)
Файл для теста обнаруживается
^if(-f "/test/test.jpg"){да}{нет}
$test[^file::exec[/../cgi-bin/;;-o;/test/test.jpg;-rmeta;-ratio;-q;80;-resize;100;/test/sm.jpg]]
выдаёт ошибку:
'/home/www/site2/public_html/nconvert;;-o;/test/test.jpg;-rmeta;-ratio;-q;80;-resize;100;/test/sm.jpg' stat failed: No such file or directory (2), actual filename '/home/www/site2/public_html/nconvert;;-o;/test/test.jpg;-rmeta;-ratio;-q;80;-resize;100;/test/sm.jpg' [file.missing] [uri=/pic/, method=GET, cl=0]
Если делать так:
^use[common/NConvert.p]
^use[common/Img.p]
$oImg[^NConvert::create[
# Путь, где лежит nconvert
$.sScriptPath[/../cgi-bin]
# Имя самого файла nconvert
$.sScriptName[nconvert]
]]
^oImg.resize[/test/test.jpg;-rmeta;-ratio;-q;80;-resize;100;/test/sm.jpg]
выдаёт ошибку:
/home/www/site2/public_html/classes//common/Img.p(177:10): 'resize' Width or height MUST be specified [Img] [uri=/pic/, method=GET, cl=0]
Доп. инфа: parser 3.4.1, nconvert - FreeBSD 6.x, права везде 777.
Не знаю что делать уже. Может что-то не так делаю, но этого не вижу. Помогите пожалуйста.
- nconvert - проблема, volirvag 29.05.2011 22:12