macandmike
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Problem Installing with GoDaddyThanks for your help the mysql db was wrong
All up and running now thanks again
Forum: Installing WordPress
In reply to: Problem Installing with GoDaddyHi took wp down and started fresh.
1.<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘oswaldkelso’); // The name of the database
define(‘DB_USER’, ‘oswaldkelso’); // Your MySQL username
define(‘DB_PASSWORD’, ‘xxxxxxxxx’); // …and password
define(‘DB_HOST’, ‘mysql39.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’);
?>2. uploaded the wordpress folder to my server. with the modified ‘wp-config.php’ file.
3. this is the route https://www.macandmike.com/wordpress/install.php
returns No input file specified.I feel I’m so close just doing something dumb!
4. When I open the database i get this
mysql23.secureserver.net
MySQL Active oswaldkelso oswaldkelso 0MB 5/14/2005 Open Managerand if I open the manager I get 2 choices 1. structures 2.mysql
structures says “No tables found in database.” and gives me a optio to ” Create new table on database oswaldkelso”?
mysql says “Run SQL query/queries on database oswaldkelso” neither of witch I have thr foggiest idea about
thanks
Forum: Installing WordPress
In reply to: Problem Installing with GoDaddyWell word press has taken over my site.! I removed the wp file out of the ‘php_uploads folder’ into the top directory and now I think the index php is over ruling the index html. All I know is that my home page has been replaced. oops
I just went to godaddy and reset my password. Just to confirm that it was the same.
You can check it out https://www.macandmike.com for the next 20 mins anyway thanks for looking
Forum: Installing WordPress
In reply to: Problem Installing with GoDaddyThanks for the super fast reply I’ll take the wp files out of the “php_uploads folder and try again.
I did change the ‘local host’ to ‘mysql39.secureserver.net’ Thank againForum: Installing WordPress
In reply to: Problem Installing with GoDaddyHi I’m new to this and trying to upload to godaddy on the basic accout. Its the unix one I have logged into GoDaddy, and gone to “Hosting & Servers” –> “My Hosting Account” –> “Databases” found the db name and user name I then made my wp-config.php file match, and uploaded the file.
Still no go. I placed the wordpress files in the “php_uploads” folder is that correct?
All text are lowercase through out Help Please.