PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /.../kb/cron/cron.base.php:72) in /.../kb/common/includes/class.session.php on line 47
PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /.../kb/cron/cron.base.php:72) in /.../kb/common/includes/class.session.php on line 47
PHP Warning: session_regenerate_id(): Cannot regenerate session id - headers already sent in /.../kb/common/includes/class.session.php on line 48
Dism0 wrote: ↑Mon Feb 27, 2017 09:42
apparently godaddy hosting only provides access to php 5.4 and they want you to use a more expensive hosting to use php 5.5.
Sorry about that. Sadly not only the code I wrote but also the libraries I use require 5.5+, I'm afraid theres not much I can do about it. Also given the last 5.4 release was in 2014 godaddy seems to be a little behind there...
In that case I would rather look for a different provider. I have now idea about pricing or benefits of godaddy but capitalizing on peoples software version requirements sounds wrong. Given they should have an interest to upgrade as e.g. php 7 uses slightly less ressources compared to 5.x...
The variable used to set the form action url for submitting a comment conflicts with one used in edk core for updating the value of items in a kill-mail. It causes the site to try (and fail) to submit a comment when updating values. Can be fixed by renaming the variable in two places
init.php line 37
Fatal error: Uncaught League\OAuth2\Client\Provider\Exception\IdentityProviderException: CREST is no longer third party accessible. Please use ESI. in /homepages/30/d678292045/htdocs/kb/mods/statsmod/vendor/evelabs/oauth2-eveonline/src/Provider/EveOnline.php:94 Stack trace: #0 /homepages/30/d678292045/htdocs/kb/mods/statsmod/vendor/league/oauth2-client/src/Provider/AbstractProvider.php(644): Evelabs\OAuth2\Client\Provider\EveOnline->checkResponse(Object(GuzzleHttp\Psr7\Response), Array) #1 /homepages/30/d678292045/htdocs/kb/mods/statsmod/sso_login.php(132): League\OAuth2\Client\Provider\AbstractProvider->getResponse(Object(GuzzleHttp\Psr7\Request)) #2 /homepages/30/d678292045/htdocs/kb/common/index.php(319): include('/homepages/30/d...') #3 /homepages/30/d678292045/htdocs/kb/index.php(25): include('/homepages/30/d...') #4 {main} thrown in /homepages/30/d678292045/htdocs/kb/mods/statsmod/vendor/evelabs/oauth2-eveonline/src/Provider/EveOnline.php on line 94