Title: kalligator's Replies | WordPress.org

---

# kalligator

  [  ](https://wordpress.org/support/users/kalligator/)

 *   [Profile](https://wordpress.org/support/users/kalligator/)
 *   [Topics Started](https://wordpress.org/support/users/kalligator/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kalligator/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kalligator/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kalligator/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kalligator/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kalligator/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 114 total)

1 [2](https://wordpress.org/support/users/kalligator/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/kalligator/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/kalligator/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/kalligator/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/kalligator/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/kalligator/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] DB only backup – .sql file is unnamed and hidden](https://wordpress.org/support/topic/db-only-backup-sql-file-is-unnamed-and-hidden/)
 *  [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/db-only-backup-sql-file-is-unnamed-and-hidden/#post-18069441)
 * Please add this to the FAQs with an example.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FakerPress] Fatal error: Declaration of lucatume\DI52\Container::has($id)](https://wordpress.org/support/topic/fatal-error-declaration-of-lucatumedi52containerhasid/)
 *  [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-declaration-of-lucatumedi52containerhasid/#post-17205779)
 * Change line 290 of fakerpress/vendor/lucatume/di52/src/Container.php to:
 *     ```wp-block-code
       public function has(string $id): bool
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Upload Media Exif Date] Images stored in folder 1970/01](https://wordpress.org/support/topic/suddenly-images-stored-in-folder-1970-01/)
 *  Thread Starter [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/suddenly-images-stored-in-folder-1970-01/#post-14245072)
 * OK I gradually applied the changes from 1.02 onward and the culprit was indeed
   the hook introduction in 1.04.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tiled Galleries Carousel Without Jetpack] Settings -> Media “Tiled Galleries” Option Doesn’t Show](https://wordpress.org/support/topic/settings-media-tiled-galleries-option-doesnt-show/)
 *  [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/settings-media-tiled-galleries-option-doesnt-show/#post-10061380)
 * In Jetpack they have tied the Tiled Gallery feature to Photon according to [this](https://wordpress.org/support/topic/no-more-tiled-gallery-json-error/#post-8994439)
   so maybe they’ve disabled the old way.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lightbox with PhotoSwipe] Table not created](https://wordpress.org/support/topic/table-not-created/)
 *  Thread Starter [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/table-not-created/#post-9653202)
 * Thanks, everything is ok!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lightbox with PhotoSwipe] Table not created](https://wordpress.org/support/topic/table-not-created/)
 *  Thread Starter [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/table-not-created/#post-9649457)
 * Thanks 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 8 years, 8 months ago by [kalligator](https://wordpress.org/support/users/kalligator/).
    -  This reply was modified 8 years, 8 months ago by [kalligator](https://wordpress.org/support/users/kalligator/).
    -  This reply was modified 8 years, 8 months ago by [kalligator](https://wordpress.org/support/users/kalligator/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PhotoSwipe] Support for single images?](https://wordpress.org/support/topic/support-for-single-images-2/)
 *  Thread Starter [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/support-for-single-images-2/#post-9638800)
 * Awesome! Can’t wait!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Eyes Are Up Here] crop by upload](https://wordpress.org/support/topic/crop-by-upload/)
 *  [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/crop-by-upload/#post-9383236)
 * +1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Command Palette] Support for Users lookup?](https://wordpress.org/support/topic/support-for-users-lookup/)
 *  Thread Starter [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/support-for-users-lookup/#post-8173916)
 * 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”).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Transient Cleaner] Fatal error: undefined function wp_installing() in clean-transients.php line 47](https://wordpress.org/support/topic/fatal-error-undefined-function-wp_installing-in-clean-transientsphp-line-47/)
 *  Thread Starter [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-undefined-function-wp_installing-in-clean-transientsphp-line-47/#post-7115110)
 * 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](https://github.com/Automattic/babble/pull/340/commits).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gator Cache] Purge all cache on publish post?](https://wordpress.org/support/topic/purge-all-cache-on-publish-post/)
 *  Thread Starter [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/purge-all-cache-on-publish-post/#post-6531079)
 * Thanks for the reply.
    I’ll try that first chance I get and I’ll await the multiple
   caches version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gator Cache] Purge all cache on publish post?](https://wordpress.org/support/topic/purge-all-cache-on-publish-post/)
 *  Thread Starter [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/purge-all-cache-on-publish-post/#post-6531070)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] How do I manually clear the cache](https://wordpress.org/support/topic/how-do-i-manually-clear-the-cache-1/)
 *  [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-manually-clear-the-cache-1/#post-6535241)
 * It’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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YOP Poll] YOP Poll totally broken after attempting update to 5.3](https://wordpress.org/support/topic/yop-poll-totally-broken-after-attempting-update-to-53/)
 *  [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/yop-poll-totally-broken-after-attempting-update-to-53/#post-5725421)
 * What about those wp_yop2_poll_*** VS. wp_yop_poll_*** tables?
    Should we delete
   the wp_yop_poll_*** ones?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Invoice - Web Invoice and Billing] Apply 'active' filter by default on overview page](https://wordpress.org/support/topic/apply-pending-filter-by-default-on-overview-page-instead-of-all/)
 *  Thread Starter [kalligator](https://wordpress.org/support/users/kalligator/)
 * (@kalligator)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/apply-pending-filter-by-default-on-overview-page-instead-of-all/#post-6202215)
 * I’m afraid I’m on localhost, windows 8.1 x64.
    I have changed the `WP_CONTENT_URL`&`
   WP_CONTENT_DIR` via wp-config since a long time if that’s of any relevance.
 * Maxim over at [#133](https://github.com/wp-invoice/wp-invoice/pull/133) might
   be on to something, related to this as well.

Viewing 15 replies - 1 through 15 (of 114 total)

1 [2](https://wordpress.org/support/users/kalligator/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/kalligator/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/kalligator/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/kalligator/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/kalligator/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/kalligator/replies/page/2/?output_format=md)