• Hi Team,

    I did a new install of WP4.8 but when I attempt to install / change to a new theme I get an installed failed error and a bunch of code displayed in the screen starting with:

    Installation failed: <!DOCTYPE html> (function(html){html.className = html.className.replace(/\bno-js\b/,’js’)})(document.documentElement); Page not found – My Blog window._wpemojiSettings = {“baseUrl”:”https:\/\/s.w.org\/images\/core\/emoji\/2.3\/72×72\/”,”ext”:”.png”,”svgUrl”:”https:\/\/s.w.org\/images\/core\/emoji\/2.3\/svg\/”,”svgExt”:”.svg”,”source”:{“concatemoji”:”http:\/\/concretedriveways.tradiesmastermind.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.8″}}; !function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline=”top”,k.font=”600 32px Arial”,a){case”flag”:return

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    I am sorry to hear you’ve experienced such that trouble. The error output doesn’t help to figure out where the problem actually comes from. Please use this additional plugin that will report you what’s actually causing such this problem.

    https://wordpress.org/plugins/error-log-viewer/

    Regards,
    Kharis

    Hello @fredgill

    Can you please try to upload the plugin manually to wp-contents/plugins/ folder?

    Once you upload manually the plugin and activate it, if you see any errors again, please enable WordPress debugging by putting the following to the wp-config.php file:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );

    Make sure that you insert this line BEFORE /* That’s all, stop editing! Happy blogging. */ in the wp-config.php file.

    This way all errors will be saved in the debug.log file inside the /wp-content/ directory.

    Let us know the errors you’ll see!

    Thanks.

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

The topic ‘Cannot install new theme ver 4.8’ is closed to new replies.