Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi,

    I’ve had the same problem with the wp-config.php file. After reading this article I adjusted the
    $root = dirname(dirname(dirname(dirname(dirname(__FILE__))))); to $root = realpath(__FILE__);. Now wordpress shows a parse error:

    Parse error: parse error in C:\wamp\www\internet\wp-content\themes\wpremix_3_single\wpremix3\editor\RemixEditor.php on line 11

    This is what’s on line 11:

    header('Content-Type: text/html; charset='.get_option('blog_charset').'');

    Any help would be geatly appreciated, I’m not very familiar with PHP.
    Thanks,
    BigML

Viewing 1 replies (of 1 total)