kuming
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My site is showing blank screenHi
@thegreyparrots,
pls provide a link.
RegardsForum: Plugins
In reply to: Where are the posts and pages stored in my backupwordpress backupAny one please!!!
Forum: Fixing WordPress
In reply to: My site is showing blank screenAccidently my database of aboutdehradun.com is overwritten by another site’s database. I have not taken any database backup of my site aboutdehradun.com. Is there any way I can restore it to a previous point or retrieve it.
Any guidance would be highly appreciated.Regards,
Forum: Fixing WordPress
In reply to: My site is showing blank screenI have had an online chat with godaddy support but they say they don’t support wordpress issues. Can anyone help me out to a solution. It is very urgent.
Forum: Fixing WordPress
In reply to: My site is showing blank screenYou mean hosting provider. I have hosting with godaddy.
Forum: Fixing WordPress
In reply to: My site is showing blank screenHi,
I was just trying to solve the login issue with my another site dehraduhjbs.in caused due to deleting hide my wp plugin. I was just trying to follow the instruction by the theme and hosting provider.
I tried restoring my site to a previous point but that didn’t help.I tried renaming folders and themes but that was only for dehradunjobs.in . I accidently uploaded a child theme in webroot of my hosting account instead of wp-content/themes of dehradunjobs.in . But I then deleted it. I didn’t touched aboutdehradun.com’s folder.Pls see my wp-config.php of aboutdehradun.com and advise.
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.ww.wp.xz.cn/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don’t have to use the web site, you can just copy this file
* to “wp-config.php” and fill in the values.
*
* @package WordPress
*/// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */[REMOVED – never post db connection details in a public forum]
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);/**#@+
* Authentication Unique Keys and Salts.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.ww.wp.xz.cn/secret-key/1.1/salt/ ww.wp.xz.cn secret-key service}
* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
*
* @since 2.6.0
*/
define(‘AUTH_KEY’, ‘$9ftA)O0fk#d6YC!1286’);
define(‘SECURE_AUTH_KEY’, ‘&*-s1GSOE=DCgF$XJVr$’);
define(‘LOGGED_IN_KEY’, ‘jTvxDn60z9JXz)Z-F#%P’);
define(‘NONCE_KEY’, ’81ZB=ICt%_ J rUN++(A’);
define(‘AUTH_SALT’, ‘NxxSE7/y1wSdzSa!UpXJ’);
define(‘SECURE_AUTH_SALT’, ‘DTrX+vwm=JYDPML1d)q%’);
define(‘LOGGED_IN_SALT’, ’07AEFy(#7b#NBC2gBYbE’);
define(‘NONCE_SALT’, ‘tx$4+RnT3s((b&C*x&fZ’);/**#@-*/
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ‘wp_’;/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de_DE.mo to wp-content/languages and set WPLANG to ‘de_DE’ to enable German
* language support.
*/
define(‘WPLANG’, ”);/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG’, false);/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);