Home
Home
Home
dear Charis, I can't overcome the above pboblem with cURL. Any suggestion? Thank you Evangelos
dear Antony, cCurl not activated (not loaded), as I can see in phpinfo(). I had the same problem with the ftp until I add in the Path system variable the «C:\where_you_unzipped_phpbrowserbox\bin\php». Now ftp is activated and working fine.
The application is working fine, but you cannot send out a curl? What page are you trying to use curl on, is it an SSL page or non-SSL? On 16/12/2018 9:20 PM, Tsakalidis G. Evangelos wrote: dear Charis, I can't overcome the above pboblem with cURL. Any suggestion? Thank you Evangelos Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/phpbrowserbox/wiki/Home/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
dear Charis, I can't overcome the above pboblem with cURL. Any suggestion? Thank you Evangelos
Well, there was just a little problem in a situation where cUrl should be loaded, but found a solution : 1. Enabled PHP extension php_curl.dll by uncommenting LINE 880: ;extension=php_curl.dll in config/php.ini file 2. Enable APACHE modue LoadModule deflate_module modules/mod_deflate.so by uncommenting LINE 52 : #LoadModule deflate_module modules/mod_deflate.so in config/httpd.conf file 3. Go to windows system variables (Control Panel -> Advance System Settings...) and edit Path variable where you...