da3x
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Resizemake clean is mandatory if you’ve already compiled without libjpeg before… now it’s working.
Forum: Fixing WordPress
In reply to: Image Resizedamn… resizing PNG works… JPEG not… even –with-jpeg-dir=”../jpeg-7/” doesn’t help. I’m stuck…
PS: sorry for my self-conversations here ??
Forum: Fixing WordPress
In reply to: Image ResizeFound the solution myself… to bad WordPress didn’t told me as it did with the missing z-lib earlier.
–with-gd was missing…
‘./configure’ ‘–prefix=/usr’ ‘–datadir=/usr/share/php’ ‘–mandir=/usr/share/man’ ‘–bindir=/usr/bin’ ‘–libdir=/usr/share’ ‘–includedir=/usr/include’ ‘–sysconfdir=/etc’ ‘–with-config-file-path=/etc’ ‘–with-exec-dir=/usr/lib/php/bin’ ‘–disable-debug’ ‘–enable-inline-optimization’ ‘–enable-magic-quotes’ ‘–enable-safe-mode’ ‘–enable-sigchild’ ‘–disable-ctype’ ‘–with-mysql’ ‘–disable-cli’ ‘–without-pear’ ‘–with-openssl’ ‘–with-apxs2=/usr/sbin/apxs2-prefork’ ‘–with-zlib’ ‘–with-zlib-dir=../zlib-1.2.3’ –with-gd –with-png-dir=”../libpng-1.2.39″
Forum: Fixing WordPress
In reply to: Image ResizeIt’s not that easy… I have all those sizes activated by the image isn’t resized for me either. See my settings…
https://photos-1.getdropbox.com/i/l/ZTwC73ju3F2IKwrMkNUF0N8oucEUqZyWlJb8dPjROxk
But the media dialog shows only the original size available. The image is inserted at full size allthough thumbnail size has been selected for the gallery in the post.
https://photos-1.getdropbox.com/i/o/EFrXBkMQ9plEI534KJEgTV6yBcA7CnbnlXR6E_CX83Q
Maybe PHP isn’t build with the proper settings? I’ve used the following during my last PHP update:
‘./configure’ ‘–prefix=/usr’ ‘–datadir=/usr/share/php’ ‘–mandir=/usr/share/man’ ‘–bindir=/usr/bin’ ‘–libdir=/usr/share’ ‘–includedir=/usr/include’ ‘–sysconfdir=/etc’ ‘–with-config-file-path=/etc’ ‘–with-exec-dir=/usr/lib/php/bin’ ‘–disable-debug’ ‘–enable-inline-optimization’ ‘–enable-magic-quotes’ ‘–enable-safe-mode’ ‘–enable-sigchild’ ‘–disable-ctype’ ‘–with-mysql’ ‘–disable-cli’ ‘–without-pear’ ‘–with-openssl’ ‘–with-apxs2=/usr/sbin/apxs2-prefork’ ‘–with-zlib’ ‘–with-zlib-dir=../zlib-1.2.3’
Any more ideas?