×

To be able to write in the forum you need to authenticate. Meanwhile it's read-only.

Change History

New api methods will be announced here. Changes in our data that is relevant to checkers scripts/tags will also be announced here.

Message: Re: Big boring changes incoming (PHP7)

Changed By: magma1447
Change Date: March 01, 2018 09:09PM

Re: Big boring changes incoming (PHP7)
This [url=https://dev-01.project-gc.com/Challenges//2580]script[/url] needs the following patch:
< if TGrid[Letter][CacheType] ~= nil and TResultsTypes[CacheType] == nil then
> if TGrid[Letter] ~= nil and TGrid[Letter][CacheType] ~= nil and TResultsTypes[CacheType] == nil then

Original Message

Author: magma1447
Date: March 01, 2018 08:48PM

Re: Big boring changes incoming (PHP7)
This [url=https://dev-01.project-gc.com/Challenges//2580]script[/url] needs the following patch:
< if TGrid[Letter][CacheType] ~= nil and TResultsTypes[CacheType] == nil then
> if TGrid[Letter] ~= nil and TGrid[Letter][CacheType] ~= nil and TResultsTypes[CacheType] == nil then