hhaammzzaa
New member
- May 27, 2022
- 0
- 1
- 2
104 line: if(time() < ($licence_data['last_check'] + ( 86400 *
2 ) )) instead
if(time() < ($licence_data['last_check'] . ( 86400 *
2 ) ))
Change your php version.. Then try againStill error, I run wordpress on nginx, is that an issue?
P/s: I found the issue and fix it myself, i.e. change "+" to "." and it works like a charm