Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
03-18-2014, 03:40 PM
Post: #11
|
|||
|
|||
RE:
i am getting this error in WAMP local host server.
Required - php CURL function enabled curl not found Could you please guide me , how to resolve it..? Thanks |
|||
03-19-2014, 07:20 AM
Post: #12
|
|||
|
|||
RE:
Try:
CURL is not enabled by default in WAMP. Every php programmer have to use CURL to make remote connection. The steps are as follows : 1) Close WAMP (if running) 2) Navigate to WAMP\bin\php\(your version of php)\ 3) edit php.ini 4) Search for curl, uncomment extension=php_curl.dll 5) Navigate to WAMP\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 WAMP (03-18-2014 03:40 PM)iamcalledasad Wrote: i am getting this error in WAMP local host server. |
|||
04-26-2014, 06:25 PM
Post: #13
|
|||
|
|||
RE:
thanks...reputation sent.
:) |
|||
05-01-2014, 10:30 AM
Post: #14
|
|||
|
|||
RE:
great share,,
i give you +1 bro |
|||
05-01-2014, 01:30 PM
Post: #15
|
|||
|
|||
RE:
hi everyone, i just want to ask how can i install this to an existing wordpress site? I have seen the instruction of lolclol on how to install it in wamp and it seems almost the same in fresh installing a wordpress. I am just wondering maybe it could ruin my site if i install it to my site. Thank you .
|
|||
05-02-2014, 12:17 AM
Post: #16
|
|||
|
|||
RE:
create a new folder in your www. folder of you web host where your wordpress is:
so: www. - aka http://www.domain.com www/folder - aka http://www.domain.com/folder/ install all the files to www/folder then run http://www.domain.com/folder/index.php?install you can also create a sub domain which will look like folder.domain.com .. this will have same www/folder directory |
|||
07-16-2014, 01:06 AM
Post: #17
|
|||
|
|||
RE:
Thanks voky, rep added.. :D
|
|||