Image Uploader Won’t Finish Crunching (And other issues)
-
Hi there,
Problem #1
Yesterday, as I was trying to increase my media upload limit, I bumped up the upload and memory limits in my php.ini file and wp-settings.php. Now, images of any size and dimension I upload will upload 100% but freeze in the “crunching” stage, and when I view them in the gallery, their full size is listed as 0 x 0.
Here’s what the relevant parts in my php.ini file look like:
max_execution_time = 300 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 500M ; Maximum amount of memory a script may consume (8MB); Maximum allowed size for uploaded files.
upload_max_filesize = 100MHere’s what the top of my wp-settings.php file looks like:
<?php
/**
* Used to setup and fix common variables and include
* the WordPress procedural and class library.
*
* You should not have to change this file and allows
* for some configuration in wp-config.php.
*
* @package WordPress
*/if ( !defined(‘WP_MEMORY_LIMIT’) )
define(‘WP_MEMORY_LIMIT’, ‘500M’);Please help! At this point I just want to be able to upload photos again, although being able to upload photos more than 4M in size would be great.
I’ve read other threads on the forum here regarding this topic, and several have mentioned using .htaccess. I don’t quite know what .htaccess is or how to create a .htaccess file, so could someone please explain this?
Since I was also fuzzy on how php.ini files worked, I followed the instructions here: http://www.fatcow.com/knowledgebase/read_article.bml?kbid=7090. FatCow is my current host.
Problem #2
After uploading a new theme yesterday, I noticed that clicking on any of the posts on the front page (under “Latest Work”) would, sure enough, bring me to the post, but I would be unable to comment or view comments on the post. However, clicking on “Blog” at the top and then clicking on the post would allow me to comment/make comments.
Is there any way to make the posts commentable when clicked on from the from page? I understand this is a theme-specific question, and I’m emailing the creator of the theme to see if anything can be done, but is there anyone here who knows how to fix this?
My website: https://kevinmingong.com/
Thanks in advance!
-Kevin
- The topic ‘Image Uploader Won’t Finish Crunching (And other issues)’ is closed to new replies.