zachster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I transfer all entries from one database to another?Okay I’ve reached this stage
http://www.tamba2.org.uk/wordpress/restore/#oneBut I can’t seem to go on to step 3 because I don’t have access to cpanel. Is there another way to import the database?
Forum: Installing WordPress
In reply to: wp-login errorI’m not sure, I think it’s in Windows Binary
Forum: Installing WordPress
In reply to: wp-login errorI removed the copy and upload it again, and no difference.
——————
Warning: Cannot modify header information – headers already sent by (output started at http://crushmebaby.s33.net/.header:2) in /home/vhosts/crushmebaby.s33.net/wp-login.php on line 7
Warning: Cannot modify header information – headers already sent by (output started at http://crushmebaby.s33.net/.header:2) in /home/vhosts/crushmebaby.s33.net/wp-login.php on line 8
Warning: Cannot modify header information – headers already sent by (output started at http://crushmebaby.s33.net/.header:2) in /home/vhosts/crushmebaby.s33.net/wp-login.php on line 9
Warning: Cannot modify header information – headers already sent by (output started at http://crushmebaby.s33.net/.header:2) in /home/vhosts/crushmebaby.s33.net/wp-login.php on line 10
Warning: Cannot modify header information – headers already sent by (output started at http://crushmebaby.s33.net/.header:2) in /home/vhosts/crushmebaby.s33.net/wp-login.php on line 11
Warning: Cannot modify header information – headers already sent by (output started at http://crushmebaby.s33.net/.header:2) in /home/vhosts/crushmebaby.s33.net/wp-includes/pluggable-functions.php on line 151
Warning: Cannot modify header information – headers already sent by (output started at http://crushmebaby.s33.net/.header:2) in /home/vhosts/crushmebaby.s33.net/wp-includes/pluggable-functions.php on line 152
Warning: Cannot modify header information – headers already sent by (output started at http://crushmebaby.s33.net/.header:2) in /home/vhosts/crushmebaby.s33.net/wp-includes/pluggable-functions.php on line 129
Forum: Installing WordPress
In reply to: wp-login errorDo I need to change the dates and reupload?
—-
And yes they do put a banner on the site.Forum: Installing WordPress
In reply to: wp-login error<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘5295’); // The name of the database
define(‘DB_USER’, ‘5295’); // Your MySQL username
define(‘DB_PASSWORD’, ‘password’); // …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 = ‘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’);
?>——————
I only followed the Famous 5-minute install and edit the top part only for the wp-config.php . The DB Name was given to me by the host as well as the DB User, and the password as well in which I’ve changed above but the actual password is stated on my wp-config.php that I’ve uploaded.And as far as I know (checked the whole file manager) I dont have the the file ‘.header’
Could it be from my host?Forum: Installing WordPress
In reply to: wp-login errorI just installed wp, and I’m trying to log in for the first time.