Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter er_ashish

    (@er_ashish)

    Thanks Jackie !
    I really appreciate your help.

    I will try to find another host. Hope that I will not face the same problem there.

    Thread Starter er_ashish

    (@er_ashish)

    Thanks Jackie again !

    1. Here are 2 errors when I try to open http://ashishworld.com/wp-admin/

    Warning: ini_set() has been disabled for security reasons in /home/ashi2816/public_html/wp-includes/load.php on line 292

    Warning: Cannot modify header information – headers already sent by (output started at /home/ashi2816/public_html/wp-includes/load.php:292) in /home/ashi2816/public_html/wp-includes/pluggable.php on line 1171

    2. I could not find any error in hosting control panel.
    3. No plugins are running at the moment. Deleted all.

    Just to add- my host provider said that they can’t enable ini_set() due to security reason. So no use of asking them to enable it.

    Thread Starter er_ashish

    (@er_ashish)

    Please someone help me…

    Thread Starter er_ashish

    (@er_ashish)

    Thanks a lot Jackie for taking interest in my problem.

    1. Site url is – http://ashishworld.com/

    2. WordPress version is 4.5.2

    3. I don’t know how to attach the file here so I copied the contents. Pasting here for your reference (removed credentials as you suggested):

    <?php
    /**
     * The base configuration for WordPress
     *
     * The wp-config.php creation script uses this file during the
     * installation. You don't have to use the web site, you can
     * copy this file to "wp-config.php" and fill in the values.
     *
     * This file contains the following configurations:
     *
     * * MySQL settings
     * * Secret keys
     * * Database table prefix
     * * ABSPATH
     *
     * @link https://codex.wordpress.org/Editing_wp-config.php
     *
     * @package WordPress
     */
    
    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'REMOVED');
    
    /** MySQL database username */
    define('DB_USER', 'REMOVED');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'REMOVED');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8mb4');
    
    /** 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.wordpress.org/secret-key/1.1/salt/ WordPress.org 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
     */
    /**#@-*/
    
    SALTS DELETED
    
    /**
     * 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  = 'wpbl_';
    
    /**
     * 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.
     *
     * For information on other constants that can be used for debugging,
     * visit the Codex.
     *
     * @link https://codex.wordpress.org/Debugging_in_WordPress
     */
    define('WP_DEBUG', false);
    define('SCRIPT_DEBUG', true);
    /* 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');
Viewing 4 replies - 1 through 4 (of 4 total)