Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plenty of php notices in log: Constant MAX_SERIALIZED_ARRAY_DEPTH already defined #12743

Closed
saschafoerster opened this issue Apr 19, 2018 · 1 comment
Labels
worksforme The issue cannot be reproduced and things work as intended.

Comments

@saschafoerster
Copy link

I've got thousands of lines in /var/log/apache2/error.log with this PHP Notice:

[Thu Apr 19 10:31:56.432017 2018] [:error] [pid 18644] [client *.**.12:38588] PHP Notice: Constant MAX_SERIALIZED_ARRAY_DEPTH already defined in /var/www/html/stats/libs/upgradephp/upgrade.php on line 324

What can I do, to debug this?

@Findus23
Copy link
Member

The constant is only defined once in the code (in the upgradephp library), so I guess there was something weird happening on your server.
If anyone comes across this issue again, please create a new issue.

@Findus23 Findus23 added the worksforme The issue cannot be reproduced and things work as intended. label May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

2 participants