Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author nintechnet

    (@nintechnet)

    It clears the session data at the welcome screen only.
    Are you able to go up to the screen following the PHP INI modification or does it stop before?

    Thread Starter Convertiser

    (@slvr)

    I cannot go further than integration screen. Well, not without commenting out session clearing code. It seems that menu installation imports installation file, and since there is no request params in that case – session gets cleared.

    Plugin Author nintechnet

    (@nintechnet)

    Do you have another plugin that may close or destroy the session? You can scan your plugins and search for ‘session_’.
    Are you running PHP <5.4? If you are, WordPress removes session variables if register_globals is defined.

    Thread Starter Convertiser

    (@slvr)

    No I dont have any other plugin that might destroy session. I’m running php7 and I know how to debug php apps. Have you seen a screenshot from 1st message? 🙂

    Plugin Author nintechnet

    (@nintechnet)

    That would mean that $_REQUEST['nfw_act'] is empty after submitting the form from the nfw_integration() function?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘impossible to activate latest version (3.3.8)’ is closed to new replies.