getThemeUniqueValue error in master #14213
Closed
Comments
@mauriciofauth Could you take a look when you have a chance since this is related to a change you've made? |
This seems to be caused by the addition of unix timestamps. The resulting sum is bigger than PHP_INT_MAX so PHP casts it to float. |
Thanks for reporting this @ibennetch and thanks for investigating this @Vaggal. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With current master, I get the following error:
It seems to be caused by af3b424, in particular
The text was updated successfully, but these errors were encountered: