Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support qtwrk

    (@qtwrk)

    please edit that file , add

    error_log( print_r(COOKIEHASH, TRUE), 3 , "/your_path_to/public_html/lscwp.log" );

    after line 528 $vary_cookies[] = ‘,wp-postpass_’ . COOKIEHASH;

    now do it again , see what does it show in /your_path_to/public_html/lscwp.log

    are you running OpenLiteSpeed with it ?

    Thread Starter tobyhage

    (@tobyhage)

    Hello,

    Thank you for you’re reply.

    You’re instructions are a little bit short.

    I have added the error log on the last line of the file htaccess.cls.php
    and added the line

    $vary_cookies[] = ‘,wp-postpass_’ . COOKIEHASH;

    after line 528. But that line was already there, so it is now written two times.

    the log file contains ffbddc434c0af204c7a9a32562f3126f

    Yes i run openlitespeed.

    Plugin Support qtwrk

    (@qtwrk)

    okay , now that is interesting

    because as you can see , it logs out the COOKIEHASH , which means it is defined , so why the PHP complaints undefined constant ?

    please create a ticket by mail to support at litespeedtech.com with reference link to this topic , we will investigate further

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error during plugin activation’ is closed to new replies.