Forum

Error : There is no...
 
Notifications
Retirer tout

Error : There is no active transaction

6 Posts
2 Utilisateurs
0 Reactions
1,984 Vu
(@antoine1003)
Posts: 36
Trusted Member
Début du sujet
 
[#6563]

Hi,
I am corrently doing an extension to improve the import feature. as my class is prety long I made a gist if you want to see my class : here. I go the following error when I try to import a file :

2020-03-17 10:58:42.046 ** ERROR ** [V8.3.2] on file 'C:wamp64wwwipmp_newmodelpersistenceSql.php' at line (197)
2020-03-17 10:58:42.049 ** ERROR ** [V8.3.2] cause = There is no active transaction
2020-03-17 10:58:42.053 ** ERROR ** [V8.3.2]    => #0 C:wamp64wwwipmp_newmodelpersistenceSql.php (197) -> commit()
2020-03-17 10:58:42.055 ** ERROR ** [V8.3.2]    => #1 C:wamp64wwwipmp_newmodelcustomImportable.php (429) -> commitTransaction()
2020-03-17 10:58:42.058 ** ERROR ** [V8.3.2]    => #2 C:wamp64wwwipmp_newmodelcustomImportable.php (686) -> buildTable()
2020-03-17 10:58:42.060 ** ERROR ** [V8.3.2]    => #3 C:wamp64wwwipmp_newtoolimport.php (139) -> import()

I already looked on this forum an saw an answer saying : "Ticket #816 recorded" which doesn't really help.
Do you have any idea?
Thanks,
Antoine


 
Posté : 17/03/2020 1:11 pm
(@babynus)
Posts: 14952
Membre Admin
 

You execute Sql::commitTransaction() but did not have previous Sql::beginTransaction()


 
Posté : 17/03/2020 1:53 pm
(@antoine1003)
Posts: 36
Trusted Member
Début du sujet
 

Thanks for your answer.
I do execute Sql::beginTransaction() line 211 before the loop through data as it seems to be done in the native file :S


 
Posté : 17/03/2020 1:56 pm
(@antoine1003)
Posts: 36
Trusted Member
Début du sujet
 

@babynus Do you have any idea? I am really stuck with this problem 🙁


 
Posté : 17/03/2020 5:44 pm
(@antoine1003)
Posts: 36
Trusted Member
Début du sujet
 

Can anyone help me?


 
Posté : 18/03/2020 11:28 am
(@babynus)
Posts: 14952
Membre Admin
 

Difficult to investigate on some code we did not write and we just cannot read 🙁
Also, support for your own coding is out of our scope


 
Posté : 19/03/2020 9:33 pm
Share:
Retour en haut