Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Paolo

    (@paoltaia)

    Hi Rami,

    the error would suggest that there are some missing files.

    Please try to re-install the plugin and let us know if that is it.

    Thanks,

    Thread Starter Rami

    (@rami4625)

    @paoltaia Hi Paolo,

    I tried that but unfortunately that hasn’t fixed the problem.

    Plugin Author Stiofan

    (@stiofansisland)

    This indicates that your sessions folder is not writable or is pointing to the wrong folder. You need to show this to you host and ask them to fix PHP Sessions.

    Thanks,

    Stiofan

    Thread Starter Rami

    (@rami4625)

    The problem solved after I changed the path in this line in .htaccess file :
    php_value session.save_path “/var/cpanel/php/sessions/ea-php74”

    To another path from the hosting support.

    If any one has similar issue i suggest to check .user.ini & php.ini files too, If they have this line inside them :
    session.save_path = “/var/cpanel/php/sessions/ea-php74”

    Then you have to change the path too.

    Plugin Author Stiofan

    (@stiofansisland)

    Awesome! Thanks for providing the solution ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[ Warning: session_start() ] After Moving to a New Hosting Company’ is closed to new replies.