-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Please be specific when describing the issue. Also, these details will help:
- VersionPress version: 4.0 beta2
- WordPress version: 5.4.2
- OS, webserver, PHP: Linux, Litespeed, 7.4.4
- Git version: 2.22.0
Hello,
The VersionPress page on my site https://divi.prenommer.com does not display anything, even when I write content (articles, page ...)
In error_log, I found these two lines:

- [16-Jul-2020 17:59:34 UTC] Erreur de la base de données WordPress Unknown column 'b.option_name' in 'where clause' pour la requête SELECT option_name FROM wp_options AS a WHERE a.option_name LIKE '\transient\%' AND a.option_name NOT LIKE '\_transient\timeout\%' AND b.option_name = CONCAT( 'transient_timeout', SUBSTRING( a.option_name, 12 ) ) AND b.option_value < 1594922374 faite par do_action_ref_array('delete_expired_transients'), WP_Hook->do_action, WP_Hook->apply_filters, delete_expired_transients, VersionPress\Database\SqlQueryParser->parseQuery, VersionPress\Database\SqlQueryParser->parseDeleteQuery, VersionPress\Database\Database->__call, call_user_func_array
-[16-Jul-2020 17:59:34 UTC] Erreur de la base de données WordPress Unknown column 'b.option_name' in 'where clause' pour la requête SELECT option_name FROM wp_options AS a WHERE a.option_name LIKE '\_site\transient\%' AND a.option_name NOT LIKE '\_site\_transient\timeout\%' AND b.option_name = CONCAT( 'site_transient_timeout', SUBSTRING( a.option_name, 17 ) ) AND b.option_value < 1594922374 faite par do_action_ref_array('delete_expired_transients'), WP_Hook->do_action, WP_Hook->apply_filters, delete_expired_transients, VersionPress\Database\SqlQueryParser->parseQuery, VersionPress\Database\SqlQueryParser->parseDeleteQuery, VersionPress\Database\Database->__call, call_user_func_array
What should I do, I'm not really very good, although I understand the need to have this extension. Thank you in advance. Claude.