Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Installed Enfold and WP console stopped working #123954

    Problem solved – PHP extension simplexml wasnt activated

    in reply to: Installed Enfold and WP console stopped working #123953

    Hey, Peter,

    I did exactly what you said. Added this in wp_settings file and put it on the server:


    // Include files required for initialization.

    require( ABSPATH . WPINC . ‘/load.php’ );

    require( ABSPATH . WPINC . ‘/default-constants.php’ );

    require( ABSPATH . WPINC . ‘/version.php’ );

    // Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, WP_CONTENT_DIR and WP_CACHE.

    wp_initial_constants( );

    define(‘WP_MEMORY_LIMIT’, ‘128M’);

    define(‘WP_MAX_MEMORY_LIMIT’, ‘256M’);

    // Check for the required PHP version and for the MySQL extension or a database drop-in.

    wp_check_php_mysql_versions();


    I also went into the PHP settings on the hosting server and changed memory_limit setting to 128Mb

    No joy! The problem stil remains. Please help.

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)