Scott B.
Forum Replies Created
-
I disabled WordFence security plugin and tried to use the editor, same error. I disabled all plugins again and tried to use the editor, same error.
Are the WAF logs something that would be located within my hosting account?
I used FTP (filezilla) to change the file permissions to 666, then tried to edit in the editor and received the same error.
0 critical issues. Nothing about the loopback on status.
This is the report generated when I’m in site health and click the “copy site info to clipboard” button.
Do I need to “view the extended PHP information” button – to see the loopback request?
No errors reported. Here’s the report…
### wp-core ###
version: 5.2.4
site_language: en_US
user_language: en_US
permalink: /blog/%postname%/
https_status: true
user_registration: 0
default_comment_status: open
multisite: false
user_count: 4
dotorg_communication: true### wp-paths-sizes ###
wordpress_path: /home/zca8otv24icf/public_html
wordpress_size: 113.61 MB (119131981 bytes)
uploads_path: /home/zca8otv24icf/public_html/wp-content/uploads
uploads_size: 51.81 MB (54323839 bytes)
themes_path: /home/zca8otv24icf/public_html/wp-content/themes
themes_size: 6.34 MB (6653120 bytes)
plugins_path: /home/zca8otv24icf/public_html/wp-content/plugins
plugins_size: 37.90 MB (39741627 bytes)
database_size: 5.36 MB (5622543 bytes)
total_size: 215.03 MB (225473110 bytes)### wp-active-theme ###
name: The Infinite Theme (infinite-theme)
version: 1.0
parent_theme: none
theme_features: menus, post-thumbnails, widgets
theme_path: /home/zca8otv24icf/public_html/wp-content/themes/infinite-theme### wp-themes-inactive (3) ###
Twenty Nineteen: version: 1.3, author: the WordPress team (latest version: 1.4)
Twenty Seventeen: version: 2.1, author: the WordPress team (latest version: 2.2)
Twenty Sixteen: version: 1.9, author: the WordPress team (latest version: 2.0)### wp-mu-plugins (1) ###
Health Check Troubleshooting Mode: author: (undefined), version: 1.7.0
### wp-plugins-active (5) ###
AddToAny Share Buttons: version: 1.7.39, author: AddToAny
Health Check & Troubleshooting: version: 1.4.2, author: The ww.wp.xz.cn community
Limit Login Attempts Reloaded: version: 2.9.0, author: WPChef
Wordfence Security: version: 7.4.0, author: Wordfence
Yoast SEO: version: 12.4, author: Team Yoast### wp-plugins-inactive (6) ###
Akismet Anti-Spam: version: 4.1.2, author: Automattic
Hello Dolly: version: 1.7.2, author: Matt Mullenweg
LiteSpeed Cache: version: 2.9.8.7, author: LiteSpeed Technologies (latest version: 2.9.9)
Really Simple SSL: version: 3.2.6, author: Rogier Lankhorst, Mark Wolters
W3 Total Cache: version: 0.10.1, author: Frederick Townes
WordPress Importer: version: 0.6.4, author: wordpressdotorg### wp-media ###
image_editor: WP_Image_Editor_Imagick
imagick_module_version: 1684
imagemagick_version: ImageMagick 6.9.4-10 Q16 x86_64 2017-11-14 http://www.imagemagick.org
imagick_limits:
imagick::RESOURCETYPE_AREA: 62 GB
imagick::RESOURCETYPE_DISK: 1.844674407371E+19
imagick::RESOURCETYPE_FILE: 12288
imagick::RESOURCETYPE_MAP: 62 GB
imagick::RESOURCETYPE_MEMORY: 31 GB
imagick::RESOURCETYPE_THREAD: 1
gd_version: bundled (2.1.0 compatible)
ghostscript_version: 8.70### wp-server ###
server_architecture: Linux 2.6.32-954.3.5.lve1.4.66.el6.x86_64 x86_64
httpd_software: Apache
php_version: 7.2.20 64bit
php_sapi: litespeed
max_input_variables: 1000
time_limit: 30
memory_limit: 256M
max_input_time: -1
upload_max_size: 32M
php_post_max_size: 32M
curl_version: 7.62.0 OpenSSL/1.0.2k
suhosin: false
imagick_availability: true
server-headers:
server: Sucuri/Cloudproxy
date: Wed, 30 Oct 2019 01:10:14 GMT
content-type: text/html; charset=UTF-8
content-length: 11707
x-sucuri-id: 11007
x-xss-protection: 1; mode=block
x-frame-options: SAMEORIGIN
x-content-type-options: nosniff
content-security-policy: upgrade-insecure-requests;
expires: Wed, 11 Jan 1984 05:00:00 GMT
cache-control: no-cache, must-revalidate, max-age=0
link: <https://www.infinitemusic.org/wp-json/>; rel=”https://api.w.org/”, <https://www.infinitemusic.org/>; rel=shortlink
vary: Accept-Encoding,User-Agent
content-encoding: gzip
x-sucuri-cache: BYPASS
htaccess_extra_rules: false### wp-database ###
extension: mysqli
server_version: 5.6.44-cll-lve
client_version: 5.6.44### wp-constants ###
WP_HOME: undefined
WP_SITEURL: undefined
WP_CONTENT_DIR: /home/zca8otv24icf/public_html/wp-content
WP_PLUGIN_DIR: /home/zca8otv24icf/public_html/wp-content/plugins
WP_MAX_MEMORY_LIMIT: 256M
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_LOCAL_DEV: undefined### wp-filesystem ###
wordpress: writable
wp-content: writable
uploads: writable
plugins: writable
themes: writable
mu-plugins: writableForum: Plugins
In reply to: [Collapse-O-Matic] Can this be used in my blog archive template?<?php echo do_shortcode(‘[expand title=”read article” excerpt=”‘ . get_the_excerpt() . ‘” excerptpos=”above-trigger”]’ . get_the_content() . ‘[/expand]’); ?>
Forum: Plugins
In reply to: [Collapse-O-Matic] Can this be used in my blog archive template?Unfortunately that did not work.
Forum: Plugins
In reply to: [Collapse-O-Matic] Can this be used in my blog archive template?Still having a little trouble getting it to work correctly. Here’s what I have…
[expand title=”read article” excerpt=”get_the_excerpt()” excerptpos=”above-trigger”]’ . get_the_content() . ‘[/expand]
I want the to excerpt to be the first couple sentences of text from the article and when expanded it shows the entire article without having the excerpt repeated again.
Thanks again for all your help, I really appreciate it.
Forum: Plugins
In reply to: [Collapse-O-Matic] Can this be used in my blog archive template?basically an excerpt
Forum: Plugins
In reply to: [Collapse-O-Matic] Can this be used in my blog archive template?Sure.
http://wordpress.tidepool.org/blog/
I want to display a few lines of the article under the date/author.
Forum: Plugins
In reply to: [Collapse-O-Matic] Can this be used in my blog archive template?Thank you so much. This works great. Is there a way to add a few lines of content from the post, rather than just the title?
Forum: Fixing WordPress
In reply to: Links within content not workingI found the problem. The content had a relative position, once I removed that the links worked. Thank you for your help.
Forum: Fixing WordPress
In reply to: Links within content not workingI switched to default theme and the links worked. Any idea what the problem might be?
Forum: Fixing WordPress
In reply to: Links within content not workingNot solved. Links only work in IE, not FF or Chrome.
Forum: Fixing WordPress
In reply to: Links within content not workingSolved. Problem with hosting company.