Sorry I sent this out earlier mistakenly as a reply to another post.
Norvin
[email protected]
> Hello All,
>
> I've been occasionally receiving the following error. I've yet to hear or see
> what issue this is causing. Can someone assist with what this error may be
> telling me?
>
>
>
>
> Duplicate entry 'db338cc502d69066ca18452b3ed6dd53' for key 1
>
> INSERT INTO continuations (id, userid, expiretime, frommode, tomode, data,
> multicall, parentid, deletefromid) VALUES
> ('db338cc502d69066ca18452b3ed6dd53', 0, '2013-01-17 14:03:01', 'selectauth',
> 'changeLocale',
> 'a:3:{s:2:\"IP\";s:15:\"192.168.215.156\";s:7:\"oldmode\";s:10:\"selectauth\";s:6:\"locale\";s:5:\"en_US\";}',
> 1, NULL, 'db338cc502d69066ca18452b3ed6dd53')
> ERROR(101): General MySQL error
> Mode was selectauth
>
>
> Backtrace:
> =-=-=-=-=-=-=-=-=-=-=-=
> Call#:1 => index.php:selectAuth() (line#:90)
> Call#:2 => authentication.php:getHeader() (line#:154)
> Call#:3 => page.php:getSelectLanguagePulldown() (line#:75)
> Call#:4 => utils.php:addContinuationsEntry() (line#:11345)
> Call#:5 => utils.php:doQuery() (line#:9559)
>
> Backtrace with Arguments:
> =-=-=-=-=-=-=-=-=-=-=-=
> Call#:1 => index.php:selectAuth() (line#:90)
> Arguments(none):
> -----------------------
> Call#:2 => authentication.php:getHeader() (line#:154)
> Arguments(1)
>
> Argument#: 1 => (empty integer)
> -----------------------
> Call#:3 => page.php:getSelectLanguagePulldown() (line#:75)
> Arguments(none):
> -----------------------
> Call#:4 => utils.php:addContinuationsEntry() (line#:11345)
> Arguments(3)
>
> Argument#: 1 => changeLocale
> Argument#: 2 => Array
> (
> [IP] => 192.168.215.156
> [oldmode] => selectauth
> [locale] => en_US
> )
>
> Argument#: 3 => 86400
> -----------------------
> Call#:5 => utils.php:doQuery() (line#:9559)
> Arguments(2)
>
> Argument#: 1 => INSERT INTO continuations (id, userid, expiretime, frommode,
> tomode, data, multicall, parentid, deletefromid) VALUES
> ('db338cc502d69066ca18452b3ed6dd53', 0, '2013-01-17 14:03:01', 'selectauth',
> 'changeLocale',
> 'a:3:{s:2:\"IP\";s:15:\"192.168.215.156\";s:7:\"oldmode\";s:10:\"selectauth\";s:6:\"locale\";s:5:\"en_US\";}',
> 1, NULL, 'db338cc502d69066ca18452b3ed6dd53')
> Argument#: 2 => 101
> -----------------------
>