Sunny
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blockpress] “Save changes to database” not workingIt’s a local site. I see that it works with MySQL 5.7.28 but not 8.0.16. No error just hangs
Forum: Themes and Templates
In reply to: [Blockpress] Source files (compile css, block editor)Yes, understood. I’m asking if you have made your entire theme source files available e.g. the src files compiled into the build directory? A git repo perhaps.
Yes, our functions are almost identical. I did NOT test function_exists but I will now. btw ?????????? for the instant help. You guys rock!
@techjewel Looks like we are both using the function dd() which is breaking wordpress. We both should have used a namespace or unique function name. I’ll update my theme and remove the function dd() and retest.
Forum: Plugins
In reply to: [Reusable Blocks Extended] Problems with the_content filterThis is a serious issue that needs to be addressed.
Currently modifying the plugin:
Remove the filter on line 402 reusable-blocks-extended.php
echo reblex_get_block( $block_id );
I love the Site Kit plugin and use it a number of sites! But for clients that require a 99% + PageSpeed Insights score, I am using, CAOS | Complete Analytics Optimization Suite
Thanks for any information regarding this. For the time being I’ve switched to another plug-in which periodically downloads the analytics code and serves it locally in order to keep a 100% score.
Forum: Plugins
In reply to: [Yoast SEO] Notifications bugJust reporting a bug. Do with it what you will.
Forum: Plugins
In reply to: [Yoast SEO] Notifications bugYes, latest everything. Note that the issue is happening when dynamically creating posts via wpapi locally. There are about a hundred of these notifications.
Forum: Plugins
In reply to: [Converter for Media - Optimize images | Convert WebP & AVIF] Nginx wpI’m have the same issue getting this working with wordops. Not sure if it’s a path issue. Here is my nginx config. I tested with the script at the beginning as well. jpgs are still not being server either way. Thanks.
server { server_name hw.coach www.hw.coach; access_log /var/log/nginx/hw.coach.access.log rt_cache; error_log /var/log/nginx/hw.coach.error.log; root /var/www/hw.coach/htdocs; index index.php index.html index.htm; include common/wpfc-php74.conf; include common/wpcommon-php74.conf; include common/locations-wo.conf; include /var/www/hw.coach/conf/nginx/*.conf; # https://www.ads-software.com/plugins/webp-converter-for-media/#faq location ~ /wp-content/(?<path>.+)\.(?<ext>jpe?g|png|gif)$ { if ($http_accept !~* "image/webp") { break; } add_header Vary Accept; expires 365d; try_files /wp-content/uploads-webpc/$path.$ext.webp $uri =404; } }
Error with QM active
There has been a critical error on this website.
Learn more about troubleshooting WordPress.Error without QM
Warning: require(oops): failed to open stream: No such file or directory in C:\www\hw\wp-content\plugins\ipeds\index.php on line 32 Fatal error: require(): Failed opening required 'oops' (include_path='.;C:/laragon/etc/php/pear') in C:\www\hw\wp-content\plugins\ipeds\index.php on line 32 Notice: is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in C:\www\hw\wp-includes\functions.php on line 5313 Notice: is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in C:\www\hw\wp-includes\functions.php on line 5313 There has been a critical error on this website. Learn more about troubleshooting WordPress.
The error is from a plugin. You can test this by creating a fatal error in a plugin, e.g.
require 'oops';
Fixed
- This reply was modified 3 years, 8 months ago by Sunny.
Forum: Everything else WordPress
In reply to: WordPress 5.6 Upgrading IssueFixed after disabling, Google Analytics for WordPress by MonsterInsights
Forum: Fixing WordPress
In reply to: Revision history no longer showingYep wpengine turns off revisions. Another gotcha from wpengine, they do not support wordmove.