nicholasjcoleman
Forum Replies Created
-
Forum: Plugins
In reply to: [Crop-Thumbnails] Cropping Images Deletes OriginalI figured out the issue – not sure exactly where the breakdown occurs, BUT… when uploading an image that includes spaces, or multiple dashes (Image Name.jpg or Image–Name.jpg) the image somehow is renamed (Image-Name.jpg). This renamed original image will now get DELETED when performing any crop. No idea why. Solution: Do not upload images with spaces or multiple hyphens in the file name.
Forum: Plugins
In reply to: [10WebSocial] Cache and Check for new postsThat seems to have done the trick, thank you. Resetting the cache didn’t seem to be enough the first time.
Forum: Plugins
In reply to: [10WebSocial] Cache and Check for new postsI’m having this same issue, and I’ve verified with my hosting company that my site can use cron jobs. Any other troubleshooting I can try?
Forum: Fixing WordPress
In reply to: Scriptaculous 404 ErrorsFixed it!
It’s an error in the d13slideshow plugin.
That plugin calls and loads:
wp-includes/js/scriptaculous/scriptaculous.js
which is part of WordPress core… for some reason, this loads the scriptaculous effects with a prefix of “wp-“.I altered the d13slideshow.php file to call:
wp-includes/js/scriptaculous/wp-scriptaculous.js
which is ALSO part of WordPress core and it now no longer loads the effects files with the (incorrect) “wp-” prefix.I’ve notified the plugin author… problem solved (got rid of THOUSANDS of 404 errors, thankfully).
Forum: Fixing WordPress
In reply to: Scriptaculous 404 ErrorsSpoke too soon… I think maybe it’s a result of a plugin that’s trying to load the Scriptaculous libraries and is doing it from the base WordPress includes…
Forum: Fixing WordPress
In reply to: Scriptaculous 404 ErrorsSince these files are located in the wp-includes folder, I’m guessing that part of WordPress base install uses Scriptaculous code to work… and probably, doesn’t use these specific modules, but is loading them anyway… except the base WordPress install doesn’t use the files, so they aren’t in the folder at all.
So… that begs the question, why are they being called? Is this intentional?
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Strip tags for excerptTemplates! Of course! I’ll dig into that tonight. I should say, thank you for developing such a useful plugin. And such quick response!
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Strip tags for excerptDoes the new version strip image tags? This is irritating, as I INTENDED my excerpts to include images. I had this plugin working beautifully, displaying an image, followed by the excerpt text, and now it doesn’t display the images. ARGH! If there isn’t a way to stop the plugin from stripping tags, I need to dump it for something else. Couldn’t that be an *option*?
Forum: Requests and Feedback
In reply to: Google Gears making Firefox crash with WordPressSame for me.
Forum: Fixing WordPress
In reply to: WordPress Database Errcode: 30I found out that this error was happening because my hosting provider had done maintenance to a server and damaged either their PHP or MySQL installations. I would suggest speaking with your hosting provider, to see if this error is occurring with other customers besides you.
Best of luck,
-Nick-