Hi,
Are there any errors in the PHP error log?
Thanks,
John
[14-Sep-2016 14:02:19] PHP Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home/transformando/public_html/wp-content/plugins/cloudflare/cloudflare.php on line 36
[14-Sep-2016 14:02:18] PHP Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home/transformando/public_html/wp-content/plugins/cloudflare/cloudflare.php on line 36
[14-Sep-2016 14:02:09] PHP Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home/transformando/public_html/wp-content/plugins/cloudflare/cloudflare.php on line 36
[14-Sep-2016 14:00:46] PHP Warning: curl_setopt() [<a href='function.curl-setopt'>function.curl-setopt</a>]: Invalid curl configuration option in /home/transformando/public_html/wp-content/plugins/easy-social-share-buttons3/lib/core/essb-counters-helper.php on line 35
[14-Sep-2016 13:58:13] PHP Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home/transformando/public_html/wp-content/plugins/cloudflare/cloudflare.php on line 36
[14-Sep-2016 13:58:12] PHP Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home/transformando/public_html/wp-content/plugins/cloudflare/cloudflare.php on line 36
I am having the same issue
this is the error that is experiencing
Sep 14, 15:02:51 PHP Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home/transformando/public_html/wp-content/plugins/cloudflare/cloudflare.php on line 36
Sep 14, 15:02:57 PHP Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home/transformando/public_html/wp-content/plugins/cloudflare/cloudflare.php on line 36
Sep 14, 15:02:59 PHP Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home/transformando/public_html/wp-content/plugins/cloudflare/cloudflare.php on line 36
What version of PHP are you running? I’m assuming its less than 5.3 correct?
Is with errors in the plugin code lines, deleted lines with errors and the plugin is working normally, please check this.
Yeah so that line is:
use CloudFlare\IpRewrite;
PHP namespaces weren’t introduced until PHP 5.3 which makes me think you are running a version less than that. By removing the line you’ll break the IP rewrite functionality (if you’re using it).