thatguyjeff
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding “Posted by:” or something like that?Groovy! That totally worked.
I suppose, for the same deal to appear when posts are viewed from the archives, etc. I need to insert the same stuff in those pages as well?
Any other pages besides the archives one?
Forum: Installing WordPress
In reply to: Parse error, Warning, Fatal Error…OMG!
me = biggest dork ever
Thanks for the assist!
Forum: Installing WordPress
In reply to: Parse error, Warning, Fatal Error…I’m pretty sure I haven’t borked it. And I’ve tried editing it a few times, from scratch using the original sample file each time. Tried clearing the spaces between the ; and my username… The spaces don’t matter anyway, do they? I haven’t touched anything else in the file ‘cept the password and db name. I’m using a text editor, not Word or other word processor.
Here’s the config file as I have it, ‘cept I put **** where my password goes. See anything fishy?
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘wordpress’); thatguyjeff_db
define(‘DB_USER’, ‘username’); thatguyjeff
define(‘DB_PASSWORD’, ‘password’); ******
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* Stop editing */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>Forum: Installing WordPress
In reply to: Parse error, Warning, Fatal Error…I don’t think that’s it. The file structure is good, I just had the four folders and change inside another folder. Same error still…
What else you got for me?
Forum: Installing WordPress
In reply to: Parse error, Warning, Fatal Error…One huge file. Perhaps I should try uploading as 4 folders and change.