intellivision
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I order Index page posts (without a plugin)?Bingo. Thanks Sébastien!
Forum: Themes and Templates
In reply to: [Chaplin] PHP 8.0I don’t know if it helps or not, but Chaplin works for me in php 8.1. But note I’m a couple of Chaplin versions behind. WP is most recent (auto update).
Forum: Plugins
In reply to: [Redirection] ac_page redirects, ac_page.php doesn’tThanks John. I did go through that list… ended up disabling all plugins save Redirects but not luck.
So I did it in Nginx, in my site’s config file.
In the server {…} block:
rewrite ^\/ac_page(.*)$ https://www.matthewsvolvosite.com/volvo-air-conditioning-problems-and-fixes/ redirect;
Forum: Fixing WordPress
In reply to: This page isn’t workingForum: Fixing WordPress
In reply to: Why is the wordpress 5.5 gallery limited so much?That was quick! Well, I’ll leave this thread feeling cathartic, and knowing more about the gallery block then I did yesterday. Thanks again, James.
Forum: Fixing WordPress
In reply to: Why is the wordpress 5.5 gallery limited so much?You didn’t have to put me in purgatory-post-review, James. I need to report a serious bug in a plugin here https://www.ads-software.com/support/topic/wp_offload_media-php-fatal-error/#post-13347300 That plugin update (today) 2.4.2 -> 2.4.3 still has a nasty bug and the authors will not see it for some time.
Anyway, thanks for the block settings link. I changed them to link to the images, but then looked at it again and just changed it to regular images.
IMHO the default behavior should be Link to Image. The only use-case I could come up with for not linking to images in a gallery would be to display color swatches.
I am using Envira Gallery Lite on another site, but it’s been historically buggy. PHP warnings and sometimes PHP Errors. I know this isn’t the place to discuss that, but it’s a reason I tend to favor an install with as few plugins as possible. I don’t like to rely on 3rd parties.
Once you go down their rabbit holes, you often end up in a proprietary or paid situation where you can’t easily extricate your data. I don’t want that for what is essentially a fairly benign element.
For fun, I updated to latest WP and latest TwentyTwenty theme to see if the behavior of the gallery was different, but it wasn’t.
I do appreciate the WP authors and you for all the time you spend here without pay!
I’m still getting this when I edit a post. WP 5.5, WP Offload Media Lite 2.4.3. It happens on many admin actions actually, not just edit. Like plugin deactivation.
Fatal error: Uncaught Error: Class 'DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Idn' not found in /var/www/html/wp/wp-content/plugins/amazon-s3-and-cloudfront/vendor/Aws3/Symfony/Polyfill/IntlIdn/bootstrap.php on line 133 Call stack: idn_to_utf8() wp-content/plugins/amp/includes/class-amp-http.php:240 AMP_HTTP::get_amp_cache_hosts() wp-content/plugins/amp/includes/class-amp-http.php:205 AMP_HTTP::filter_allowed_redirect_hosts() wp-includes/class-wp-hook.php:289 WP_Hook::apply_filters() wp-includes/plugin.php:206 apply_filters() wp-includes/pluggable.php:1480 wp_validate_redirect() wp-includes/functions.php:1905 wp_get_referer() wp-admin/post.php:56
Same with Version 2.4.2. Version 2.4.1 was fine. Happened immediately on upgrade to 2.4.2.
Fatal error: Uncaught Error: Class 'DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Idn' not found in /var/www/[removed]/wp-content/plugins/amazon-s3-and-cloudfront/vendor/Aws3/Symfony/Polyfill/IntlIdn/bootstrap.php on line 133 Call stack: idn_to_utf8() wp-content/plugins/amp/includes/class-amp-http.php:240 AMP_HTTP::get_amp_cache_hosts() wp-content/plugins/amp/includes/class-amp-http.php:205 AMP_HTTP::filter_allowed_redirect_hosts() wp-includes/class-wp-hook.php:289 WP_Hook::apply_filters() wp-includes/plugin.php:206 apply_filters() wp-includes/pluggable.php:1480 wp_validate_redirect() wp-includes/functions.php:1905 wp_get_referer() wp-admin/post.php:56
Forum: Plugins
In reply to: [AMP] Enable for all posts: am I missing something?Done, verified working. Thanks Weston!
Forum: Plugins
In reply to: [AMP] Enable for all posts: am I missing something?Oh no, the custom template is what’s causing it then.
I can flip the db field bit that turns it on. Can you tell me which field it is?
Forum: Themes and Templates
In reply to: [Chaplin] Index loads 1080px or 1920px images for its thumbnailsThanks Anders.
Forum: Fixing WordPress
In reply to: Internal redirect after slug changeI just now entered a line on .htaccess to take care of it.
RedirectMatch 301 (?i)^/volvo-cars-s80 https://www.matthewsvolvosite.com/s80
Forum: Fixing WordPress
In reply to: Internal redirect after slug changeAfter some research, I found out about the _wp_old_slug convention used in wp_postmeta. So for that post, I inserted a new row in wp_postdata:
[auto increment row id]
624
_wp_old_slug
volvo-cars-s80Still not working. I checked the post_id correctness by doing a https://www.matthewsvolvosite.com/?p=624 and it resolves to the correct post (page).
Forum: Fixing WordPress
In reply to: Internal redirect after slug changeWeird, I don’t have that field in wp_posts.
Thanks for your post.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Apache logs full of PHP NoticesJust updated to Version 0.9.97.60
A new one, rarely seen in the logs, probably seen only when loading the admin plugins page:
PHP Notice: Undefined index: ampforwp-amp-on-off in /var/www/html/wp/wp-content/plugins/accelerated-mobile-pages/templates/features.php on line 809, referer: https://www.matthewsvolvosite.com/wp/wp-admin/plugins.php?plugin_status=all&paged=1&s
And the old ones remain:
[Thu Jun 27 10:37:09.746304 2019] [:error] [pid 9422] [client 108.162.246.79:30840] PHP Notice: Undefined variable: img_path in /var/www/html/wp/wp-content/plugins/accelerated-mobile-pages/includes/vendor/aq_resizer.php on line 135
[Thu Jun 27 10:30:20.533083 2019] [:error] [pid 9195] [client 108.162.221.121:64716] PHP Notice: Undefined offset: 1 in /var/www/html/wp/wp-content/plugins/accelerated-mobile-pages/includes/vendor/aq_resizer.php on line 124
Thank you