Lentil
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: External Gallery2 Image Block Plugin] Compatible with 2.7?Not sure… I’ve used it pretty continuously from 2.5 on, so I have to believe it was working with 2.7. I know the various 2.8.x versions have all been successful for me.
I guess the “watch favorites” feature doesn’t actually work so well. Apologies for the perceived abandonment of this thread.
The root cause of this issue turns out to be that the “sanitize” function is present on some installations (like mine) only as part of another plugin. OOPS!
I’ve created a local “sanitize_key_names” function to resolve this issue.
Version 0.1.5 is now winging its way into the repository with this fix.
I took another look and didn’t see anything obvious that would cause this… other than a path problem.
Any additional info?
Hi Desean. I just got your comment at the blog. I’ll try to look at this tonight when I get home from work…
Could you post your current WP version (you said latest, but that could mean several things) and what plugins you have installed?
At first glance, it appears that “sanitize” is a function in:
/wp-includes/js/tinymce/plugins/spellchecker/tinyspell.phpThis feature is installed as part of the base WP package (even though it is in the plugin folder). Do you have the file listed above? It looks like WP may not be finding that code any more.
You mentioned editing your path, this could be an issue here. I’m not an expert on how WP resolves function paths in concert with php.