Title: robzy's Replies | WordPress.org

---

# robzy

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/robzy/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/robzy/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Native Gettext for Wordpress] PHP Warnings: Undefined property & foreach() must be of type](https://wordpress.org/support/topic/php-warnings-undefined-property-foreach-must-be-of-type/)
 *  Thread Starter [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/php-warnings-undefined-property-foreach-must-be-of-type/#post-17992964)
 * Yes, seems to be fixed! Thanks.
 * Had to uninstall and reinstall, perhaps because the version number hasn’t changed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Under Construction] Admin bar: keep icon and text on same line](https://wordpress.org/support/topic/admin-bar-keep-icon-and-text-on-same-line/)
 *  Thread Starter [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/admin-bar-keep-icon-and-text-on-same-line/#post-17697705)
 * Yeah it looks like the theme I’m using assigns display: block to all img elements,
   and UCP is the only plug-in that uses an img element to display the icon; all
   others seem to use dashicons, a background image, etc. Great if you can hardcode
   that as an inline-block, a float, or something similar. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table of Contents] PHP Warning: Undefined array key “desc”](https://wordpress.org/support/topic/php-warning-undefined-array-key-desc/)
 *  Thread Starter [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/php-warning-undefined-array-key-desc/#post-17274639)
 * Updated. Thanks for the quick fix!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Undefined array key -1 in post-template.php](https://wordpress.org/support/topic/undefined-array-key-1-in-post-template-php/)
 *  Thread Starter [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/undefined-array-key-1-in-post-template-php/#post-17192707)
 * Thanks, Bruce. I submitted a ticket: #7300095
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)] Invalid priority “default”](https://wordpress.org/support/topic/invalid-priority-default/)
 *  Thread Starter [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/invalid-priority-default/#post-16812255)
 * I ran them as you posted them here, so the UPDATE first, followed immediately
   by the ALTER. But it’s possible that the ALTER still ran after the UPDATE failed
   because I ran them as one command (separated by semi-colon), I’m not sure.
 * Just updated the _terms table and everything seems to be working again.
 * Thanks for your assistance!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)] Invalid priority “default”](https://wordpress.org/support/topic/invalid-priority-default/)
 *  Thread Starter [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/invalid-priority-default/#post-16812077)
 * Thanks, Arnaud. The ALTER TABLE seems to have run OK (or had successfully run
   while updating), but the UPDATE query gets stuck:
 * _Truncated incorrect DOUBLE value: ‘default’_
 * A SELECT shows that those rows currently have a priority value of 0, so it probably
   gets hung up on that not being a float (or that ‘default’ cannot possibly be 
   a value of a FLOAT field). It’s only 12 rows so I updated those manually.
 * That only affects posts, though. After clearing caches I still see a ‘default’
   priority for about 2/3 of the URLs in the category sitemap.
 * Do I also need to update wp_aioseo_terms? Any other places?
    -  This reply was modified 3 years, 2 months ago by [robzy](https://wordpress.org/support/users/robzy/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)] Invalid priority “default”](https://wordpress.org/support/topic/invalid-priority-default/)
 *  Thread Starter [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/invalid-priority-default/#post-16811329)
 * Even after setting the priorities manually in the Advanced Settings, many URLs
   in the category sitemap are still assigned a priority of “default”. Which is 
   weird, because why would some category URLs be assigned the manually set priority(
   0.8) and others “default”, when they ought to use the same setting?
 *     ```wp-block-code
       <url>
       <loc><![CDATA[https://www.example.com/A]]></loc>
       <lastmod><![CDATA[2023-06-09T07:17:22+00:00]]></lastmod>
       <changefreq><![CDATA[monthly]]></changefreq>
       <priority><![CDATA[0.8]]></priority>
       </url>
       <url>
       <loc><![CDATA[https://www.example.com/B]]></loc>
       <lastmod><![CDATA[2023-05-30T12:46:38+00:00]]></lastmod>
       <changefreq><![CDATA[monthly]]></changefreq>
       <priority><![CDATA[default]]></priority>
       </url>
       <url>
       <loc><![CDATA[https://www.example.com/C]]></loc>
       <lastmod><![CDATA[2023-06-01T12:14:48+00:00]]></lastmod>
       <changefreq><![CDATA[monthly]]></changefreq>
       <priority><![CDATA[default]]></priority>
       </url>
       <url>
       <loc><![CDATA[https://www.example.com/D]]></loc>
       <lastmod><![CDATA[2023-06-09T10:04:44+00:00]]></lastmod>
       <changefreq><![CDATA[monthly]]></changefreq>
       <priority><![CDATA[0.8]]></priority>
       </url>
       ```
   
 * This happens even after I ungroup the taxonomy priority score settings and set
   a value for each one of them individually.
    -  This reply was modified 3 years, 2 months ago by [robzy](https://wordpress.org/support/users/robzy/).
    -  This reply was modified 3 years, 2 months ago by [robzy](https://wordpress.org/support/users/robzy/).
    -  This reply was modified 3 years, 2 months ago by [robzy](https://wordpress.org/support/users/robzy/).
    -  This reply was modified 3 years, 2 months ago by [robzy](https://wordpress.org/support/users/robzy/).
    -  This reply was modified 3 years, 2 months ago by [robzy](https://wordpress.org/support/users/robzy/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Check for last cache purge?](https://wordpress.org/support/topic/check-for-last-cache-purge/)
 *  Thread Starter [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/check-for-last-cache-purge/#post-16738964)
 * OK, thanks [@vmarko](https://wordpress.org/support/users/vmarko/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Issue with version 4.0.0 and composer](https://wordpress.org/support/topic/issue-with-version-4-0-0-and-composer/)
 *  [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/issue-with-version-4-0-0-and-composer/#post-16317916)
 * > So I’m afraid we won’t be able to create a new release version just for this
 * It’s not “just for this”, it’s also for those users like myself who’ve disabled
   the bad BackWPup 4.0 version and are waiting for an update to a newer version
   that will fix the issues without having to uninstall, reinstall and reconfigure.
 * Meanwhile, backups aren’t running and I’m considering switching to a different
   plugin because the way you’ve been handling this is quite bad.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)] Post sitemaps return 404 after update to 4.0.10](https://wordpress.org/support/topic/post-sitemaps-return-404-after-update-to-4-0-10/)
 *  Thread Starter [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/post-sitemaps-return-404-after-update-to-4-0-10/#post-13836582)
 * [@arnaudbroes](https://wordpress.org/support/users/arnaudbroes/) Cheers, it’s
   working again. Thanks for the quick fix on a Sunday 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)] Post sitemaps return 404 after update to 4.0.10](https://wordpress.org/support/topic/post-sitemaps-return-404-after-update-to-4-0-10/)
 *  Thread Starter [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/post-sitemaps-return-404-after-update-to-4-0-10/#post-13836340)
 * [@elgopa](https://wordpress.org/support/users/elgopa/) Good idea, thanks! Not
   ideal, but at least the sitemap works again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wp-Insert] Option to disable Geo IP](https://wordpress.org/support/topic/option-to-disable-geo-ip/)
 *  [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/option-to-disable-geo-ip/page/2/#post-6837225)
 * Perhaps you can separate the database from the repository plug-in, but add the
   functionality, and have the user upload the database if they want to use it? 
   Or would that still result in removal?
 * A “master switch” that toggles on/off GeoIP lookups across all ad slots might
   also be something to consider. That way, you won’t have to check all slots for
   GeoIP settings unless the user has actually chosen to enable GeoIP.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wp-Insert] Option to disable Geo IP](https://wordpress.org/support/topic/option-to-disable-geo-ip/)
 *  [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/option-to-disable-geo-ip/#post-6837211)
 * Wasn’t aware of that plug-in, thanks mbox99. I often use Blackfire.io myself.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wp-Insert] Option to disable Geo IP](https://wordpress.org/support/topic/option-to-disable-geo-ip/)
 *  [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/option-to-disable-geo-ip/#post-6837201)
 * With 30,000+ active installs, a 500ms delay per visitor is a lot of wasted time.
   I never knew WP Insert was doing this until the API stopped working; now that
   I’ve disabled it, the site is much more responsive. If you keep this in the plug-
   in, I’d recommend making it optional, disabling it by default, and including 
   a warning regarding the performance hit.
 * (Especially because one of the “Features” of the WP Insert plug-in listed in 
   its description is “Does not slow down your site”)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wp-Insert] Option to disable Geo IP](https://wordpress.org/support/topic/option-to-disable-geo-ip/)
 *  [robzy](https://wordpress.org/support/users/robzy/)
 * (@robzy)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/option-to-disable-geo-ip/#post-6837022)
 * Right, you might as well comment out the function, too.
 * RAM usage is down by about a 1/3 for me (overall). This is PHP-FPM behind NGINX.

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

1 [2](https://wordpress.org/support/users/robzy/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/robzy/replies/page/2/?output_format=md)