pjspjs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How To Change Name After “Original Design”luckychingi,
I did what you said and all is good now. Thanks for your help!Forum: Fixing WordPress
In reply to: Blog down after backup–helpI just found out that .htaccess will recreate itself and shut down my blog. Is anyone here familiar with the backupwordpress plugin? What am I doing wrong?
Forum: Fixing WordPress
In reply to: Blog down after backup–helpI deleted .htaccess from the backup folder and now everything is back to normal, but don’t I need this file?
Forum: Installing WordPress
In reply to: White page after upgrade from 2.0.4 to 2.3.2I deleted everything and tried again from scratch. All’s well now!
Forum: Fixing WordPress
In reply to: White Screen Of Death–Please Help!I deleted everything and tried again from scratch. All’s well now!
Forum: Installing WordPress
In reply to: White page after upgrade from 2.0.4 to 2.3.2I find it interesting that even though my blog has been replaced by a blank white screen, I’m still getting email notification of posted comments, spam of course!
Forum: Installing WordPress
In reply to: White page after upgrade from 2.0.4 to 2.3.2Also the white screen appeared before I upgraded; it happened after I deleted some images that my wife uploaded to the wp-content folder instead of the uploads folder(…Blog/wp-content/uploads).
Forum: Installing WordPress
In reply to: White page after upgrade from 2.0.4 to 2.3.2I deleted my theme called “connections” from the themes folder (…wp-content/themes/). Now there are just the two included themes–classic, default.
When I go to Presentation->Theme it doesn’t show any themes. Likewise when I go to Plugins it shows nothing although I noticed when uploading Version 2.3.2 that this version includes a plugin called akismet.
Is there a way, besides using Admin panel, to specify which theme WordPress should use? Any more ideas?Forum: Fixing WordPress
In reply to: Very Confused and Struggling NewbieI’ll look into it.
ThanksForum: Fixing WordPress
In reply to: Very Confused and Struggling NewbieI have an account through the college: http://edcen.ehhs.cmich.edu/~psimmond
I unzipped WordPress, opened wp-config-sample.php and added:
// ** MySQL settings ** //
define(‘DB_NAME’, ‘Blog’); // The name of the database
define(‘DB_USER’, ‘psimmond’); // Your MySQL username
define(‘DB_PASSWORD’, ‘*******’); // …and password
define(‘DB_HOST’, ‘edcen.ehhs.cmich.edu’); // 99% chance you won’t need to change this value
(This is the name and password I use to ftp files to my account.)
Then I renamed the file as wp-config.php created a folder called “Blog” and ftp’d all of the unzipped WordPress files to it. Now if I go to:
http://edcen.ehhs.cmich.edu/~psimmond/Blog
I get a white box that says: WordPress
Error establishing a database connection…
Does this have something to do with SQL–whatever that is?