FernCreek
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Plugins disappearedInteresting that I also experienced these two problems at about the same time. I realized that the blank white box still had content, but it was in a white font. I could see it by “selecting” it.
After some searching, I found the page http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors
It advised to add the following to wp-config file:
define(‘SCRIPT_DEBUG’, true);
just before “That’s all…”
I “refreshed” the editor, and the icons appeared. Problem solved!
However, shortly before I did this, I also had the problem of disappearing plugins. I’ve submitted a post to the forum, but haven’t found a solution to that one yet.
Forum: Localhost Installs
In reply to: Can't access http://localhost/mydatabaseThanks. I did discover a typo in my naming of the database ‘mywordpress’ (yes, I’m embarrassed). I created a new database, properly spelled, and made sure that my wp-config.php referred to that database, and — ta dah! — it did work.
Thank you for sticking with me on this!
Forum: Localhost Installs
In reply to: Can't access http://localhost/mydatabaseThanks for your help.
However, when I try to go to http://localhost/mywordpress, what comes up is a blank page with “Error establishing a database connection.”Forum: Localhost Installs
In reply to: Can't access http://localhost/mydatabaseAll of the files are in c:\xampp\htdocs\mywordpress\
I checked the privileges for root, and it does have full privileges.