What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi guys, anyone has any idea why I get this error when I call Yves homepage ```ErrorException - in

UM9F81RCP
UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

Hi guys,

anyone has any idea why I get this error when I call Yves homepage

ErrorException - ini_set(): session.name cannot be a numeric or empty ''
in /data/srv/yves/www/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php (392)

Comments

  • U032TRF4HJN
    U032TRF4HJN Posts: 14 πŸ§‘πŸ»β€πŸš€ - Cadet

    Try using xdebug or dd to check whats happening on this line. Something fishy there

  • U032TRF4HJN
    U032TRF4HJN Posts: 14 πŸ§‘πŸ»β€πŸš€ - Cadet

    Find whats the value of the variable $lifetime and why it is like that

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    it is on a production-like server I cannot xdebug it πŸ™‚

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    I think I found a culprit … it seems like session cockie name is not set in the config

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    which is wierd because it was working before

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    I am deploying now .. I will see if that solved it