Closed (fixed)
Project:
Ubercart Atos/Sips
Version:
6.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2010 at 12:39 UTC
Updated:
23 May 2010 at 17:20 UTC
Hello,
I just updated the uc_atos module
and when i try to pay it throws this error
Request call error: request executable file not found.
i switched back to uc_atos 6.x-1.0-beta3 and it works fine
do i have to change something in my configuration to make it work ?
thanks
keep up the good work :)
Comments
Comment #1
joachim desarmenien commentedComment #2
anrikun commentedHi,
Could you give me more information about your configuration and your server:
Path to Pathfile field value?
Path to Request field value?
Windows or Linux?
What distribution?
Thanks.
Comment #3
anrikun commentedIf you use a Windows server, please try this:
In uc_atos.module, line 694, there's a stupid bug (shame on me :-).
Download the last CVS revision or in your current uc_atos.module file, replace:
by:
And tell me if it works better.
Comment #4
joachim desarmenien commentedhello, it's a linux server i think since i got the linux ATOS/SIPS package on it
here is what i use for the paths
/var/www/myfolder/scellius/param/pathfile
/var/www/myfolder/scellius/request
/var/www/myfolder/scellius/response
i'll try with the latest cvs if it works
thanx
Comment #5
joachim desarmenien commentedTried with the latest cvs and it didn't work ;
Comment #6
anrikun commentedOk then try to replace line 693:
By:
Comment #7
joachim desarmenien commentedHello,
i just did this, and it seems to work ok,
will it still a probleme with next updates ?
thank you very much
Comment #8
anrikun commentedOk thank you for your testing.
I'll make a new release!
Comment #9
anrikun commentedThis is now fixed in 6.x-1.1.
Thank you again for reporting this bug.