Hi
After downloading the excellent WinMerge (Thanks Norman) and comparing my Site1 Actinic.pm and ShoppingCart.pl files, I find the following has changed in the Actinic.pm file..
has become
Is this the Norton fix...? Doesn't look like it would solve any referrer problems.
What is interesting however is that my Actinic.pm file version (as shown inside the file header) is 256 and your patched version is 255...
Surely it should be greater than my current version or at least the same (in the event I had patched them a while back and forgotten)
As for the Shopping Cart perl script, apart from my own simple button mods, nothing is different..
I continue to get errors in our error log (indicative of Privacy Services) and would like some kind of answer please.
The site functions fine, so the error log should reflect this..
Error log can be found here
(Ignore errors caused by my changing prompts/shipping combinations and product removals)
I would like to discover the cause of the errors before applying my new Actinic scripts which handle bespoke product management in the cart..
Thanks
After downloading the excellent WinMerge (Thanks Norman) and comparing my Site1 Actinic.pm and ShoppingCart.pl files, I find the following has changed in the Actinic.pm file..
Code:
# # Use the hard coded URL # $sURL = $$::g_pSetupBlob{CATALOG_URL}; if (IsCatalogFramed()) { $sURL .= 'catalogbody.html'; } } return ($sURL); }
Code:
# # Use the hard coded URL # $sURL = $$::g_pSetupBlob{CATALOG_URL}; } return ($sURL); }
What is interesting however is that my Actinic.pm file version (as shown inside the file header) is 256 and your patched version is 255...
Surely it should be greater than my current version or at least the same (in the event I had patched them a while back and forgotten)
As for the Shopping Cart perl script, apart from my own simple button mods, nothing is different..
I continue to get errors in our error log (indicative of Privacy Services) and would like some kind of answer please.
The site functions fine, so the error log should reflect this..
Error log can be found here
(Ignore errors caused by my changing prompts/shipping combinations and product removals)
I would like to discover the cause of the errors before applying my new Actinic scripts which handle bespoke product management in the cart..
Thanks
Comment