mqudsi
Forum Replies Created
-
Hi John,
It was actually a cache issue. A hard reload took care of it.
Thanks for your awesome work. It’s helped me provide feedback to literally dozens of popular plugins about bad query plans, lack of caching, needless script loading, and more.
Same problem here. jQuery-core is loaded fine in the same page’s source:
<script type='text/javascript' src='https://neosmart.net/blog/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils&ver=4.9.5'></script>
and
window.jQuery
is defined and working properly.Typically, restarting redis on the host in question will force the old data out. You’re seeing that error because WordPress is seeing the old redis-cached data telling it the redis plugin is enabled (so you can navigate to that page), but when you land there the plugin is actually disabled and you get that error.
Forum: Plugins
In reply to: [jQuery Colorbox] jQuery Colorbox log messagesYou need to modify jquery-colorbox-wrapper.min.js and remove the console.debug and console.log lines
Here are some related issues: https://imgur.com/a/QPycL
Forum: Plugins
In reply to: 1.1 Not Working, I’m Going Back to 1.0You should not go back to 1.0!
1.1 fixes a critical SQL-injection vulnerability!
Forum: Plugins
In reply to: Sitemap Generator 3 Beta 7 not workingbump?
Forum: Fixing WordPress
In reply to: WordPress 2.0.6: Feedburner issue, and fixAnother (alternative) workaround and more info on this bug is available at The NeoSmart Files: https://neosmart.net/blog/archives/317
Forum: Fixing WordPress
In reply to: Admin Notification Email of New User RegistrationMe neither!! I have 1k users, and it’s filling my account to the brim!
Forum: Everything else WordPress
In reply to: Multi-Author with subdomain-based filters?Thanks for the (very) quick reply, the first sounds great, but then again, each author will be posting to the same categories.
Do you think the second option will work?
Like:Blog
|Me
||Art
||Science
||History
|You
||Art
||Science
||History
|Him
||Art
||Science
||HistoryWhere the categories (Art, history, science) are synchronized between the authors?
Forum: Fixing WordPress
In reply to: Email all RepliersThanks FruitFly.. I guess I should have been more specific, I was looking for JUST that…. I am not familiar with the WP database, and was wondering if there was a column for that. (comment_author_email that is)
Thanks!
Forum: Fixing WordPress
In reply to: Pages Converted to PostsThank you Matt.
There were only 3 pages, so I modified the SQL by hand.Forum: Alpha/Beta/RC
In reply to: Extra Item in Monthly Archives ListOOPS!
I was searching for “extra archive” and “0 archhive” but never “zero archive”You migh tbe interested in knowing that the WP-Touched Plugin is the cause. it creates date 0000-00-00 00:00:00 after updating to a new version.
Forum: Installing WordPress
In reply to: CHMOD QuestionsAre you by any chance on a Windows host?
Ridiculous question in all likelihood, but if you are, give CHMOD-Win a shot. Its a CHMOD program for IIS/Apache on Windows. https://neosmart.net/Products/CHMOD-Win.htm