FluxCP Error: Column count doesn't match value count at row 1

timo0o

New member
Messages
22
Points
0
Hi!

I've got a new problem with my FluxCP. Everytime i open the itemshop or search for an item I get the following error on the website:

Error
An error occurred while trying to process your request.
Please try contacting an administrator: [email protected]


 I've looked into the error-logs in ...\data\logs\errors\exceptions and found the following errors in there:

[2016-08-15 09:46:51] (Flux_Error) Exception Flux_Error: MySQL error (SQLSTATE: 21S01, ERROR: 1136): Column count doesn't match value count at row 1
[2016-08-15 09:46:51] (Flux_Error) **TRACE** #0 C:\xampp\htdocs\lib\Flux\TemporaryTable.php(198): Flux_Connection_Statement->execute()
[2016-08-15 09:46:51] (Flux_Error) **TRACE** #1 C:\xampp\htdocs\lib\Flux\TemporaryTable.php(80): Flux_TemporaryTable->import('ragnarok.item_d...')
[2016-08-15 09:46:51] (Flux_Error) **TRACE** #2 C:\xampp\htdocs\addons\base_features\modules\itemshop\last.php(17): Flux_TemporaryTable->__construct(Object(Flux_Connection), 'ragnarok.items', Array)
[2016-08-15 09:46:51] (Flux_Error) **TRACE** #3 C:\xampp\htdocs\lib\Flux\Template.php(389): include('C:\\xampp\\htdocs...')
[2016-08-15 09:46:51] (Flux_Error) **TRACE** #4 C:\xampp\htdocs\lib\Flux\Dispatcher.php(180): Flux_Template->render()
[2016-08-15 09:46:51] (Flux_Error) **TRACE** #5 C:\xampp\htdocs\index.php(177): Flux_Dispatcher->dispatch(Array)

[2016-08-15 10:07:16] (Flux_Error) Exception Flux_Error: MySQL error (SQLSTATE: 21S01, ERROR: 1136): Column count doesn't match value count at row 1
[2016-08-15 10:07:16] (Flux_Error) **TRACE** #0 C:\xampp\htdocs\lib\Flux\Template.php(389): include()
[2016-08-15 10:07:16] (Flux_Error) **TRACE** #1 C:\xampp\htdocs\lib\Flux\Dispatcher.php(180): Flux_Template->render()
[2016-08-15 10:07:16] (Flux_Error) **TRACE** #2 C:\xampp\htdocs\index.php(177): Flux_Dispatcher->dispatch(Array)
[2016-08-15 10:07:16] (Flux_Error) **TRACE** #3 {main}


I've didn't changes anything on my fluxCP or SQL databases.

Any ideas????

Thanks!

PS: sorry for my english. It's not my main language :-)

 
Last edited by a moderator:
Has no one ideas to solve my problem?
default_sad.png


 
There might be a problem in your addon (base_features), can you please direct me to the link of this addon?

 
There might be a problem in your addon (base_features), can you please direct me to the link of this addon?
Thanks for your answer! I've sent you the URL as a private message.

Edit: Fixed, my login-sql table was older, needed to rename some tables there (max-atk to attack, etc.)

 
Last edited by a moderator:
Back
Top