Category Archives: Wamp
cURL error 60: SSL certificate: unable to get local issuer certificate
In Wamp server you will get following error by lot of times (like charge a credit card). cURL error 60: SSL certificate: unable to get local issuer certificate You may try like restarting the Server, ssl_module enabled, php_curl enabled,.. but … Continue reading
Perl module Error: Can’t locate Foo.pm(module) in @INC
When you are going to Install Perl’s module like Foo.pm, datetime.pm, expect.pm, etc., you may get following error, Can’t locate (module) in @INC For this Error, If you are using CPAN, For new installing module use like following code, perl … Continue reading
Fatal error: Maximum execution time of 300 seconds exceeded
Who having work with PhpMyadmin at Wamp, Xampp, WordPress, Drupal or Magento, surely they got “Fatal error: Maximum execution time of 300 seconds exceeded” Error at-least once. It’s may 300 seconds or 30 seconds or else. But You may get … Continue reading
Composer: You must enable the openssl extension to download files via https in WAMP
You may install Composer without any problems. After you may get this “You must enable the openssl extension to download files via https” error, when you are running that or else(Goto Notes). Solution for this problem is simple. Single step. … Continue reading
PHP cURL not working in WAMP on windows 7 32 bit
PHP CURL is won’t work in wamp server on windows 32 bit. This is different from 64 bit. Here Windows OS may be XP, 7, 8 or 10. Just do following steps to fix this problem. PHP cURL not working … Continue reading