All kinds of database errors
-
Here is a typical error I’m getting:
[11-Feb-2016 20:01:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘) ) ) ) )’ at line 5 for query SELECT blocks.id, blocks.owner, blocks.name, blocks.pinPoint, blocks.location, blocks.links, blocks.expressions, (blocks.pinPoint & 81) blocksGroup
FROM
wp_cjtoolbox_blocksblocks LEFT JOINwp_cjtoolbox_block_pinspins ON blocks.id= pins.blockIdWHERE ( ( (
backupIdIS NULL ) AND (state= ‘active’ ) ) AND ( ( blocks.pinPoint& 81 ) OR ( ( blocks.pinPoint& 32 ) AND ( pins.pin = ‘pages’ ) AND ( pins.valueIN ( ) ) ) ) ); made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), call_user_func_array, CJTBlocksCouplingController->initCoupling, CJTBlocksCouplingController->getBlocks, CJTCouplingModel->getPinsBlocks, CJTPinsBlockSQLView->exec, CJTMYSQLQueueDriver->selectI’m getting a LOT of these. Can you tell me what’s going on?
The topic ‘All kinds of database errors’ is closed to new replies.