• it’s been few days I have this problem with my website. Before was remaining all blank but now there’s an issue displaying.
    I received an email explaining was something with codeguard, I deactivated the plugin but the issue is still there. I had contacted also the hosting provider and they said it might be the theme problem. Here I read it might be because of the latest version of WordPress. I’m here to ask your help investigating it please.
    Thank you in advance.
    Kind regards,

    jonida

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @marteseneshqiperi ,

    Did you try the debug mode that WordPress provides if not turn on debug mode so you can get an idea of where is the error coming from first go to file-manager open your website folder that wordpress installed then open the wp-config file below you can find the ” define( ‘WP_DEBUG’, false ); “
    which by default is false changed to true and saves the file check the website if the error is displayed so you can get an idea of where is the error coming if it not working try to add the below code in the homepage template so you can errors display on the page.

    You can try the first step if it isn’t working then you can use this code inside the homepage template.

    put this code inside your homepage template after the get_header(); part.

    ini_set(‘display_errors’, 1); ini_set(‘display_startup_errors’, 1); error_reporting(E_ALL);

Viewing 1 replies (of 1 total)
  • The topic ‘My website seems broken’ is closed to new replies.