Update 4.1.5 to 4.2
Update
An error has occurred.
0 Redis::setex(): Argument #2 ($expire) must be of type int, float given
Labels |
Added:
No Code Attached Yet
|
Title |
|
Here the update from 4.1.5 to 4.2.0 went fine. Maybe it happens only with PHP 8.1? I was on 8.0. @Stuartemk Could you provide some information on your PHP version and database type and version? Thanks in advance.
this appens when you have the cache enabled and Redis as handler
new
checked on 4.1.3 and it works fine
@alikon its not based on cache or redis..
I have a bare bones 4.1.5 site with the same issue.
It states the schema is out of date but it infact is correct.
After pulling it into my *ampp I see the following....
Warning: Undefined array key 0 in E:\Bearsampp\www\bearsampp\administrator\components\com_joomlaupdate\src\Model\UpdateModel.php on line 1411
Warning: Trying to access array offset on value of type null in E:\Bearsampp\www\bearsampp\administrator\components\com_joomlaupdate\src\Model\UpdateModel.php on line 1414
@alikon its not based on cache or redis.. I have a bare bones 4.1.5 site with the same issue. It states the schema is out of date but it infact is correct. After pulling it into my *ampp I see the following....
Warning: Undefined array key 0 in E:\Bearsampp\www\bearsampp\administrator\components\com_joomlaupdate\src\Model\UpdateModel.php on line 1411 Warning: Trying to access array offset on value of type null in E:\Bearsampp\www\bearsampp\administrator\components\com_joomlaupdate\src\Model\UpdateModel.php on line 1414
@N6REJ Did you get the error mentioned in the description of this issue, which is clearly from redis? If not, your problem is maybe a different issue?
no, not that exact error
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-08-17 08:33:26 |
Closed_By | ⇒ | alikon |
@Stuartemk Could you enable debugging in backend (or if you can't go to the backend anymore, edit configuration.php) so you can seer the stack trace and make a screenshot of it and post it here? Thanks in advance.