the phpinfo() shows enter image description here

but when i install zencart on my vps hosting. it shows enter image description here

enter image description here

why? how to correct it?

link|improve this question
Are you sure both are using the same PHP? – Ignacio Vazquez-Abrams Oct 13 '11 at 1:33
yeah,i am sure, the php -v shows the same version with the phpinfo shows – enjoylife Oct 13 '11 at 1:43
1  
Do you have actual access to libcurl on your server? E.g. can you run curl from the command line? – Explosion Pills Oct 13 '11 at 2:02
1  
Which code does zencart use to probe for curl before showing that message? Is that phpinfo run from the same VPS as zencart is? – mario Oct 13 '11 at 2:05
tandu, i don't know how torun curl from the command line. could you tell me how to execute it? thank you – enjoylife Oct 13 '11 at 2:53
show 3 more comments
feedback

migrated from stackoverflow.com Oct 13 '11 at 6:16

This question came from our site for professional and enthusiast programmers.

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.