Hi @al3ilm
The best way to find out if something is interfering is to test for a theme or plugin conflict. You can do that by following these steps:
**Temporarily deactivate all plugins except Jetpack, and [clear your browser’s cache](https://wordpress.com/support/browser-issues/#browser-cache).**
– Then, check if the error occurs again. If not, then you know another plugin is conflicting here. You can reactivate plugins one by one, checking if the error occurs after each one to discover which plugin is causing the problem.
You can leave that plugin deactivated and/or contact whoever makes that plugin for help resolving the issue it’s causing.
If deactivating plugins doesn’t help, it may be your theme.
**Temporarily activate a default WordPress theme like [Twenty Twenty-One](https://wordpress.org/themes/twentytwentyone/).**
– Then, check if the error occurs again. If not, then you know it’s a problem with the theme.
You can contact whoever makes the theme for help resolving the issue it’s causing.
Let me know if you have any questions.
My best regards,
Thread Starter
al3ilm
(@al3ilm)
Thread Starter
al3ilm
(@al3ilm)
PHP Warning: mktime() expects parameter 5 to be int, string given in ….. /wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo.php on line 206
error line:
mktime( 0, 0, 0, get_query_var( ‘monthnum’ ), get_query_var( ‘day’ ), get_query_var( ‘year’ ) )
Fix the error to:
mktime( 0, 0, 0, get_query_var( ‘monthnum’ ), intval( get_query_var( ‘day’ ) ), get_query_var( ‘year’ ) )