Don.Current
Forum Replies Created
-
It appears that someone else has taken over the plugin and there is a $39 annual maintenance fee. I paid this and manually installed the downloaded plugin files I got in an email to my Tree Table Plugin Directory, and it took care of the issue.
It appears that someone else has taken over the plugin and there is a $39 annual maintenance fee. I paid this and manually installed the downloaded plugin files I got in an email to my Tree Table Plugin Directory, and it took care of the issue.
I am having the same issue. Reviewing the changelog, I discovered this:
1.13.0
Remove ‘enabled’ checkbox in TRS methods within shipping zones in favor of the Woocommerce built-in way to manage shipping methods active status.
I believe that WooCommerce has changed the way they handle these alternate shipping method plugins, and unless we upgrade to the latest version of Tree Table, we’re going to get this error. Upgrade requires paying the $39 fee to get automatic updates.
Forum: Plugins
In reply to: [Custom Content Shortcode] Missing Paged Module Prevents LoginI just submitted a Bluehost ticket to see if Bluehost can provide some feedback on the issue. I linked to this discussion.
Forum: Plugins
In reply to: [Custom Content Shortcode] Missing Paged Module Prevents LoginI’m going to stay at 2.2.3 and see what happens Saturday which is also when my file has been disappearing. That way we’ll have a comparison between the versions.
Forum: Plugins
In reply to: [Custom Content Shortcode] Missing Paged Module Prevents LoginI use Bluehost for the hosting. I do not use Wordfence. I was using an old and not-updated Caching plugin, which I have now updated to ZenCache. My delete day is this Saturday, so we’ll see what happens then.
Forum: Plugins
In reply to: [Custom Content Shortcode] Missing Paged Module Prevents LoginWhen I reloaded it, I used 2.2.3, so I guess we’ll find out on May 23rd if it is resolved since it seems to be happening every 7 days.
Forum: Plugins
In reply to: [Custom Content Shortcode] Missing Paged Module Prevents LoginI’m afraid I’m having the same issue, except it is taking down the whole site. For the past 3 weeks in a row, I have received an email from my client saying the site was down (White Screen of Death). When I reviewed the error log, I found multiple instances of the same error that Julie mentioned above.
I reloaded the plugin via FTP. Everything was fine. The next week, same email. FTP’d the latest again. Just last night “we’re down again”. Checked my error log. Same issue again.
Here is an entry from each time it occurred. Each time there a number of repeats of the entry. I assume it logged it every time someone tried to access the site during the time the file was missing. If you’ll notice, the dates are exactly a week apart. These are the first instances to be logged in each case.
Hope this helps you come to a resolution. The site is fuseinc.org
[02-May-2015 18:08:37 UTC] PHP Warning: require_once(/home1/mamamia2/public_html/FUSE/wordpress/wp-content/plugins/custom-content-shortcode/includes/modules/paged.php): failed to open stream: No such file or directory in /home1/mamamia2/public_html/FUSE/wordpress/wp-content/plugins/custom-content-shortcode/custom-content-shortcode.php on line 118
[09-May-2015 11:32:27 UTC] PHP Warning: require_once(/home1/mamamia2/public_html/FUSE/wordpress/wp-content/plugins/custom-content-shortcode/includes/modules/paged.php): failed to open stream: No such file or directory in /home1/mamamia2/public_html/FUSE/wordpress/wp-content/plugins/custom-content-shortcode/custom-content-shortcode.php on line 118
[16-May-2015 12:06:08 UTC] PHP Warning: require_once(/home1/mamamia2/public_html/FUSE/wordpress/wp-content/plugins/custom-content-shortcode/includes/modules/paged.php): failed to open stream: No such file or directory in /home1/mamamia2/public_html/FUSE/wordpress/wp-content/plugins/custom-content-shortcode/custom-content-shortcode.php on line 118
Forum: Plugins
In reply to: [Custom Content Shortcode] Multiple instances of ShortcodeOkay. Figured this out myself. I hadn’t looked in the text editor. There were some stray SPAN codes within my shortcodes that were messing everything up. All is well. Your code is fine.
Forum: Plugins
In reply to: [Custom Content Shortcode] Multiple instances of ShortcodeActually the problem is not quite what I thought. It isn’t filtering properly. Even the first loop instance is just listing all of the posts. I tried setting a tag, and it did the same thing. Setting year=”today” does work properly however. I have verified that I am using the correct slug, and I’ve tried different slugs for both category and tag.
Forum: Plugins
In reply to: [Custom Content Shortcode] Multiple instances of ShortcodeGuess I should have given a link as well. – https://www.fuseinc.org/wordpress/our-supporters/
I tried the things you suggested with no success. I even tried different category names, but it always displays the same query. Right now it is set to Loop the tags instead of the title per your suggestion to try something different. It is giving the tags of the original query.
Any other suggestions would be much appreciated.