• I am getting an error

    Parse error: syntax error, unexpected ‘*’ in /home2/wagfmg0ad3gm/public_html/wp-config.php on line 2

    i just change

    define(‘WP_DEBUG’, false);

    to

    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);

    to disable wp warning on dashboard.

    Now again i removed that code but still getting same error.
    how can i fix this?

    • This topic was modified 7 years, 2 months ago by tipsntrick.
    • This topic was modified 7 years, 2 months ago by tipsntrick.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Parse error: syntax error’ is closed to new replies.