wonder if there is anyway you can help me.
I have been running Actinic 7 with HSBC for 3 years now without any problems but have changed banks. This has meant changing over to Streamline and Protx.
When changing over I have been advised by the Actinic guide that certain changes in the “OCCPROTXScriptTemplate” file must be made i.e. my password should be entered where the coding has my $sPassword = 'testvendor'; and my email address should be entered at my $sConfirmationEMail = 'info@flackengravers.com';
Also in the OCCupgrade ini. file to increment by 1.
I have also downloaded the patch recommended.
I have made these changes and when I upload the files to my site I receive the following error message at checkout :
Error executing the on-line credit card plug-in script. Global symbol "@flackengravers" requires explicit package name at (eval 40) line 66. Global symbol "$sPROTXURL" requires explicit package name at (eval 40) line 66. Global symbol "$sPROTXURL" requires explicit package name at (eval 40) line 66. syntax error at (eval 40) line 73, near ""info@flackengravers.com ''; ###################################################################### my $sPROTXURL = ''; if ($bTestMode) { # $sPROTXURL = "http" Global symbol "$sPROTXURL" requires explicit package name at (eval 40) line 73. Global symbol "$sPROTXURL" requires explicit package name at (eval 40) line 74. Global symbol "$sPROTXURL" requires explicit package name at (eval 40) line 76.
Can anyone please help.
Many thanks,
Tom
I have been running Actinic 7 with HSBC for 3 years now without any problems but have changed banks. This has meant changing over to Streamline and Protx.
When changing over I have been advised by the Actinic guide that certain changes in the “OCCPROTXScriptTemplate” file must be made i.e. my password should be entered where the coding has my $sPassword = 'testvendor'; and my email address should be entered at my $sConfirmationEMail = 'info@flackengravers.com';
Also in the OCCupgrade ini. file to increment by 1.
I have also downloaded the patch recommended.
I have made these changes and when I upload the files to my site I receive the following error message at checkout :
Error executing the on-line credit card plug-in script. Global symbol "@flackengravers" requires explicit package name at (eval 40) line 66. Global symbol "$sPROTXURL" requires explicit package name at (eval 40) line 66. Global symbol "$sPROTXURL" requires explicit package name at (eval 40) line 66. syntax error at (eval 40) line 73, near ""info@flackengravers.com ''; ###################################################################### my $sPROTXURL = ''; if ($bTestMode) { # $sPROTXURL = "http" Global symbol "$sPROTXURL" requires explicit package name at (eval 40) line 73. Global symbol "$sPROTXURL" requires explicit package name at (eval 40) line 74. Global symbol "$sPROTXURL" requires explicit package name at (eval 40) line 76.
Can anyone please help.
Many thanks,
Tom
Comment