jsmall098
Forum Replies Created
-
Forum: Plugins
In reply to: [Clone] WP Clone Backup fails with 404 errorI had this problem, but found that there was some hacker code in my site. Look for a directory called ‘sym’ that is full of sym links. If you find this, your site is hacked and needs remediation.
Jeff Small
[email protected]Forum: Plugins
In reply to: [Clone] WP Clone Backup fails with 404 errorI thought I had this problem when I posted, but we have found it is only one site. Maybe a corrupted theme.
Sorry.
Forum: Plugins
In reply to: [BulletProof Security] BPS installs in bulletproof-security1/I didn’t finish the activation process. It is working now.
“All plugins are and have to be designed/created this way in order to work correctly.” I am a programmer. This is not true. You can use a variable for the install directory and reference the variable for the path. If you want, I can fix your plugin to do this.
THank you for your assistance.
Jeff Small
Forum: Fixing WordPress
In reply to: Home page goes to Blog ArchiveI don’t know what the problem was, but it is resolved. I copied the code for the HOME page, deleted the page and re-created it. Works now.
Thank you for your time and assistance.
Forum: Fixing WordPress
In reply to: Home page goes to Blog ArchiveThanks for the response.
Yeah, that says ‘HOME’. If I change it to any other page, the correct page loads. When I change it back to ‘HOME’ it throws up a ‘Blog Archive’ page instead of home. The headers and footers are correct, but the body code is totally the wrong code.
<h2>Archives by Month:</h2>
<h2>Archives by Subject:</h2>
- No categories
How do I tell where this is coming from?
Even if I put in the URL as https://domain.com/?page_id=3 where 3 is the post id for the home page, I still get the wrong body code. And I looked in the database and the code that is there for the page looks right.