Hey guys,
When creating a new page I get the following error:
Error Number: 1690
BIGINT UNSIGNED value is out of range in ‘((‘1’ - ‘1’) - 1)’
SELECT node.*, (COUNT(parent.lft) - 2) AS depth, if((node.rgt - node.lft) = 1,1,0) AS isLeaf, ((node.rgt - node.lft - 1) DIV 2) AS numChildren FROM exp_structure AS node INNER JOIN exp_structure AS parent ON node.lft BETWEEN parent.lft AND parent.rgt WHERE node.entry_id = ‘0’ AND parent.site_id IN (0,1) GROUP BY node.lft LIMIT 1
Filename: C:\wamp\www\site\dashboard\codeigniter\system\database\DB_driver.php
Line Number: 330
I am using Expression Engine version 2.5.5, PHP 5.3.5, MySQL 5.5.8
Thank you for your help.