Wsparcie » Używanie i konfiguracja WordPressa » Parse error: syntax error, unexpected T_STRING in load.php

  • Witam,

    korzystając z cpanel, po przeniesieniu plików index.php i .htaccess z folderu /wordpress do folderu głownego strony i przywróceniu ich z powrotem do folderu /wordpress strona wyrzuca następujacy błąd :

    Parse error: syntax error, unexpected T_STRING in /home/aegee/public_html/wordpress/wp-includes/load.php on line 1073

    {ciekawostką jest to, że plik load.php ma u mnie ledwo 100 linijek…}

    index.php :
    <?php
    define(’WP_USE_THEMES’, true);
    require( dirname( __FILE__ ) . '/wp-blog-header.php’ );

    .htaccess :
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>

    # END WordPress

    # Wordfence WAF
    <Files „.user.ini”>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>

    # END Wordfence WAF

    PS: Używałem darmowej wersji plugina Wordfence.

    • This topic was modified 7 years, 1 months temu by imao44.
Viewing 2 replies - 16 through 17 (of 17 total)
Viewing 2 replies - 16 through 17 (of 17 total)
  • Temat ‘Parse error: syntax error, unexpected T_STRING in load.php’ jest zamknięty na nowe odpowiedzi.