the phpinfo() shows

but when i install zencart on my vps hosting. it shows


why? how to correct it?
|
show 3 more comments
feedback
|
This question came from our site for professional and enthusiast programmers.
|
My guess is you are missing SSL support from your PHP and that's what ZenCart actually tries to do: request a HTTPS URL. Not sure but if it runs against localhost then you also need to make sure you have something listening on port 443. | |||
|
feedback
|
curlfrom the command line? – Explosion Pills Oct 13 '11 at 2:02