2009-09-02, 00:32:43
I had the same issue with my XAMPP on my Windows XP box. Did a search online and found a fix. As follows:
The steps are as follows :
1) Close XAMP (if running)
2) Navigate to XAMP\bin\php\(your version of php)\
3) edit php.ini
4) Search for curl, uncomment extension=php_curl.dll
5) Navigate to XAMP\bin\Apache\(your version of apache)\bin\
6) edit php.ini
7) Search for curl, uncomment extension=php_curl.dll
8) Save both
9) Restart XAMP
When I followed these instructions, cURL was successfully enabled. I installed GetSimple to another of my vhosts and didn't get the blank install page. Once I upgraded to 1.6 I also didn't get the loop back to the install page.
The steps are as follows :
1) Close XAMP (if running)
2) Navigate to XAMP\bin\php\(your version of php)\
3) edit php.ini
4) Search for curl, uncomment extension=php_curl.dll
5) Navigate to XAMP\bin\Apache\(your version of apache)\bin\
6) edit php.ini
7) Search for curl, uncomment extension=php_curl.dll
8) Save both
9) Restart XAMP
When I followed these instructions, cURL was successfully enabled. I installed GetSimple to another of my vhosts and didn't get the blank install page. Once I upgraded to 1.6 I also didn't get the loop back to the install page.