Verbose apache error_log
-
Hello,
I ran into an issue with this plugin outputting a mass amount of curl headers to the error_log. I redirected the output to a tmp location by adding this to gData->__construct() method.
if( $fp = tmpfile() ){ curl_setopt ($this->curl, CURLOPT_STDERR, $fp); }
If you would add this fix or maybe a debug option to turn this on or off that would we awesome!
Thank you for a great plugin by the way!!
Cheers
Mat
https://www.ads-software.com/extend/plugins/docs-to-wordpress/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Verbose apache error_log’ is closed to new replies.