jonnyboy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New Host , Restore databasePodz, you are a genius!
I didn’t realize that the theme would be dependent on information in the database… as soon as I logged in, it corrected itself.
I cannot thank you enough!
Forum: Fixing WordPress
In reply to: New Host , Restore databaseIt’s on default. Totally base install, except for the backup plugin is installed.
————
wp-config.php
————<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘thrtwoth_wp’); // The name of the database
define(‘DB_USER’, ‘thrtwoth_julie’); // Your MySQL username
define(‘DB_PASSWORD’, ‘XXXXX’); // …and 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 = ‘jules_’; // 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’);
?>
————
————
cpanel datbase stuffthrtwoth_wp
Users in wp
thrtwoth_julie (Privileges: ALL PRIVILEGES)connection string
$dbh=mysql_connect (“localhost”, “thrtwoth_julie”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
mysql_select_db (“thrtwoth_wp”);
————
————Any ideas?
Forum: Fixing WordPress
In reply to: New Host , Restore databasehttp://www.juliefilms.com/index.php It’s blank, just like if the db connection isn’t working, right? Config info seems to be correct on the new host.
Forum: Fixing WordPress
In reply to: New Host , Restore databaseI can see all the appropriate tables on the left hand list, so I think the database is correct. As for what’s screwing up the connection, I’m not really sure.
Forum: Fixing WordPress
In reply to: New Host , Restore databaseok, pasted and executed successfully.
“Your SQL-query has been executed successfully:
The content of your file has been inserted. (: 1510 Instructions) “Now the wordpress location comes up blank… DB_NAME, DB_USER, DB_PASSWORD and the table prefix are all correct.
Forum: Fixing WordPress
In reply to: New Host , Restore databaseAh ok, I’ve figured it out; two blogs in the same database… different prefixes.
Forum: Fixing WordPress
In reply to: New Host , Restore databaseArgh, it timed out.
Forum: Fixing WordPress
In reply to: New Host , Restore databaseOk I’ll do that now.
Does it matter whether I had multiple blogs on the old site? Should I set up the other blogs (with virgin installs) first before dropping the tables?
Forum: Fixing WordPress
In reply to: New Host , Restore databaseOh really? I assumed that this was the problem. How about the tables? Usernames?
The sql is about 1.5 megs, and yes, I’ve got phpadmin, but I’ve never used it before (the old host didn’t have it).
Forum: Fixing WordPress
In reply to: New Host , Restore databasePodz, I can’t seem to make a database on bluehost without their username suffix. Where my old db was ‘wordpress’, the new one is ‘username_wordpress’.
I changed my wp-config.php to fit the new names, but that didn’t help; it still displays the regular new-install posts.
Forum: Fixing WordPress
In reply to: New Host , Restore databaseI’d love some help on this one too… I recently moved to Bluehost to support wordpress, but my database backup doesn’t seem to fit. Anyone got any ideas?
Forum: Everything else WordPress
In reply to: The WordPress Support ForumsThanks Tg
Forum: Fixing WordPress
In reply to: WP1.5 commenting doesn’t workCommenting if pretty much borked for a lot of the people who upgraded from 1.2 to 1.5
No word on whether a fix is in the works.
Forum: Everything else WordPress
In reply to: The WordPress Support ForumsHow about a section where the developpers can post which bugs they’re working on… or acknowledge that they know about the existance of a bug.
Or maybe my unresolved comment problem is just making me angry.
Forum: Fixing WordPress
In reply to: comment issuesComment issues make up the biggest slice of bugs for the 1.5 release.
I hope the WP team is looking at an official fix for all those who’s blogs are currently uncommentable.