Images do upload, but only size WordPress shows is 0x0
-
I also have this problem, but at least in my case it doesn’t seem to have anything to do with permissions (777 for all directories involved), like I saw in another post. I also haven’t any any domain or server change.
The only thing related that has changed is that I added a new image size via funcions.php on my theme, but I have tested removing it, and it didn’t work:
if ( function_exists( 'add_image_size' ) ) { add_image_size( 'destaque', 960, 640 ); }
The problem appeared after upgrading (manually) to 3.3. I have upgraded to 3.3.1, yet the problem persists, both with the new and old uploader.
One other thing: the files are being uploaded to the server; it’s just that I can’t see the sizes on WordPress.
Strange thing: when I do it from my laptop (same Windows and Firefox versions, same internet connection), it works as it should. But only from it. When I mentioned that the files were uploaded to the server, it was before I uploaded them through my laptop.
Can anyone help me with that?
Thanks in advance,
Alexandre Giesbrecht
- The topic ‘Images do upload, but only size WordPress shows is 0x0’ is closed to new replies.