After upgrade to 3.5, Ι can not upload images shows me
Error xxx.jpg ERROR HTTP.
After upgrade to 3.5, Ι can not upload images shows me
Error xxx.jpg ERROR HTTP.
Can you explain in more detail what happens, is there any error code?
What happens when you upload from wp-content/media-new.php ?
hi, sorry for my english :)
i have same problem ;/
and it is random, some of big jpg is ok and they upload normally some smaller dont - http error
from wp-admin/media-new.php same situation, some of them are ok some are not but in here if dont i have something like this:
503 Service Unavailable
The server is temporarily busy, try again later! Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!
all plugin are off
in 3.4.2 everything was ok...
@hhpl Your problem sounds different and is probably due to limited server power, I would contact your server/host provider about this problem.
ok but what i should tell them ?
what specifically they should change ?
Tell them that the server is too busy too much of the time! They might not be able to do anything if so you might want to change hosts to get a better service.
but in 3.4.2 everything was ok ;/
Try changing back to 3.4.2 to see if this is not a coincidence. There shouldn't be anything in 3.5 to cause this problem.
hhpl - Please make your own topic. It makes it harder to help the OP when you do this :)
B_Dark - Have you been able to upload images via WP Admin > Media Library > New ?
ok, sorry, I thought it was the same problem ;]
@Ipstenu (Mika Epstein) via the post and via WP Admin > Media Library > New
Is that a yes or a no, B_Dark? :) Are you getting a specific error on the Media Library one?
is yes but no only via WP Admin > Media Library > New, i have the same problem and via the posts to and featured images etc.
i uploaded one png image 300x300(208k) everything ok, i uploaded one jpg 220x201(17,9k) everything ok, but when I uploaded one jpg 619x348(247kb) it gave me again "HTTP error" :/
My PHP specs:
PHP Version 5.3.18
mysql Client API version 5.1.65-cll
post_max_size 60m
upload_max_filesize 200m
memory_limit 128m (local) 1024m (master)
max_input_time 60
max_execution_time 600
My multisite .htaccess is
# BASIC SECURITY
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
php_value memory_limit 128M
#php_admin_flag safe_mode off
# Prevent folder browsing
Options All -Indexes
<Files wp-config.php>
order allow,deny
deny from all
</Files>
# BEGIN feedburner and uploaded files adjustments.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} !^.*(FeedBurner|FeedValidator) [NC]
RewriteRule ^feed/?.*$ http://feeds.feedburner.com/mysite [L,NC,R=302]
RewriteRule ^home?.*$ http://feeds.feedburner.com/mysite [L,NC,R=301]
RewriteRule ^wp-content/uploads/(.*)$ http://mysite.com/files/$1 [L,R=301]
RewriteRule ^wp-content/gallery/(.*)$ http://mysite.com/files/$1 [L,R=301]
RewriteRule ^wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf$ http://mysite.com/files/jw-player-plugin-for-wordpress/player/player.swf$1 [L,R=301]
</IfModule>
# BEGIN ANTISPAMBLOG REGISTRATION
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-signup.php*
RewriteCond %{HTTP_REFERER} !.mysite.com. [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://die-spammers.com/ [R=301,L]
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post.php*
RewriteCond %{HTTP_REFERER} !.*mysite.com.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]
</IfModule>
# BEGIN Watermark Hotlinked Images
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https?://([^.]+\.)?mysite.com [NC]
RewriteCond %{HTTP_REFERER} !^https?://([^.]+\.)?google.\ [NC]
RewriteCond %{HTTP_REFERER} !^https?://([^.]+\.)?facebook.com [NC]
RewriteCond %{HTTP_REFERER} !^https?://([^.]+\.)?twitter.com [NC]
RewriteCond %{HTTP_REFERER} !^https?://([^.]+\.)?yahoo.\ [NC]
RewriteCond %{HTTP_REFERER} !^https?://([^.]+\.)?bing.\ [NC]
RewriteCond %{HTTP_REFERER} !^https?://([^.]+\.)?ixquick.com [NC]
RewriteCond %{HTTP_REFERER} !^https?://([^.]+\.)?feeds.feedburner.com/mysite [NC]
RewriteRule ^(.*\.(png|gif|jpe?g))$ http://mysite.com/wp-content/plugins/watermark-hotlinked-images/watermark.php?img=$1 [L]
</IfModule>
# END Watermark Hotlinked Images
#Begin gzip and deflate
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/css application/x-javascript text/plain text/xml image/x-icon
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/html M3600
ExpiresByType text/css M3600
ExpiresByType application/x-javascript M3600
ExpiresByType image/bmp M3600
ExpiresByType image/gif M3600
ExpiresByType image/x-icon M3600
ExpiresByType image/jpeg M3600
</IfModule>
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . index.php [L]
#END WordPressi compress the image 619x348(247kb) to 619x348(49kb) and the still gives me http errors, so i think the problem is with the the dimensions...
Wow, killer detective work!
How much PHP memory do you have allocated? (You may need to ask your host)
memory_limit 512M(local) 1024M(master)
also my error_log shows me this(i don't know if they have any connection with the http error):
[20-Dec-2012 22:04:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:04:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:04:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/pluggable.php on line 876
[20-Dec-2012 22:06:06 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/load.php on line 125
[20-Dec-2012 22:06:06 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/load.php on line 126
[20-Dec-2012 22:07:21 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:07:24 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:07:24 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/comment.php on line 619
[20-Dec-2012 22:07:24 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/comment.php on line 620
[20-Dec-2012 22:07:24 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/comment.php on line 621
[20-Dec-2012 22:07:24 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/pluggable.php on line 876
[20-Dec-2012 22:07:30 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:07:35 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:07:39 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:07:42 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:07:47 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:07:49 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:07:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:07:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:07:56 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:07:56 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/comment.php on line 619
[20-Dec-2012 22:07:56 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/comment.php on line 620
[20-Dec-2012 22:07:56 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/comment.php on line 621
[20-Dec-2012 22:07:56 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/pluggable.php on line 876
[20-Dec-2012 22:07:58 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:07:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:02 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:05 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:05 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:06 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:08 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:09 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:10 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:11 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:11 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:12 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:13 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:14 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:15 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:17 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:25 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:26 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:26 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:28 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:28 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:29 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:31 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:32 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:32 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/pluggable.php on line 876
[20-Dec-2012 22:08:33 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:34 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:38 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:43 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:46 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:54 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:08:59 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:09:06 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:09:09 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:09:13 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:09:23 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:09:23 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/feed-rss2.php on line 8
[20-Dec-2012 22:10:30 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:10:30 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/pluggable.php on line 876
[20-Dec-2012 22:11:40 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:11:40 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/pluggable.php on line 876
[20-Dec-2012 22:11:49 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:11:49 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/pluggable.php on line 876
[20-Dec-2012 22:11:52 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:11:52 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/pluggable.php on line 876
[20-Dec-2012 22:11:58 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:11:58 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/pluggable.php on line 876
[20-Dec-2012 22:12:02 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:12:02 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/pluggable.php on line 876
[20-Dec-2012 22:12:21 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:12:21 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/pluggable.php on line 876
[20-Dec-2012 22:13:14 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/load.php on line 125
[20-Dec-2012 22:13:14 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/load.php on line 126
[20-Dec-2012 22:13:17 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/load.php on line 125
[20-Dec-2012 22:13:17 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-includes/load.php on line 126
[20-Dec-2012 22:13:21 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57
[20-Dec-2012 22:13:21 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/plugins/seo-ultimate/modules/files/files.php on line 94
[20-Dec-2012 22:13:37 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/wp-config.php:2) in /home/site/public_html/wp-content/themes/site/functions.php on line 57PHP memory is not the same as total memory :) What's the memory set to in your php.ini?
(That header info message means something else, though you should check your wp-config.php for stray blank lines outside of the <?php .... ?> wrapper.
my help desk of my host told me this
We do not have a specific limit set but we monitor all servers 24x7 and if we notice that an account is causing high usage for a shared hosting environment then we will inform you by email about it.
The PHP value limit is 64 MB by default
i don't have any php.ini created yet, what do i have to do exactly (what do i have to add inside the php.ini and where i have to put it)?
the problem is with the dispossession of images.. specific any photo over than 511(width) i got http error , and any image less than 511(width) upload without any http error
With .exe,.zip,.doc files I got this msg
“xxx.zip” has failed to upload due to an errorWith .pdf uploaded right, with .mp3 freeze at "Crunching…" But I uploaded it.... I returned back to the version 3.4.2 and everything works fine, so the problem occurs with the new version.
Sorry, this file type is not permitted for security reasons.
i deactivated all of my plugins again and i found this:
My custom theme says "http error" without the plugins activated, also when Co-Authors Plus (Version 3.0.3) is activated with another theme (Twenty Twelve) it still says "http error" when i upload an image via media or post
It's not your theme, it's not your plugins. You don't have enough PHP memory to process the images. Or the media.
ok but why this happent only after upgrade to 3.5.?! I rollback to 3.4.2 and everithing is ok again!!!
The new media uploader is why.
Does your server have Imagick installed? If so what version? There have been issues just like this on older versions of imagick.
on phpinfo says magick module version 3.0.0
and my host says they have the mageMagick 6.7.8-8
This topic has been closed to new replies.