From: Sarah Escandor-T. <se...@ap...> - 2006-08-12 10:38:03
|
hi, i'm trying to install the new version 2.10 but unable to create the admin user... it says "can't assign super access permission".... i think the sql checks the user from the reader management slice but unable to find one... i'm not really sure where to find the code to correct this. SELECT DISTINCT item.id as itemid FROM item LEFT JOIN content as c0 ON (c0.item_id=item.id AND (c0.field_id='headline........' OR c0.field_id is NULL)) WHERE item.slice_id = 'ReaderManagement' AND ( ( item.status_code=1 AND (item.publish_date <= '1155375000') AND (item.expiry_date > '1155375000') ) ) AND ( (c0.text = "abbottph") ) ORDER BY item.publish_date DESC -- AA slice_id: *table* *type* *possible_keys* *key* *key_len* *ref* *rows* *Extra* Impossible WHERE noticed after reading const tables Query duration: 0.000141143798828 Rows returned: 0 SELECT LAST_INSERT_ID() AS lid FROM users *table* *type* *possible_keys* *key* *key_len* *ref* *rows* *Extra* users index PRIMARY 4 2 Using index Query duration: 0.000173091888428 Rows returned: 2Can't assign super access permission. thanks, --sarah |