You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v 0.4.53
I have created a bank account and uploaded a csv file with following content:
"Tobias,ToCancel,HWV3YK60,67.00,01.04.2016" with UTF-8 encoding.
When setting the format for the bank account and set the field sign value for example to "+" and clicking on save I got the following error:
"
An error occurred
Sorry!
The page you are looking for doesn't exist. If you think this is an error, please let us know at [email protected].
If you encounter any error with this system, please send us a full copy of this page.
You might be looking for:
the products page
your current shopping cart
the login to access your previous purchases
An error occurred during execution; please try again later.
Additional information:
Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException
An exception occurred while executing 'DELETE FROM bank_statement WHERE id = ?' with params [6]:
SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`ers_ejc2016`.`bank_statement_col`, CONSTRAINT `FK_EFDDB2244045140` FOREIGN KEY (`bank_statement_id`) REFERENCES `bank_statement` (`id`))
The sign value is only needed if the bank statement does not contain positive and negative values but instead has an extra field that states if the value should be interpreted as positive or as negative. If the values are already positive or negative. I think at the moment this value is not needed. Let's check that once the format of the bank statements of your bank is known.
v 0.4.53
I have created a bank account and uploaded a csv file with following content:
"Tobias,ToCancel,HWV3YK60,67.00,01.04.2016" with UTF-8 encoding.
When setting the format for the bank account and set the field sign value for example to "+" and clicking on save I got the following error:
"
An error occurred
Sorry!
The page you are looking for doesn't exist. If you think this is an error, please let us know at [email protected].
If you encounter any error with this system, please send us a full copy of this page.
You might be looking for:
An error occurred during execution; please try again later.
Additional information:
Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException
File:
Message:
Stack trace:
Previous exceptions:
report a bug
Version: 0.4.53
© 2016 by European Juggling Association All rights reserved.
"
When I edit the csv file and add a "+" before the paid value, everything is fine.
The text was updated successfully, but these errors were encountered: