marciakal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PW protected page w/ unwanted loginI am still getting the login screen after the password input. I really need to figure out what is happening.
Forum: Fixing WordPress
In reply to: PW protected page w/ unwanted loginI have deactivated all plugins and checked. Haven’t tried going to the 2011 theme so will try that. The trouble is that, because I’ve already logged in using the various browsers, it’s hard to figure out if it will work.
Forum: Fixing WordPress
In reply to: Formatting change on one pageAny help for this? I still have this problem.
Forum: Fixing WordPress
In reply to: Formatting change on one pageI am going crazy trying to find where the </div> is missing. I am going over the php pages, using web developer in Firefox to figure it out and trying to understand the validation results page and I can’t find it. Could you please give me a clue where it is and where I can go to fix it?
Forum: Fixing WordPress
In reply to: Formatting change on one pageForum: Fixing WordPress
In reply to: Dashboard behaving strangelyThank you…I found the troubled plugin. Now just have to figure out why it’s causing the problem.
Forum: Fixing WordPress
In reply to: Help…Pages disappearing from siteApparently the page was deleted but I was able to restore it from the trash. I don’t know how this could have happened. There are only 2 of us that access the admin side and the other person only posts. This is really strange.
Forum: Fixing WordPress
In reply to: Help…Pages disappearing from siteI wonder…It’s been fine (a few months) till now. Didn’t change theme and haven’t added plugin for a while.
Forum: Installing WordPress
In reply to: Login page to HTTP 404 File not foundThe only index files in my root are my original index.html which is my website home page and index.phtml. I imagine that the latter is supposed to be the file you are talking about since it is new to me? This is all that is in that file:
<?php
readfile(“https://cs.aplus.net/parkedpage/include.html”);
?>Forum: Installing WordPress
In reply to: Login page to HTTP 404 File not foundWell, now nothing works. Since I don’t have access to admin panel, I couldn’t follow those directions. I put all files except wp-admin into it’s own directory, changed login URL to reflect the new wordpress dir but now it’s just page not found. I tried to run the install script again but still got page not found. I hate to think that what I have to do is a complete reinstall of all the files because I’m using filezilla and it takes forever, usually a day per directory.
Where do you get the index.php file? I see it in the wp-admin directory but when looking at it, I don’t have the line that is indicated here: # Open your root directory’s index.php file in a text editor
# Change the following and save the file. Change the line that says:
require(‘./wp-blog-header.php’);
to the following, using your directory name for the WordPress core files:
require(‘./wordpress/wp-blog-header.php’);