thebigo1981
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Making WP & xampp friendlythe files are in htdocs and not in a subfolder or anything.
would “php4ts.dll in F:\xampplite\install” be teh file to convert to php4?
Forum: Installing WordPress
In reply to: Making WP & xampp friendlyit appears that i have php running. i have created a page of screenshots for people to see and proabably tell me about a blairing mistake.
http://portfolio.iu.edu/roconnel/xampp.jpg (shots of xampp and wp-config)
and
http://portfolio.iu.edu/roconnel/WordPress_›_Installation.htm (this is the funky page that i get)Forum: Installing WordPress
In reply to: Making WP & xampp friendlyhere is what appears on the top of the page:
“wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”); require_once(‘../wp-config.php’); require_once(‘./upgrade-functions.php’); $guessurl = str_replace(‘/wp-admin/install.php?step=2’, ”, ‘http://’ . $_SERVER[‘HTTP_HOST’] . dirname($_SERVER[‘PHP_SELF’]) ); if (isset($_GET[‘step’])) $step = $_GET[‘step’]; else $step = 0; ?>
hide_errors(); $installed = $wpdb->get_results(“SELECT * FROM $wpdb->users”); if ($installed) die(__(‘
Already Installed
You appear to have already installed WordPress. To reinstall please clear your old database tables first.”i do have a wp-config file setup. and i have cleared the old database. i am really green at php and mysql.
thanks for the help
Forum: Installing WordPress
In reply to: Making WP & xampp friendlyyes.
also, the WP-install.php page has all kinds of funky words (code?) exposed above and below the login fields