mrjcleaver
Forum Replies Created
-
Forum: Plugins
In reply to: [HipChat] Support for HipChat v2 APIThanks Leo – I did @ mention the HipChat team on my tweet to you. Maybe they will weigh in.
Forum: Plugins
In reply to: [HipChat] Support for HipChat v2 APII note this https://github.com/gedex/wp-better-hipchat which does support the v2 plugin and is open for contribution.
Forum: Plugins
In reply to: [HipChat] Support for HipChat v2 APII’ve tweeted to Leo… https://twitter.com/mrjcleaver/status/601061289679560704
I updated Theme Horse just in case it had an effect.
wp-meetup still breaks it.
Turns out that updating the plugin to 2.2.9 wipes out the Meetup API Key.
However, when that’s fixed my theme (ThemeHorse) is broken.
Disabling wp-meetup (which is what I have currently done) resolves the issue, but now my meetup calendar is non-functional.
Hmm ??
Forum: Plugins
In reply to: [Really Simple CAPTCHA] Captcha image not loading@nosoynadie – I made the change:
if ( $handle = @fopen( $htaccess_file, 'w' ) ) { fwrite( $handle, '<IfModule mod_rewrite.c>' ."\n".'RewriteEngine Off'."\n".'</IfModule>' . "\n" ); fwrite( $handle, 'Order deny,allow' . "\n" ); fwrite( $handle, 'Deny from all' . "\n" );
But that was still broke for me so I removed it.
What did work for me was looking at the error log, which stated:
[Sat Jul 05 07:32:52 2014] [alert] [client 69.165.217.125] /var/www/wordpress/wp-content/uploads/wpcf7_captcha/.htaccess: allow not allowed here
So, checking in my case /etc/apache2/sites-enabled/wordpress.conf I see:
<Directory /var/www/wordpress> Options FollowSymLinks AllowOverride FileInfo Options
Now according to https://serverfault.com/questions/543789/why-is-allow-not-allowed-here-in-apache2 and https://httpd.apache.org/docs/2.2/mod/core.html#allowoverride , to let .htaccess perform this job this line needs to include Limit, i.e. be:
AllowOverride FileInfo Options Limit
Then it works for me. YMMV.
Forum: Plugins
In reply to: [SEO Rank Reporter] SEO Rank Reporter – No keywords have been addedFix for that is on https://www.ads-software.com/support/topic/curl-error-message?replies=4 but even when done I think the plugin is still broken.
I guess we could move it to github,
Forum: Plugins
In reply to: [SEO Rank Reporter] Curl Error Messageokay, so I needed php5-curl installed.
apt-get install php5-curl /etc/init.d/apache2 restart
This should be in the installation instructions.
Forum: Plugins
In reply to: [SEO Rank Reporter] Curl Error MessageI find I cannot add Keywords. No error is shown on screen but /var/log/apache2/wordpress-error.log shows the following:
[Tue Jul 30 13:50:44 2013] [error] [client] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1 for query SELECT * FROM ; made by activate_plugin, do_action(‘activate_seo-rank-reporter/seo-rank-reporter.php’), call_user_func_array, seoRankReporterInstall, referer: https://sitename.com/wp-admin/update.php?action=install-plugin&plugin=seo-rank-reporter&_wpnonce=4106fd8998
[Tue Jul 30 13:51:17 2013] [error] [client] PHP Fatal error: Call to undefined function curl_init() in /var/www/wordpress/wp-content/plugins/seo-rank-reporter/seo-rank-reporter.php on line 412, referer: https://sitename.com/wp-admin/admin.php?page=seo-rank-keywordsWP 3.5.2 & 2.2 of SEO Rank Reporter
Forum: Plugins
In reply to: [SEO Rank Reporter] Don't save Google Country URLHi David –
I’m having the same problem as vkmaerkg. From wp-admin/admin.php?page=seo-rank-settings I try to set any other country (e.g. .ca for Canada). The UI says it succeeds, but when I go back to the page it still says google.com.
The AJAX call succeeds, see the picture at https://monosnap.com/image/jf98P8pUhkx8KljcXZlSxIGPA.png
Thanks, Martin.
Forum: Installing WordPress
In reply to: Subscription Form
$this->use_profile = "<p>" . __('You may manage your subscription options from your ', 'subscribe2') . "profile.</p\>";
Worked for me.
Forum: Fixing WordPress
In reply to: Seperate RSS feeds for Different CategoriesThis is great… now, is there a plugin that would make this accessible to users? Thx.
Forum: Plugins
In reply to: SK2 on WPMU – Reset all tables on all blogsForum: Fixing WordPress
In reply to: Syndicated posts don?′t show up in their categoriesThis is marked resolved, but how was it resolved?
Forum: Fixing WordPress
In reply to: Mass Deleting postsAny update on this?