Fatal error ( Unknown option name: -last-handled-version-update )
-
Hey there, I tried to install this plugin on my local, but facing Fatal errors. The errors are:
PHP Fatal error: Uncaught Exception: Cache Warmer: Unknown option name: -last-handled-version-update in C:\Users\Lenovo\Local Sites\wp-develop\app\public\wp-content\plugins\cache-warmer\src\class-options.php:154
And,
PHP Fatal error: Uncaught Exception: Cache Warmer: Unknown option name: -last-db-success-migration-number in C:\Users\Lenovo\Local Sites\wp-develop\app\public\wp-content\plugins\cache-warmer\src\class-options.php:154
After debugging, I found that, you can trying to get the options of “last-db-success-migration-number” and “last-handled-version-update“, but in your data/options.php, you have defined those as “cache-warmer-last-db-success-migration-number”, and “cache-warmer-last-handled-version-update“. Kindly fix this, either by adding the prefix while calling or removing the prefix while defining.
- The topic ‘Fatal error ( Unknown option name: -last-handled-version-update )’ is closed to new replies.