barthat
Forum Replies Created
-
Yes, A wonderful achievement – your plugin is great and I really like detailed logs it produces. I could see in the logs that despite the ‘errors’ the backup process was working smoothly.
Thanks.
Yes, now that you say that I think it probably is unusual. I am using pdo_mysql via the plugin WP DB Driver http://wordpress.org/plugins/wp-db-driver/
I hope this helps.
Forum: Plugins
In reply to: [Cloudflare] REMOTE_ADDR reported incorrectlyOops! The 8.8.8.8 was introduced by a FF plugin I was using.
Forum: Fixing WordPress
In reply to: help implementing Google PageSpeed suggestionsHave a look at the Autoptimize plugin or WP Minify.
Forum: Plugins
In reply to: [Autoptimize] HeadersYes, That was helpful thanks.
I still don’t understand why I get “The ETag header’s syntax isn’t valid.” for this header
Last-Modified: Fri, 23 Aug 2013 10:18:55 GMT.I fixed my other headers issues with this
<FilesMatch "^autoptimize_.*\.php$"> Header unset Cache-Control Header merge Cache-Control "proxy-revalidate" </FilesMatch>No problem – your work around did the trick.
Thanks!
Wow, Thanks for responding so quickly.
When I navigated to that post type on my site I get “Invalid post type”.
Forum: Plugins
In reply to: [Cookillian] Fatal PHP errorsUnfortunately the code change didn’t work.
Here are the errors
[26-Mar-2013 10:33:08 UTC] PHP Fatal error: Cannot redeclare geoip_country_code_by_name() in /home/xxx/public_html/yyy.com/wp-content/plugins/cookillian/vendor/MaxMind/geoip.inc on line 438 [26-Mar-2013 10:33:08 UTC] PHP Fatal error: Call to undefined function Myatu\WordPress\Cookillian\geoip_country_code_by_addr() in /home/xxx/public_html/yyy.com/wp-content/plugins/cookillian/app/Myatu/WordPress/Cookillian/Main.php on line 323Line 323 in my modified Main.php is …
$country = geoip_country_code_by_addr($this->maxmind_db, $ip);To eliminate the possibility (in my mind at least) that the cause was related to the .htaccess file changes that BulletProofsecurity makes I slected default htaccess in that plugin, cleared the cache, and reloaded the page. The same php errors were present.
I am still confused as to where the MaxMind conflict is. Is there anything I can do to find this out?
Thanks.
Forum: Plugins
In reply to: [Cookillian] Fatal PHP errorsHi Myatu,
I am not aware of any other plugin that I am using that uses MaxMind geoip data. I had a look through BulletProofSecurity and found no reference to that function.
However I am using Maxmind in Piwik but on a
-
different
add on domain which is under the same host user account.
Here is the list of all my active plugins
BulletProof Security
Cookillian
Fast Secure Contact Form
Google XML Sitemaps
Hotfix
Limit Login Attempts
Press This Reloaded
WordPress Beta Tester
WordPress Dashboard Twitter
WordPress Database Backup
WP to TwitterI’ll try your suggested code fix and then look into the mod_geoip module. I am on a shared server so I’m not sure how straightforward that will be.
Thanks.