Hillary
Forum Replies Created
-
The issue with my homepage went away when I clicked somewhere on the page on the “Edit with Visual Composer Page.” It still thinks the memory limit for the site is lower than it actually is, but it’s not causing any performance issues for my site, so I’m not going to mess with it.
Nevermind! I fixed the homepage issue!
Forum: Plugins
In reply to: [W3 Total Cache] Error in the Plugin is Crashing My WebsiteGreat! Thank you!
Forum: Plugins
In reply to: [W3 Total Cache] Error in the Plugin is Crashing My WebsiteGotcha. I’m using PHP 8.1 and WordPress 6.2.2. It looks like the object cache is the issue. The latest entry in the error log says that “Function wp_cache_flush_runtime was called incorrectly. Your object cache implementation does not support flushing the in-memory runtime cache.”
- This reply was modified 2 years, 12 months ago by Hillary.
Forum: Plugins
In reply to: [W3 Total Cache] Error in the Plugin is Crashing My WebsiteI can now access the wp-admin area of my website after several days of being unable to access it; however, I can only access it when the W3 Total Cache plugin is inactive. When I attempt to activate it, I get a 500 internal server error. Hitting the back arrow undoes this. The panel is also giving other error messages as well:
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/ii52nq66ke5s/public_html/wp-includes/functions.php on line 7053
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/ii52nq66ke5s/public_html/wp-includes/functions.php on line 2165
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/ii52nq66ke5s/public_html/wp-includes/functions.php on line 7053
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/ii52nq66ke5s/public_html/wp-includes/functions.php on line 2165
Deprecated: version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated in /home/ii52nq66ke5s/public_html/wp-content/plugins/wp-google-maps/includes/class.script-loader.php on line 635
There seems to be an issue with the Redirection plugin as well. It’s not showing my redirections and I am getting a message that a server configuration error is blocking the Rest API (not sure what this is).
Forum: Fixing WordPress
In reply to: Critical Error messageMy bad! Ok. Will do! Thank you!
Forum: Fixing WordPress
In reply to: Critical Error messageSo I reached out to my hosting provider yesterday. After troubleshooting with them, they told me that for this problem I would have to go through all of my core files one by one to find the problem. They pointed out one error for me which I believe is the fatal error causing the problem. This morning I was able to get into the admin panel. I lost it shortly after I began reactivating my plugins one by one. I lost it after I reactivated W3 Total Cache. Disabling or removing the plug in was not the answer. I got an error message to reinstall it. After a couple times of reinstalling it, I got the error about the same error my hosting provider told me about yesterday. I looked into further and found that the wp-kses function was undefined in the db.php folder. I am working to define it. I copied and pasted this code from WordPress’s support page on wp-kses functions into the file where the error was:
else {
wp_kses(string $content, array[]|string $allowed_html,
string[] $allowed_protocols = array(); ): string
}Now the encoder is telling that there is an unexpected T_Varialble. I’m having trouble figuring out what the unexpected T_variable is. Can you provide some insight?
- This reply was modified 3 years ago by Hillary.
Forum: Fixing WordPress
In reply to: Critical Error messageOk. I have and they haven’t been very helpful. I’ll try again with them. Thanks for your help!
- This reply was modified 3 years ago by Hillary.
Forum: Fixing WordPress
In reply to: Critical Error messageI can’t even pull up the subdomain page. I can’t pull up the admin panel on from the regular domain. I can pull up the regular home page.
Forum: Fixing WordPress
In reply to: Critical Error messageIt does. I can pull up the homepage on the regular website. I still can’t pull up the admin panel. I can’t pull up the subdomain.
Forum: Fixing WordPress
In reply to: Critical Error messageI replaced everything you told me to replace and it’s not working. I still can’t get into the admin panel.
Forum: Fixing WordPress
In reply to: Critical Error messageOk. I’m working on it now.
Forum: Fixing WordPress
In reply to: Critical Error messageNo change.
Forum: Fixing WordPress
In reply to: Critical Error message8.1
Forum: Fixing WordPress
In reply to: Critical Error messageI tried both of your suggestions and neither one worked. What else can I do? I’ve tried replacing the core files multiple times and it hasn’t worked.