plbeane94
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Godaddy SQL problemNow it’s saying the URL is forbidden, HELP!
Forum: Installing WordPress
In reply to: Godaddy SQL problemTHANKS MACMANX!
Forum: Installing WordPress
In reply to: Godaddy SQL problemnvm this was wrong!
Forum: Installing WordPress
In reply to: Godaddy SQL problemthats the first 15 of the error
Warning: Cannot modify header information – headers already sent by (output started at /home/content/p/b/e/pbeane/html/wordpress/wp-config.php:23) in /home/content/p/b/e/pbeane/html/wordpress/wp-login.php on line 7
Warning: Cannot modify header information – headers already sent by (output started at /home/content/p/b/e/pbeane/html/wordpress/wp-config.php:23) in /home/content/p/b/e/pbeane/html/wordpress/wp-login.php on line 8
Warning: Cannot modify header information – headers already sent by (output started at /home/content/p/b/e/pbeane/html/wordpress/wp-config.php:23) in /home/content/p/b/e/pbeane/html/wordpress/wp-login.php on line 9
Warning: Cannot modify header information – headers already sent by (output started at /home/content/p/b/e/pbeane/html/wordpress/wp-config.php:23) in /home/content/p/b/e/pbeane/html/wordpress/wp-login.php on line 10
Warning: Cannot modify header information – headers already sent by (output started at /home/content/p/b/e/pbeane/html/wordpress/wp-config.php:23) in /home/content/p/b/e/pbeane/html/wordpress/wp-includes/functions.php on line 1767
Forum: Installing WordPress
In reply to: Godaddy SQL problemNope, I checked, no spaces.
Forum: Installing WordPress
In reply to: Godaddy SQL problemIsn’t this right?
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘plbeane94’); // The name of the database
define(‘DB_USER’, ‘plbeane94’); // Your MySQL username
define(‘DB_PASSWORD’, ‘******’); // …and password
define(‘DB_HOST’, ‘mysql33.secureserver.net’); // 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: Godaddy SQL problemOk, thanks!
Forum: Installing WordPress
In reply to: Godaddy SQL problemI thought the file with the error was wp-login… but I don’t know 100% if it is and I don’t want to mess my wordpress files up.
Forum: Installing WordPress
In reply to: Godaddy SQL problemI don’t get where this file is located:
/home/content/p/b/e/pbeane/html/wordpress/wp-login.php
Forum: Installing WordPress
In reply to: Godaddy SQL problemNow this is what shows up after I login at plbeane94.com/wordpress/wp-login.php:
Warning: Cannot modify header information – headers already sent by (output started at …………….
Forum: Installing WordPress
In reply to: Godaddy SQL problemisn’t GoDaddy’s Database Host ‘localhost’?
Forum: Installing WordPress
In reply to: Godaddy SQL problemnope.
it’s saying it cant contact localhost.
Forum: Installing WordPress
In reply to: Godaddy SQL problemit’s not working…
check it out:
plbeane94.com/wordpress/
Forum: Installing WordPress
In reply to: Godaddy SQL problemWhat did I do wrong?
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘plbeane94’); // The name of the database
define(‘DB_USER’, ‘plbeane94’); // Your MySQL username
define(‘DB_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’);
?>