Image upload… (OK) Crunching… (ERROR)
-
Greetings!
I have two WP installs: MAIN and SECONDARY running on the same VPS machine (cPanel)
Things have been great for a long while, bar the last 2-3 weeks. MAIN site has not been dealing with uploading images particularly well. SECONDARY hasn’t had a problem at all. I can use the same images and get different results. It’s great! Not.
So. I have disabled and deleted all plugins. Thanks. I have removed the entire MAIN install, installed a completely blank WP instance and tried to upload an image – same problem. File makes it to the server, crunching stage isn’t run, image sizes aren’t stored in the database and subsequently links, views and so on to the file do not work correctly… ever seen a 0x0 image box with the actual image in it? It’s not great.
I think i have narrowed it down to the crunching process, or at least the process that runs after the file makes it to the server when it is recording the image size and then deciding what medium/thumbnail sizes to use. When i look in the database, the files that DON’T work have no extra information regarding these. images that were uploaded prior to the issue all have thumbnail, medium and full records relating back to the image record.
Then I found an image that works. It’s 8k. I don’t get thumbnails, because it’s smaller than 150×150, so I’m guessing that WP figures that out and doesn’t try the resizing process.
I have even tried a re-thumbnailing plugin, it also doesn’t work. I’m unsure if it’s because it is looking for the thumbnail records in the first place or if it is hitting whatever isn’t working on the MAIN install. Either way, not having a debugger is really cramping my style.
I guess I am looking for help, commiserations or some kind of miracle cure. The thing that got me started on this was that I couldn’t get the “Featured Image” stuff to show me the image, but it would attach it to the post. I assume that the featured image code actually displays the medium or thumbnail image on the post editing page.
Right, so, yeah. Lots of information to get through. The big ticket items are: 2 installs, working under the same PHP environment constraints (RAM, MAX_UPLOAD, MAX_POST) are getting different results. Yes they have different themes, but a fresh install with no themes and no plugins had exactly the same issue. So “it can’t” be those things.
Any suggestions?
Cheers
- The topic ‘Image upload… (OK) Crunching… (ERROR)’ is closed to new replies.