We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i'm having a hard time to set the zkill fetch. According to apaches logs thsi is what i get:
] Endpoint https://esi.evetech.net/v2/universe/names/ warning: 299 - This route is deprecated, referer: http://page.com/?a=admin_zkbfetch
and also some times this error pops up in the logs:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted
According to what i could investigate i need to increase the php.ini max size, but it is already running with -1 that it should be unlimited.
The text was updated successfully, but these errors were encountered:
Hi,
please check if this commit fixes your memory issue: b0d2da4
Best Regards, Salvoxia
Sorry, something went wrong.
No branches or pull requests
i'm having a hard time to set the zkill fetch. According to apaches logs thsi is what i get:
] Endpoint https://esi.evetech.net/v2/universe/names/ warning: 299 - This route is deprecated, referer: http://page.com/?a=admin_zkbfetch
and also some times this error pops up in the logs:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted
According to what i could investigate i need to increase the php.ini max size, but it is already running with -1 that it should be unlimited.
The text was updated successfully, but these errors were encountered: