kalligator
Forum Replies Created
-
Please add this to the FAQs with an example.
Forum: Plugins
In reply to: [FakerPress] Fatal error: Declaration of lucatume\DI52\Container::has($id)Change line 290 of fakerpress/vendor/lucatume/di52/src/Container.php to:
public function has(string $id): bool
Forum: Plugins
In reply to: [Upload Media Exif Date] Images stored in folder 1970/01OK I gradually applied the changes from 1.02 onward and the culprit was indeed the hook introduction in 1.04.
In Jetpack they have tied the Tiled Gallery feature to Photon according to this so maybe they’ve disabled the old way.
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Table not createdThanks, everything is ok!
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Table not createdThanks so getting back with the fixes.
There was still a problem with the table creation.WordPress database error Incorrect index name '' for query ALTER TABLE wp_lightbox_photoswipe_img ADD KEY '' ('created') from require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, lightbox_photoswipe_init, lightbox_photoswipe_create_tables, dbDelta
I turned lines 167 & 168 to:
PRIMARY KEY imgkey (imgkey), INDEX created (created)
which stopped the errors.
However it was still not working. And as I found out, the culprit is that I am using a cdn for images, particularly jetpack’s photon!
On sites on the same server that I don’t use photon the plugin works great.- This reply was modified 7 years ago by kalligator.
- This reply was modified 7 years ago by kalligator.
- This reply was modified 7 years ago by kalligator.
Forum: Plugins
In reply to: [PhotoSwipe] Support for single images?Awesome! Can’t wait!
Forum: Plugins
In reply to: [My Eyes Are Up Here] crop by upload+1
Forum: Plugins
In reply to: [Admin Command Palette] Support for Users lookup?Thanks for getting back.
Yes I’m an admin on a local installation in Windows. Perhaps this is the problem?On the plugin options I only see checkboxes for individual post types & taxonomies (under “Included Post Types” & “Included Taxonomies”).
I have WP 4.3.3 and wp_installing() was introduced in 4.4.
Perhaps look into including it for backwards compatibility like they did here.Forum: Plugins
In reply to: [Gator Cache] Purge all cache on publish post?Thanks for the reply.
I’ll try that first chance I get and I’ll await the multiple caches version.Forum: Plugins
In reply to: [Gator Cache] Purge all cache on publish post?After I update the post I do see the notice “Post updated. View post (GatorCache refreshed)”.
And the time shown in debug is indeed diffirent.But that goes for the specific post only.
I want to be able to purge ALL cache upon post publish/update or upon any other action.What is the gator hook for “delete all cache”?
Forum: Plugins
In reply to: [WP Super Cache] How do I manually clear the cacheIt’s under WP Super Cache Settings > Contents > Delete Cache
Delete Cache is also found on the admin bar in the form of a text link (not a button).Forum: Plugins
In reply to: [YOP Poll] YOP Poll totally broken after attempting update to 5.3What about those wp_yop2_poll_*** VS. wp_yop_poll_*** tables?
Should we delete the wp_yop_poll_*** ones?I’m afraid I’m on localhost, windows 8.1 x64.
I have changed theWP_CONTENT_URL
&WP_CONTENT_DIR
via wp-config since a long time if that’s of any relevance.Maxim over at #133 might be on to something, related to this as well.