-
Notifications
You must be signed in to change notification settings - Fork 265
Milestone
Description
Basic Information
Still getting an "Unknown named parameter $timestamp" error with caching enabled.
Steps to reproduce
- Enable caching
- Go to the board index or other area outside the admin center and leave the tab open on that page for a while
- Come back to the tab and go to the board index
Expected result
Board index loads like normal
Actual result
"Unknown named parameter $timestamp"
Version/Git revision
Database Engine
All
Database Version
No response
PHP Version
8.4.14
Logs
Unknown named parameter $timestamp
/.../Sources/Cache/CacheApi.php
Line 513
Backtrace:
#0: SMF\Actions\BoardIndex->execute()
Called from /.../Sources/Forum.php on line 470
#1: SMF\Forum->execute()
Called from /.../index.php on line 149Additional Information
I'm using Level 1 caching with APCu on both boards where this occurred, but I would assume it happens with any accelerator.