gavinhamm
Member
Posted 10 months ago #
I'm getting this message
CW Image Optimizer requires littleutils. You are missing: opt-png, opt-jpg, opt-gif.
Obviously because I haven't installed littleutils, but I'm not sure exactly how to install it, or where to put it.
Is there a tutorial somewhere? Or Can I install it somehow using Cpanel?
i would like to know as well please.
zulugrid
Member
Posted 10 months ago #
I don't think it is something that can be installed using Cpanel.
I'm working on tutorials for the major distributions of Linux (CentOS, Redhat, Ubuntu..), but they aren't quite ready yet.
Anyone who is familiar with compiling software on Linux should be able to easily install littleutils though. Basically you download package and run the following commands in the directory that has the littleutils-1.0.24.tar.bz2 file:
- tar jxvf littleutils-1.0.24.tar.bz2
- cd littleutils-1.0.24
- ./configure
- make
- make install
- make install-extra
gavinhamm
Member
Posted 10 months ago #
@zulugrid: Thanks. I'm switching from shared to dedicated tomorrow and will have root access and hopefully this will work.
zulugrid
Member
Posted 10 months ago #
The installation instructions have been updated to include step-by-step instructions for CentOS and Ubuntu. Hope this helps!
kirkvan
Member
Posted 10 months ago #
@zulugrid, thanks for the excellent instructions here...
http://wordpress.org/extend/plugins/cw-image-optimizer/installation/
...which I just completely followed; however, I'm running CentOS and am still receiving this error in WordPress:
"CW Image Optimizer requires littleutils. You are missing: opt-png."
kirkvan
Member
Posted 10 months ago #
I was missing pngcrush. Once installed, opt-png correctly installed. My issue resolved.
gavinhamm
Member
Posted 9 months ago #
hmm I'm still getting the message CW Image Optimizer requires littleutils. You are missing: opt-png, opt-jpg, opt-gif.
And when I try to bulk optimize I just get "example.jpg is not writable" with all file types. I installed littleutils and pngcrush installed. Anyone go through this?
gavinhamm
Member
Posted 9 months ago #
Made images writable (permissions on server), now im getting
– Bad response from optimizer
and
Warning: exec() has been disabled for security reasons in /public_html/wp-content/plugins/cw-image-optimizer/cw-image-optimizer.php on line 57
over and over
kirkvan
Member
Posted 9 months ago #
I can't promise that the plugin author, Jacob Allread, can take on littleutils server install issues, but here's a support thread on his blog wherein he was very helpful in supporting and improving his plugin code:
http://www.jacoballred.com/my-sites/image-optimizing-wordpress-plugin/
zulugrid
Member
Posted 9 months ago #
Sorry gavinhamm, this plugin requires exec() in order to run opt-jpg/opt-gif/opt-png. You won't be able to use this plugin without being able to use exec().
zulugrid
Member
Posted 9 months ago #
I've updated the plugin to check for exec(). It will now warn you if your PHP doesn't have permissions to run exec().
sarangan112
Member
Posted 9 months ago #
Can anyone show me how to install on Debian machine?
S3nd41
Member
Posted 4 months ago #
Hello, I'm running my blog on a shared host so I was thinking about downloading it to my local Xampp server, optimize the images and then uploaded them back to my web server.
Did anyone try installing littleutils on xampp? Can you post some instructions please? Thanks!
S3nd41
Member
Posted 4 months ago #
Hummm, I tried activating the plug-in and got this error message: "CW Image Optimizer isn't supported on your server. Unfortunately, the CW Image Optimizer plugin doesn't work with WINNT." too bad :\
Very neat plugin, works like a charm on a test site.