Keith
Forum Replies Created
-
Good point on the get_query_var function. I was in a hurry and threw together the logical solution.
Thank you for the quick turnaround! Great plugin!
Forum: Plugins
In reply to: [The Events Calendar] Importing venues only creates 1 (the last) recordI figured it out. I had a dumb.
It was a plug-in conflict. I accept the shame. Search only titles plug-in conflicts with it.
I have had two Wordfence installation break over the last 24 hours both because the “vendor” directory was empty after the latest update. Once I restored files in the vendor directory it’s fine.
Hi.
I was wanting to follow up on this. Is there any progress or has a solution been found? We are continuing to experience the same problem. Should I start a new thread about it?
Piggybacking on this –
I cloned the site and tried the conflict test and deactivated all plugins and switched to the twentyfifteen theme. It still doesn’t work. I also chmodded all wp-content folders to 777 to eliminate any permissions issues.
I having the same problem. Using version 1.3.88.
When I try to upload a member’s photo I get the message “A theme or plugin compatibility issue”. All folders have been confirmed to be writable. I went into this file:
plugins/ultimate-member/core/lib/upload/um-image-upload.php
At line 45 there is this line:
if(isset($_FILES[$id]['name'])) {
This is where it appears to be failing. So in the “} else {” section I added print_r($_FILES); before setting the $ret[‘error’] message.
$_FILES returns an empty array. I have also set upload_max_size and post_max_size to 250MB (my upload is about 80k, JPG). I also set “enable_post_data_reading” to ON.
Permissions are set to 777 on uploads/ultimatemember and there is nothing appearing in the error log.
Any help is appreciated.
Forum: Plugins
In reply to: [WP125] Ad URL yields 404 (nginx)Broke down and edited the plugin itself. wp125.php – added a “/” before index.php fixed the problem.
Forum: Plugins
In reply to: [WP Job Manager] Job Board Search Field Not Working CorrectlyI too am having problems with the job search function. I opened a case with your support team yesterday but have not heard back a response.
You, sir nailed it! Those settings generated the results I was looking for! It had to do with the publication and sorting settings! Thank you!!
I figured as much.
I just updated the site again from the live version (I’m working on a dev server with a hosts file hack) which has version 3.5.6. The problem is still there.
I have deleted the plugin and reinstalled it and still it’s acting weird — only the widget. There seems to be some voodoo to getting the Display and Ignore blogs settings to work.
Quick update — I set “posts per page” to 1 (it was 0) and it showed only the blog and post I wanted. But it also added the pagination at the bottom (though it is set to “no”).
Trying more combos…
I thought it was caching as well but caching is not enabled on the site.
I upgraded the plugin to 4.0 to see if the problem persists and it does. Is there a way to clear it from the options table/database manually? Or is there a way to turn on debugging to see what code the widget is producing?
The shortcode in the template works:
<?php echo do_shortcode('[nlposts number_posts=1 blog_id=4 title_only=false display_type=blocks auto_excerpt=TRUE sorting_order=newer ]'); ?>
But I’m not sure this is a permanent fix since we have widgets in various places.
Forum: Plugins
In reply to: [bbPress Ignore User] Parse error: unexpected 'endforeach'Enabling short open tags is bad form. Fix the plugin by editing line 161:
Change
<td class="data"><?
To:
<td class="data"><?php
Forum: Plugins
In reply to: [Recent Posts Plus] Compatible with 3.5?It is not. Regardless of the expert settings it shows posts by date from oldest to newest.