We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi,
I just installed php-error but i can do nothing with it because of the session_start();
"A session had already been started - ignoring session_start();"
It's doing this when i include the class after my session_start(). If i include it after, my user session is deleted (??) and i can't connect...
Is this a bug ? or is there a way to prevent it form detecting it's own errors ? Thanks ! It will be a very useful tool
The text was updated successfully, but these errors were encountered:
That's funny, bug posted back in 2013, I just installed the lib and first thing I see is this bug :)
Sorry, something went wrong.
Fixed in my fork. PR: #94
No branches or pull requests
Hi,
I just installed php-error but i can do nothing with it because of the session_start();
"A session had already been started - ignoring session_start();"
It's doing this when i include the class after my session_start().
If i include it after, my user session is deleted (??) and i can't connect...
Is this a bug ? or is there a way to prevent it form detecting it's own errors ?
Thanks !
It will be a very useful tool
The text was updated successfully, but these errors were encountered: