mhurwicz
Forum Replies Created
-
Actually, I ended up rebuilding the site from the ground up and using a different notifications plugin.
BTW the URL shown above is not the real one. Also, email-subscribers is currently disabled by renaming the folder in cpanel.
Since I reinstalled email-subscribers, I had the latest version: 4.7.2
WordPress is the latest version: 5.7.2Tried deleting email-subscribers (screen message said this was successful), downloading fresh zip file and reinstalling, but the problem comes back when ai activate email-subscribers. I notice deleting email-subscribers does not affect the
wp_es
database tables. Should I delete those manually?Forum: Fixing WordPress
In reply to: “No Results Found” for all kinds of admin functionsre: updating WordPress version.
Just looked at
wp-includes > version.php
and the version is 5.71, which I believe is the latest version.- This reply was modified 3 years, 7 months ago by mhurwicz.
Forum: Fixing WordPress
In reply to: “No Results Found” for all kinds of admin functionsIn DevTools console, getting things like:
GET https://mydomain.com/wp-admin/post-new.php 404 (Not Found) Navigated to https://mydomain.com/wp-admin/post-new.php
But using cpanel, I can see that
/wp-admin/post-new.php
is there.Forum: Fixing WordPress
In reply to: “No Results Found” for all kinds of admin functionsThank you, James!
I reset the plugins using phpmyadmin, then when that didn’t help, also tried doing it by renaming the plugins directory. Neither of these changed anything.
Tried renaming the directory of the active theme (themes/Divi-child). It just said it couldn’t find “Divi-child” and didn’t display the home page; it did not seem to activate any other theme. Tried renaming the “themes/Divi” folder as well; got a critical error when trying to start WordPress. Used phpmyadmin to make twentytwentyone the active theme using wp_options > template (changed it from “Divi” to “twentytwentyone”) and wp_options > stylesheet (changed it from “Divi-child” to blank). Same problem as before persisted, except that the “not found” error screen looks a lot different and says “Nothing here” instead of “No results found”.
Wondering if I should try upgrading the WordPress version using cpanel File Manager?
- This reply was modified 3 years, 7 months ago by mhurwicz.
The hosting provider has increased max_input_time and max_execution_time for the hosting account and enabled opcache. But it doesn’t seem to have changed anything. Still same 500 error even after clearing cache, history and cookies.
That did the job! Thank you, Maria!
Hi Maria – Thanks. There is still grayish-transparent bar at the top. Care to take a look at it and see if you can suggest a way to eliminate that? I’d probably prefer to do it through CSS if possible. I got it to this point by adding:
#pum-926 > #popmake-926 { background:transparent; border:none; }
- This reply was modified 4 years, 7 months ago by mhurwicz.
Got rid of the close button in the white bar with CSS:
#popmake-926 > .pum-close { display:none; }
White bar not completely gone, but much better anyway.
Okay, I figured out how to make the closing X appear in the popup itself, using this:
https://docs.wppopupmaker.com/article/159-shortcode-popup-closeNow if I can just make the white bar above go away …
Forum: Plugins
In reply to: [Rootspersona] How to load rootspersona images over httpsI finally just redirected all http to https based on instructions here:
https://community.bitnami.com/t/change-url-from-http-to-https-in-bitnami-wordpress/47301
Forum: Plugins
In reply to: [WP2Static] Failed during “Processing the crawled files”Not actually resolved, but not sure what more to try. I guess wait for version 7?
Forum: Plugins
In reply to: [WP2Static] Failed during “Processing the crawled files”I configured WP2Static to create a zip file.
Also, I see that on the first run I did not disable plugins, but on the second one I meant to disable all but missed Jetpack. Went back and disabled Jetback and still got
Failed during "Processing the crawled files"
Here’s the log for that run:
https://pastebin.com/Jm3q6y9A- This reply was modified 5 years, 1 month ago by mhurwicz.