Conversation
supporthello since few days ago, i am having those errors in the log, related to decalog. few hundreds times a day, i can’t seem to understand when exactly. 🟥 Critical [0] A database error was detected during the page rendering: “Table XXXXXXXXXXXXX.wp_decalog_fd50e8dfb3e24da5845d285a21e18833 doesn t exist“ in the query “SELECT COUNT(*) as CNT FROM wp_decalog_fd50e8dfb3e24da5845d285a21e18833`;“. the token after wp_decalog_x changes in each error, but the error is the same. any idea? i think it started since i installed other perfops plugins such as sessions, api traffic, ip locator and opcache manager. will try to disable them and see if it solves the issue. thank you !
Hello @freshuk ! Do you still have this error? Are you sure there’s many “random tokens” or just some (2 or 3)?
yes i am still having this one a lot https://snipboard.io/KZg21N.jpg and yes it seems there are 2 or 3 different tokens
Some DecaLog tables have been deleted outside the current DecaLog process. It can be a manual operation maintenance or another plugin. Normally each DecaLog logger have an id (you can find it in the url when you modify it, or via wp-cli). This ID is what you call a token. I suggest you to identify the loggers having as id the token you see in the error and suppress/recreate them.
Thanks, makes sence 😅 How do i recreate them without cli access?
DecaLog will recreate it when you will recreate the corresponding loggers.
Hello @freshuk ! Do you still have this error? Are you sure there’s many “random tokens” or just some (2 or 3)?
yes i am still having this one a lot https://snipboard.io/KZg21N.jpg and yes it seems there are 2 or 3 different tokens
Some DecaLog tables have been deleted outside the current DecaLog process. It can be a manual operation maintenance or another plugin. Normally each DecaLog logger have an id (you can find it in the url when you modify it, or via wp-cli). This ID is what you call a token. I suggest you to identify the loggers having as id the token you see in the error and suppress/recreate them.
Thanks, makes sence 😅 How do i recreate them without cli access?
DecaLog will recreate it when you will recreate the corresponding loggers.