AaronRobeson
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Getting info from comment form?Thanks for getting back so quick, I appreciate the help. I’ll have to keep thinking on this one.
I just ran into this myself, and feel kind of dumb. I set up the captcha for the production domain so it didn’t work on my staging site. There probably isn’t much of a need to generate two different keys, the captcha will just only work on the production site.
Forum: Plugins
In reply to: [Really Simple Share] LinkedIn Share gives 403 ForbiddneSame issue here, started a couple weeks ago, so far nothing has worked. You might try this solution if you haven’t yet (and are using the Better WP Security plugin) but it didn’t work for me.
Old thread but I figured I’d post my fix in case someone else finds it.
I was getting the:
/wp-content/plugins/allow-php-in-posts-and-pages/allowphp.php(110) : eval()’d code on line 3
error
with the code:[php] $result = mysql_query("SELECT Id,Name FROM recipes"); if (!$result) { echo 'Could not run query: ' . mysql_error(); exit; } $row = mysql_fetch_row($result); echo $row[0]; // 42 echo $row[1]; // the email value [/php]I replaced the code with:
[php] echo 'hello world'; [/php]it echoed properly and when I replaced hello world with the original code it worked.
Forum: Reviews
In reply to: [WP eCommerce] Save yourself the effortThanks, saved me a lot of potential headaches, WooCommerce is definitely the way to go.