burval
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] Not able to get past email and API keyI see. The plugin changelog at https://wordpress.org/plugins/cloudflare/changelog/ indicates “Added Support for PHP 5.3+” so I had assumed 5.3.3 would be sufficient. Will update PHP on my end.
Forum: Plugins
In reply to: [Cloudflare] Not able to get past email and API keyPerhaps related, when I attempt to deactivate 3.0.2 I get a blank page (empty source HTML) and the following web console output:
The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol. plugins.php
Forum: Plugins
In reply to: [Cloudflare] Not able to get past email and API keyWeb console output upon clicking “Save API Credentials” in 3.0.2:
TypeError: response is undefined
compiled.js:84318:5v4ResponseOk()
compiled.js:84318
pluginResponseOk()
compiled.js:84952
[536]</asyncAPILogin/</<()
compiled.js:76761
[150]</request/<()
compiled.js:7020
[157]</Request.prototype.callback()
compiled.js:8411
[157]</Request/<()
compiled.js:8134
[161]</Emitter.prototype.emit()
compiled.js:9036
[157]</Request.prototype.end/xhr.onreadystatechange()
compiled.js:8493Forum: Plugins
In reply to: [Cloudflare] Not able to get past email and API keyI can replicate the issue reported by @tmeldgaard on an install running PHP 5.3.3, WordPress 4.6.1, theme: Eighties Version 1.2.1, plugins:
-Background Update Tester Version 1.1
-Contact Form 7 Version 4.5
-Google Analyticator Version 6.4.9.7
-Google XML Sitemaps Version 4.0.8
-Share Buttons by AddThis Version 5.3.3
-Shortcode Menu Version 3.2
-Simply Show IDs 1.3.3
-ThreeWP Activity Monitor Version 2.12
-TimThumb Vulnerability Scanner Version 1.54Forum: Fixing WordPress
In reply to: Empty substring error message in footer and 404 errorsThis code is pulling in content from http://quickbeds.somdev.com.au/footer_link.json
At present, this content is nothing but backlink cruft, not theme author credits as one would expect. Assuming the theme’s license does not violate doing so, you will likely want to remove the lines between and including:
// Fetch external jsonand
echo $msg[0] . $link->url . $msg[1] . $link->name . $msg[2];leaving you with:
<div class="clearboth"></div> </div> <div id="footer_bottom"> <div class="inner"> <div id="copyright"><?php echo wpml_t(THEME_NAME, 'Copyright Footer Text',stripslashes(theme_get_option('footer','copyright'))); wp_reset_query(); ?></div>I am dealing with the same issue reported by @shawn_wyt here.