daynarama
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Catagories and tags not showing posts (suddenly)I found the problem- it was with the theme. Thanks!
Forum: Fixing WordPress
In reply to: Catagories and tags not showing posts (suddenly)I found the problem- it was with the theme. Thanks!
Forum: Installing WordPress
In reply to: Parse error: syntax error, unexpected T_LNUMBERWow!
I just deleted the wp-config file from my server, refreshed the url to the mydomain/wp02, and your “help me” file kicked in! Walked me right through it…
Thanks, WordPress.
Forum: Installing WordPress
In reply to: Parse error: syntax error, unexpected T_LNUMBERYa, I realize that…
I had to go have a cry after your “No Brainer” comment.
Sorry for being stupid.I think maybe it’s a subdomain problem too?
I’m a site within a site within a site with a database, and not sure if all of the mySQL ingredients are in place.I’ll delete and start again.
Forum: Installing WordPress
In reply to: Parse error: syntax error, unexpected T_LNUMBERI’m editing the php in Text Edit. It appears to be on one line.
Should I delete this line, or change it to:
$table_prefix = ‘wp02_’; // Only numbers, letters, and underscores please!
Forum: Installing WordPress
In reply to: Parse error: syntax error, unexpected T_LNUMBERIf you click on this link
you’ll see what I mean about the php doc opening in the browser
Forum: Installing WordPress
In reply to: Parse error: syntax error, unexpected T_LNUMBERWOW.
Here’s EXACTLY what’s in my file.
Thanks for your patience.<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘my_db’); // The name of the database
define(‘DB_USER’, ‘dxxxxxxxxx’); // Your MySQL username
define(‘DB_PASSWORD’, ‘XXXXXX’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!
// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-content/languages.
// For example, install de.mo to wp-content/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* That’s all, stop editing! Happy blogging. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
require_once(ABSPATH . ‘wp-settings.php’);
?>Forum: Installing WordPress
In reply to: Parse error: syntax error, unexpected T_LNUMBERThe error has now moved to line 14, but all of my php doc info opens in the browser as well…