Hello, I have a very similar problem… my magento install says that I have to load those modules, or extensions… however, i cannot seem to make that happen, i am using xampp in its latest release for windows xp. Unfortunately i have to use this local installation to show magento to my potential clients, fiends etc. and if I cannot make it happen locally i think there is less chance my host will… last i checked godaddy does not have php 5.2 on their linux package, so i will have to request an upgrade or something… locally however, i have the latest in php/mysql so i think magento should run… right after i manage to load these two pieces of the puzzle…
man i must be missing something, I am getting these same errors and I still cant past it, did everything these said to do and here I am still with the curl and mcrypt , is there a way to find out if they are loading/loaded with the php info page?
I try that and get “could not execute menu item (internal error) Exception couldn not perform service action, the rquested control is not valid for this service”
also, Installing on a linux server everything was going fine but im getting this error “Path “/var/www/vhosts/suppliessaver.com/httpdocs/var/session/sess_j6dfllhtl4ghqj74ddirqojtv5” must be writable”
permissions on linux are “600” right now, i try to change to “777” and it says “550 operation not permitted”
Thank you Bendtsen for the solution.
It worked!
Also if someone has the same problem with pdo_mysql don’t forget to load php_pdo.dll as well along with the php_pdo_mysql.dll of course!
Access SSH, so you get a command line (that black screen like MS DOS). Login as a root user (username: root). Now you have to enter a bunch of commands to get what you want, mcrypt for php on linux.
Command #1 - will give you PEAR, needed to install the rest.
lynx -source http://pear.php.net/go-pear | php
Command #2: now you need the php5-dev package first, to do cool stuff, (assuming pear was installed in /root/bin/pear):
apt-get install php5-dev
Command #3: get mcrypt
sudo apt-get install php5-mcrypt
Restart your web server.
I took me a few hours to figure it all out. No wonder people like Windows more than Linux.... I install mcrypt on windows in a few minutes…
Just goto php.ini file in the xampp/php folder and uncomment the line -> extension=php_curl.dll , by removing the ‘ ; ‘ infront of the line and you can able to load the php curl successfully. enjoy