katelarking
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New images not uploading – 4.7Hi Skippy,
I had to upload an entirely new php initiation file. I did get help from my host in doing this and that finally increased my upload limits, etc, to accomodate my theme. If you have multiple wordpress apps hosted on one server, then you have to update one into each domain (or so I was told by the person helping me but it seemed to work if I updated it to the root).
Contact your host and make sure that you are editing or uploading the correctly named php.ini file (mine had a number in it) so that it takes effect. If it works, it will work right away.
Kate
Forum: Fixing WordPress
In reply to: New images not uploading – 4.7Ah, okay, thank you!
Forum: Fixing WordPress
In reply to: New images not uploading – 4.7Rename .htaccess – did this and the problem persisted
Switched from theme to a default – this resolved the issue. Contacted my theme creator (SculptureQode) and they said to increase my PHP
Increased my PHP – changed the php.ini file to increase the file uploads, page uploads, timeouts, etc etc. Problem persisted.
My issues seems to be very similar to this one: https://ww.wp.xz.cn/support/topic/http-error-when-uploading-images-27/
When using the multiple file uploader, I get “HTTP Error”. When using the browser single file uploader, I get the Internal Server Error.
Other wordpress blogs run off the same server are totally fine. It’s just the one site.
Still waiting on my server error log. Edit: Found it! It is this over and over again.
[Fri Jan 06 10:59:12 2017] [11641805] [fcgid:warn] (104)Connection reset by peer: [client 136.159.201.165:56636] mod_fcgid: error reading data from FastCGI server, referer http://katelarking.com/wp-admin/media-new.php
[Fri Jan 06 10:59:12 2017] [11641805] [core:error] [client 136.159.201.165:56636] End of script output before headers: async-upload.php, referer http://katelarking.com/wp-admin/media-new.phpEnabled debugging. Got this right after I tried to upload something:
[06-Jan-2017 17:59:12 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/05/11641805/html/katelarking.com/wp-includes/class-wp-image-editor-imagick.php on line 371
What should I do next?
- This reply was modified 9 years, 5 months ago by katelarking.
- This reply was modified 9 years, 5 months ago by katelarking.
Forum: Fixing WordPress
In reply to: New images not uploading – 4.7Thank you, both. I have activated my error logs, which may take up to 24 hours, so I am waiting to see if I can find out what it is.
What should I do with the .htaccess file ones I rename it? Will it self-generate a new one to replace it?