bas82
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post 3.8.1 media upload troublesWell gladly I found the problem. The old version of ImageMagick seemed to be the culprit. I suggest your host to update it to the latest version. I can’t guarantee it will work for you, but it did for me.
Forum: Fixing WordPress
In reply to: Post 3.8.1 media upload troubles@zanimul: Does your host also use cpanel? Do you know which version of ImageMagick they are using? It appears I use an outdated version:
root@tank [~/download]# convert –version
Version: ImageMagick 6.2.8 05/07/12 Q16 file:/usr/share/ImageMagick-6.2.8/doc/index.html
Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLCMaybe that is the problem?
Also I have managed to get the following error into my error_log: libgomp: Thread creation failed: Resource temporarily unavailable wordpress
Running apache with phphandler suphp. When I switch to phphandler dso it works. But I want to run suphp 🙁
Forum: Fixing WordPress
In reply to: Post 3.8.1 media upload troublesWeb Server Apache v2.2.26 (cgi-fcgi)
PHP 5.4.25
PHP Max Post Size 32.00 MB
PHP Maximum Upload Size 36.00 MB
PHP Memory Limit 364.00 MB
MySQL Version 5.5.35-cll
MySQL Packet Size 64.00 MBThese are my settings, they should be more than enough according the wordpress documentation.
Forum: Fixing WordPress
In reply to: Post 3.8.1 media upload troublesI still can’t figure it out.
/wp-content/ ownership and rights are set correctly, chmod 755 as in the documentation.
The file gets uploaded and shows in the directory like 2014/02/filename.jpg but the creation of the thumbnail doesn’t occur. No error message is seen after uploading. Also when choosing a custom header the same problem occurs.
Apache error_log doesn’t show an error. Php info shows GD enabled. On the same install there is a vbulletin installation that works perfectly with GD, so looks like wordpress is the problem. Also recompiled Apache with php, but that doesn’t do the trick.
How else can I troubleshoot this problem?
Forum: Fixing WordPress
In reply to: Post 3.8.1 media upload troublesAfter more searching I still have no solution. I have recompiled apache/php with gd (which already was enabled and working).
Php -m gives also that the correct modules are installed:
root@tank [~]# php -m
[PHP Modules]
bcmath
calendar
Core
ctype
curl
date
dom
ereg
filter
ftp
gd
hash
iconv
imagick
imap
json
libxml
mysql
openssl
pcre
Phar
posix
Reflection
session
SimpleXML
sockets
SPL
SQLite
sqlite3
standard
tokenizer
XCache
XCache Cacher
xml
xmlreader
xmlwriter
zlib[Zend Modules]
XCache
XCache CacherPlugins of wordpress disabled. Will try to reupload or something?
Forum: Fixing WordPress
In reply to: Post 3.8.1 media upload troublesI have exactly the same problem.
I use a dedicated server with cPanel, and know my way around. I have the latest version of GD installed. Also on my vBulletin forum the GD function works perfect.
But in WordPress it doesn’t anymore. Also running 3.8.1. The image gets uploaded, can see it in my media, but resizing or using it doesn’t work. I have 2 blogs with the same problem. Even tried chmod 777 and double checked permission.
In short, the file gets uploaded without problems, but the editing/resizing doesnt work. The error message is not there. wp-admin/themes.php?page=custom-header&step=2 is the page where it happens for instance. Any suggestions are really appreciated.