• Resolved E30

    (@e30)


    Hi I’m getting this error after update to 1.8.2, any help will be much appreciated.

    Plugin could not be activated because it triggered a fatal error.

    Parse error: syntax error, unexpected ‘)’, expecting T_PAAMAYIM_NEKUDOTAYIM in /var/www/html/dev/steve/wp-content/plugins/wp-w3all-phpbb-integration/wp_w3all.php on line 50

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author axew3

    (@axewww)

    Ops! Thank for report: the line 50 of wp_w3all.php should be changed into:
    if(empty($w3cookie_domain) && strlen(COOKIE_DOMAIN) > 1 && !isset($w3reset_cookie_domain)){
    this should resolve the problem.

    The file wp_w3all.php has been patched about this, to resolve the reported bug
    T_PAAMAYIM_NEKUDOTAYIM
    without edit, just download it here:
    https://plugins.trac.ww.wp.xz.cn/export/HEAD/wp-w3all-phpbb-integration/trunk/wp_w3all.php
    and replace the wp_w3all.php file into plugin folder:
    /wp-content/plugins/wp-w3all-phpbb-integration

    P.S the line 68 maybe cause the same error, so the wp_w3all.php file has been further patched to be changed.
    Line 68 changed into:
    } elseif ( strlen(COOKIE_DOMAIN) < 1 ) {

    • This reply was modified 8 years, 3 months ago by axew3.
    Thread Starter E30

    (@e30)

    Brilliant, works thanks !

    And thanks for a excellent plugin, donation on it’s way.

    Plugin Author axew3

    (@axewww)

    Very nice! Since we can’t drink together, i will ideally drink a cup of beer (or maybe vine) for you then! 🙂

    If any problem, just let know thank you! It is not easy for me to test all things any time and be sure about all (except security that i take quite seriously, for what are my skills). Any report is often an improvement.

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

The topic ‘1.8.2 error after update.’ is closed to new replies.