jeremy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Theme Editor BugI have 3 recommended improvements:
- The scheduled event, recovery_mode_clean_expired_keys, failed to run. Your site still works, but this may indicate that scheduling posts or automated updates may not work as intended.
- The REST API is one way that WordPress and other applications communicate with the server. For example, the block editor screen relies on the REST API to display and save your posts and pages. The REST API did not process the?
context
?query parameter correctly. - Loopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability. The loopback request returned an unexpected http status code, 404, it was not possible to determine if this will prevent features from working as expected.
Below is the SiteHealth info with the web domain “redacted.”
` wp-core
version: 6.7.1
site_language: en_US
user_language: en_US
timezone: +00:00
permalink: /%postname%/
https_status: true
multisite: false
user_registration: 0
blog_public: 1
default_comment_status: undefined
environment_type: production
user_count: 1
dotorg_communication: true wp-paths-sizes
wordpress_path: /home/customer/www/redacted.com/public_html
wordpress_size: 57.03 MB (59798075 bytes)
uploads_path: /home/customer/www/redacted.com/public_html/wp-content/uploads
uploads_size: 608.23 KB (622828 bytes)
themes_path: /home/customer/www/redacted.com/public_html/wp-content/themes
themes_size: 8.03 MB (8415114 bytes)
plugins_path: /home/customer/www/redacted.com/public_html/wp-content/plugins
plugins_size: 99.52 MB (104350695 bytes)
fonts_path: /home/customer/www/redacted.com/public_html/wp-content/uploads/fonts
fonts_size: directory not found
database_size: 1.19 MB (1245184 bytes)
total_size: 166.35 MB (174431896 bytes) wp-active-theme
name: Twenty Twenty-Five (twentytwentyfive)
version: 1.0
author: the WordPress team
author_website: https://www.remarpro.com
parent_theme: none
theme_features: core-block-patterns, post-thumbnails, responsive-embeds, editor-styles, html5, automatic-feed-links, widgets-block-editor, block-templates, post-formats, editor-style
theme_path: /home/customer/www/redacted.com/public_html/wp-content/themes/twentytwentyfive
auto_update: Enabled wp-plugins-active (2)
Blubrry PowerPress: version: 11.11.1, author: Blubrry, Auto-updates enabled
Minimal Coming Soon & Maintenance Mode: version: 2.42, author: WebFactory Ltd, Auto-updates enabled wp-media
image_editor: WP_Image_Editor_GD
imagick_module_version: Not available
imagemagick_version: Not available
imagick_version: Not available
file_uploads: 1
post_max_size: 256M
upload_max_filesize: 256M
max_effective_size: 256 MB
max_file_uploads: 20
gd_version: 2.3.3
gd_formats: GIF, JPEG, PNG, WebP, BMP, AVIF, XPM
ghostscript_version: 10.02.1 wp-server
server_architecture: Linux 6.6.63-MCIclouder663-c9 x86_64
httpd_software: Apache
php_version: 8.2.27 64bit
php_sapi: apache2handler
max_input_variables: 3000
time_limit: 120
memory_limit: 768M
max_input_time: 120
upload_max_filesize: 256M
php_post_max_size: 256M
curl_version: 8.2.1 OpenSSL/3.1.4
suhosin: false
imagick_availability: false
pretty_permalinks: true
htaccess_extra_rules: true
current: 2025-01-23T14:44:29+00:00
utc-time: Thursday, 23-Jan-25 14:44:29 UTC
server-time: 2025-01-23T14:44:28+00:00 wp-database
extension: mysqli
server_version: 8.0.39-30
client_version: mysqlnd 8.2.27
max_allowed_packet: 33554432
max_connections: 500 wp-constants
WP_HOME: undefined
WP_SITEURL: undefined
WP_CONTENT_DIR: /home/customer/www/redacted.com/public_html/wp-content
WP_PLUGIN_DIR: /home/customer/www/redacted.com/public_html/wp-content/plugins
WP_MEMORY_LIMIT: 256M
WP_MAX_MEMORY_LIMIT: 768M
WP_DEBUG: false
WP_DEBUG_DISPLAY: true
WP_DEBUG_LOG: false
SCRIPT_DEBUG: false
WP_CACHE: false
CONCATENATE_SCRIPTS: undefined
COMPRESS_SCRIPTS: undefined
COMPRESS_CSS: undefined
WP_ENVIRONMENT_TYPE: undefined
WP_DEVELOPMENT_MODE: undefined
DB_CHARSET: utf8
DB_COLLATE: undefined wp-filesystem
wordpress: writable
wp-content: writable
uploads: writable
plugins: writable
themes: writable
fonts: not writableForum: Fixing WordPress
In reply to: Theme Editor BugNo console errors in the browser.
I tried on multiple browsers on different computers/devices. They all produce the error. Therefore, I’ve determined the issue is not within the browser itself but likely in the software/install/server.
- This reply was modified 1 month, 1 week ago by jeremy.
Forum: Fixing WordPress
In reply to: Theme Editor BugI also had a fresh 6.7.1 installation with the default TT5 theme and no plugin active. This is what I get (zoomed out to emphasize the problem):
And here is the template previews looking weird in the template preview list:
Little update. Still not working. But, when I toggle on and off the “Display subscribe links below player and media links” in the main PowerPress settings area (NOT this podcast’s designated category settings), the “Subscribe: RSS | More” language turn on and off. Still can’t get it to show the other destinations. I wonder if there is a bug somewhere as the main settings options is adjusting the category.
Hi, Mike.
Yes, the subscribe links (apart from the RSS link) under the player are not appearing for me despite having those links in the destinations menu in the category podcast section.
Any idea why they won’t show?
Hi, Mike.
I’m using the suggested “PowerPress Subscribe Shortcode” = [powerpress_subscribe category=”93″]
The shortcode works in regular posts and the sidebars of regular posts, but not on category pages or on the sidebars of category pages.
Here is my category page with the invisible shortcode: https://www.artifactinternational.com/creative-journeys/
Forum: Plugins
In reply to: [Footnotes Made Easy] Line Spacing IssuesRESOLVED
Forum: Plugins
In reply to: [Footnotes Made Easy] Line Spacing IssuesRESOLVED
I adjusted the superscript in CSS and it worked. Here’s the code I used, for the record:
/* Superscript Styling */
sup {
font-size: 12px;
}Forum: Fixing WordPress
In reply to: Posts Redirect to WP LoginProblem has been resolved. The culprit was a plugin that was auto updated to “Profile Press.” The new version had a permalink category set to “profile,” which caused WP confusion because my category was also called “profile.” I renamed the permalink in “Profile Press” to “userprofile” and that resolved the issue immediately.