Vince
Forum Replies Created
-
I was also expecting my FS_Method to be direct by default but I do not understand why I now have to explicitly set it in my WP config to make that work.
I personally do not use the FTP methods because I usually update my plugins during deployment or in WP-CLI. I do not like to use the update features in WP Admin.
define('FS_METHOD', 'direct');
I am testing adding this filesystem method into my WP config file to see if it helps. So far so good. I got to complete the Stripe wizard set up without anything breaking. I am just doing a bit more testing to make sure it runs fine.
I do not understand why I have to add this setting all of a sudden. I never had to do this before.
Forum: Plugins
In reply to: [Redirection] Warning messages after update to WordPress 3.5OK, seems like I got it to work…
/wp-content/plugins/redirection/models/group.php – Following Sam’s tip to change line 70’s $wpdb->prepare to $wpdb->query.
The error I received went away after I clicked on the Delete button in the plugin’s Options page and re-activated the plugin.
Hope this helps.
Forum: Plugins
In reply to: [Redirection] Warning messages after update to WordPress 3.5Even with the fixes above, I still cannot add redirect. Whenever I try to do so, I get the following error message:
Sorry, but your redirection was not created
Forum: Plugins
In reply to: [Redirection] Warning messages after update to WordPress 3.5I am hoping for an update as well…
I suspect that it could be Better WP Security that is causing this problem but I am not 100% certain. Probably one of the tweaks is causing this.
Any idea how to fix this bug?
I am not sure if it is a web server issue or not because the captcha test script works fine.
https://www.singaporesucks.net/wp-content/plugins/si-captcha-for-wordpress/captcha/test/index.php
Same problem on another site. Can’t get it to work this time…
Not sure why it works now but here’s what I did.
I manually removed the SI options in the options table and deleted the plugin.
Then I reinstalled it and it is working now.
SI Captcha test link: https://www.mavericksalesletters.com/wp-content/plugins/si-captcha-for-wordpress/captcha/test/index.php
Following the instructions here:
1. I can confirm that my blog and site urls are the same.
2. I do not see this folder: /wp-content/plugins/si-captcha-for-wordpress/captcha-secureimage
Where is the folder that SI Captcha uses to store the captcha images?
Thanks in advance.
I fixed it by removing the database tables and the records in the options table.
Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] Doesn' t work with WP 3.1Strange error if you ask me. I see no reason why my PHP did not have that function too.
Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] found install errorI am using the plugin version 3.8.0 and running on PHP 5.2.14.
I get the error:
Fatal error: Call to undefined function mb_convert_case() in /home/XXX/public_html/wp-content/plugins/breadcrumb-navxt/breadcrumb_navxt_admin.php on line 705
I removed the mb_convert_case() on line 705:
<h3><?php echo $taxonomy->label; ?></h3>
I also had to make some changes to line 827 of breadcrumb_navxt_admin.php:
$opts[$taxonomy->name . '_anchor'] = __(sprintf('<a title="Go to the %%title%% %s archives." href="%%link%%">', $taxonomy->label));
Any idea why this is happening?
Forum: Fixing WordPress
In reply to: do_action(‘comment_form’, $post->ID) Adds Extra <BR> Tag?Ok. Found the root of this problem.
The Google Friend Connect WordPress plugin messed it up.
// The fc_wp_comment_form function // This just creates a div tag that will be replaced by the javascript code // when the page gets loaded function fc_wp_comment_form() { ?> <br /> <div id="profile"> </div> <? }
Forum: Plugins
In reply to: [Plugin: User Photo] There is a bug in this plugin with the ADMIN userI have this problem too. My admin user’s photo just won’t show up!