View Single Post
  #8  
Old 09-21-2012, 09:02 AM
  mcanitano's Avatar 
mcanitano mcanitano is offline
 

eXpert
  
Join Date: Feb 2006
Location: Melbourne, FL
Posts: 216
 

Default Re: Payment_cc.php ERROR

Yes we have SSL on our server and I am getting a green bar during checkout so the SSL works, I think it is the cron.php script needing to run every 24 hours, I am currently working on getting that to run with my server client.

Now I ran into another problem when clicking "Checkout" (url: https://www.MYDOMAIN.com/xcart/cart.php?mode=checkout) on the home page and looked in my error log files to find:

Code:
[21-Sep-2012 17:00:10 UTC] PHP Fatal error: Call to undefined function func_is_addresses_different() in /path/to/xcart/include/register.php on line 1652

EDIT: Got the cron.php to run.
I think I found a solution to the problem above, the function should be "func_is_adresses_different()" I found that QT made a typo and didn't add two d's to addresses...
__________________
Marcello Canitano
New Site: X-Cart v4.5.5 GOLD
X-Cart Mobile v1.4.3
X-Payments v1.0.6
CDSEO Pro v2
Total Server Solutions xCDN

www.silverhorseracing.com
Reply With Quote