vivekg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: registraton emailyes. Thats true…but my problem is there is no mail on that email address.
User, who is registering himself, should get a password on his mailid that he has given while registering but it is not sending nay mail to that email id.
May be there should be some configuration changes that should be thr but I haven’t done…Any clue for that. Plz help
Forum: Fixing WordPress
In reply to: registraton emailyes, I have the password for installation. I have installed it actually. Now for the new user registration, it sends an email. We enter username and Email Address & it send the password to that email address. It is saying that it send the password to the email address but I havn’t got the password.
What to do ???
Forum: Installing WordPress
In reply to: Installation probs: install.phphey…i have done it using WAMP…all probs solved
Forum: Installing WordPress
In reply to: Installation probs: install.phphey divanesaz,
If u have db.php in your wp-content folder or not??? If u have then please post its content so tht I can go ahead with this probs to solve this
Thx in advance
Forum: Installing WordPress
In reply to: Installation probs: install.phpI have already go through tht but changed evrythng related to tht. But prob still there.
See what changes i have done in PHP.ini till now…
—->>>>>set the path to ext
; Directory in which the loadable extensions (modules) reside.
extension_dir =”C:\Program Files\PHP\ext”—->>>>> uncommented the mysql.dll
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
; If you wish to have an extension loaded automatically, use the following
; syntax:
;
; extension=modulename.extension
;
; For example, on Windows:
;
extension=msql.dll
;
; … or under UNIX:
;
; extension=msql.so
;—->>>>> extensions also there defined in ini file
[PHP_MSQL]
extension=php_msql.dll
[PHP_MSSQL]
extension=php_mssql.dll
[PHP_MYSQL]
extension=php_mysql.dll
[PHP_MYSQLI]
extension=php_mysqli.dll—->>>>> one thing i found while searching is tht thr is no db.php inside wp-content. What to do for tht???
Forum: Installing WordPress
In reply to: Installation probs: install.phpthx.
I have done that & it still while running the URL as
http://localhost/wordpress/wp-admin/install.phpis throwing an error
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.While i have renamed the file to wp-config.php and provided all the details as
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘wordpress’); // The name of the database
define(‘DB_USER’, ‘root’); // Your MySQL username
define(‘DB_PASSWORD’, ‘password’); // …and password
define(‘DB_HOST’, ‘192.168.0.85’); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);// Change each KEY to a different unique phrase. You won’t have to remember the phrases later,
// so make them long and complicated. You can visit http://api.wordpress.org/secret-key/1.1/
// to get keys generated for you, or just make something up. Each key should have a different phrase.
define(‘AUTH_KEY’, ‘AqW(Au0hm)tl3`3.R]SZtv4 IE0H)=wD86~\’%lV@%=+zS&u~I_<Xx(1Ee8{9nIm/’); // Change this to a unique phrase.
define(‘SECURE_AUTH_KEY’, ‘?c0U]CHO.i1\\Z3v])_gI[5Rk+WP&If6L9jwKK9#i2/%jwu+?HL}VdxjD$*?D/ed#’); // Change this to a unique phrase.
define(‘LOGGED_IN_KEY’, ‘g+^/GEDyf<W73s Y{pf}/fsS;|TF.?[Ki[T]D`NOB^nz;48<:f\’,7*TQ*E?Io6LD’); // Change this to a unique phrase.// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-content/languages.
// For example, install de.mo to wp-content/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* That’s all, stop editing! Happy blogging. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
require_once(ABSPATH . ‘wp-settings.php’);
?>what to do???