We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
syspass.log 2017-06-13 15:55:56 - Error while querying SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens (0) Caller 1: SP\Storage\DB\logDBException Caller 2: SP\Storage\DB\getQuery Caller 3: SP\Mgmt\ApiTokens\ApiToken\refreshToken Caller 4: SP\Controller\ItemActionController\tokenAction Caller 5: SP\Controller\ItemActionController\doAction 2017-06-13 15:55:56 - SQL : 'UPDATE authTokens \n SET authtoken_token = ?,\n authtoken_hash = ?,\n authtoken_vault = ?,\n authtoken_pass = ?,\n authtoken_startDate = UNIX_TIMESTAMP() \n WHERE authtoken_userId = ? LIMIT 1'
any idea ?
The text was updated successfully, but these errors were encountered:
* [FIX] Related #641. Removed non-existing table field while refreshi…
abebb27
…ng an API token. Thanks to @ cbrassel for the feedback.
Hi, it should be fixed in the latest commit to the master branch. Please download it from https://github.com/nuxsmin/sysPass or pull from the git repository.
Sorry, something went wrong.
Fixed in latest commits.
nuxsmin
No branches or pull requests
syspass.log
2017-06-13 15:55:56 - Error while querying
SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens (0)
Caller 1: SP\Storage\DB\logDBException
Caller 2: SP\Storage\DB\getQuery
Caller 3: SP\Mgmt\ApiTokens\ApiToken\refreshToken
Caller 4: SP\Controller\ItemActionController\tokenAction
Caller 5: SP\Controller\ItemActionController\doAction
2017-06-13 15:55:56 - SQL : 'UPDATE authTokens \n SET authtoken_token = ?,\n authtoken_hash = ?,\n authtoken_vault = ?,\n authtoken_pass = ?,\n authtoken_startDate = UNIX_TIMESTAMP() \n WHERE authtoken_userId = ? LIMIT 1'
any idea ?
The text was updated successfully, but these errors were encountered: