nickd32
Forum Replies Created
-
I’m getting the same error. In searching through the wp_postmeta table, it seems like the images that are failing to resize have blank _wp_attachment_metadata entries.
It looks like this
a:0:{}Seems the images that do have at least something for _wp_attachment_metadata resize just fine.
NOTE: All the images (both successful resizes and failed resizes) have an entry for _wp_attached_file
In my case, I migrated a website for a client using the WordPress import/export mechanism (as opposed to a MYSQL dump). After that was done, I noticed many of the images didn’t get copied over (even though I checked the box), so I used FTP to overwrite all the images from the old server to the new one.
I tried to use Regenerate Thumbnails to re-create that metadata for each image, but for those images without a _wp_attachment_metadata entry, the plugin reports “resize failure: undefined”
Forum: Plugins
In reply to: New Plugin: Ads By Country (Javascript version)Plugin has been moved here:
http://wordpress.org/extend/plugins/ads-by-country/Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] W3TC and Ozh' Who Sees Ads (WSA)I ended up writing my own plugin to do this:
http://wordpress.org/support/topic/new-plugin-ads-by-country-javascript-version?replies=1Forum: Installing WordPress
In reply to: Missing items in Admin after upgrading 2.9.2 -> 3.0.1I had the same issue, but resolved it without re-installing WP.
I was using the User Capability Manager plugin, and I had to revert to the default WP roles.
Also, I went through the wp_options table inside phpMyAdmin and found a few errors that I corrected.
I also had to logout/login to get the Users/Widgets/Menu links to show up.
Hope this helps someone.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Bad Behavior and Ozh’s Who Sees Ads compatibilityHi Frederick, just checking in on the compatibility of W3TC with Who Sees Ads (WSA).
Seems there are two paths for a solution:
1. Re-write WSA to use javascript instead of PHP calls
2. Somehow alter W3TC to allow for the WSA plugin.Have there been any updates to this on your end recently? I’m guess it will be easier to modify WSA to just use javascript (based on these two posts).
Thoughts?
NickForum: Plugins
In reply to: [Plugin: W3 Total Cache] wpmu compatibilityAny idea when v1.1 will be available? (rough, ballpark estimate?)
Lots of WPMU/Multi-DB users (myself included) could really use W3TC.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] wpmu compatibilityCan you elaborate a little more on why not? Is there any way to have W3TC look for another file besides db.php?
We’ve also got a discussion going over at the WPMU Dev forums.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] wpmu compatibilityAlso, you have to be careful with installing this. It creates a db.php file, and if you are using the Multi-DB plugin, the db.php in wp-content which is needed for multi-db to function will get over written.
@fredericktownes – How can we use both W3TC and Multi-DB? I just installed the plugin, and it over-wrote my /wp-content/db.php file, which is required for Multi-DB to work.
I assume one instance of the db.php file would need to be renamed?
Forum: Fixing WordPress
In reply to: Comment editing not woking after 2.8 upgradethanks, but that didn’t work either. also, I tried esmi’s links. They don’t make sense, being that these are the core WP files we’re talking about.
Forum: Requests and Feedback
In reply to: unable to validate commentsI have the same error. All my plugins are deactivated. Any fixes?
Forum: Fixing WordPress
In reply to: Comment editing not woking after 2.8 upgradebump. I can’t find a fix anywhere.
Forum: Plugins
In reply to: TWITTER TOOLS: Not Updating Daily…I recently noticed my twitter tools has gone crazy.
Suddenly, I’m pulling in someone else’s tweets and for the life of me, I can’t figure out why.
I have checked and my username and pw are correct. Anybody else seeing this?