VanLuda
Forum Replies Created
-
I’m using the following Plugins:
WordPress: Version 6.2.2
Oxygen Builder: Version 4.6
Mail Mint: Version 1.4.7
Mail Mint Pro: Version 1.4.4
WPFunnels: Version 2.7.14
WPFunnels Pro: Version 1.9.1Forum: Plugins
In reply to: [W3 Total Cache] W3TC with PHP 7 and APCu 5.1.2Got it working! Thank you so much.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC with PHP 7 and APCu 5.1.2Ugh, you’re right! Ha, I just migrated to a different server and forgot to install it.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC with PHP 7 and APCu 5.1.2@fbreve, I’ve tried following the instructions on the link provided but my website doesn’t seem to recognize APCu. Any chance you could provide me a little insight to getting this to work?
Forum: Plugins
In reply to: [W3 Total Cache] Error on PHP7Any chance I could swipe your fork of this plugin? I understand I’d be using at my own risk and won’t bother you with questions if things don’t work.
Forum: Plugins
In reply to: [W3 Total Cache] Page Cache Method "Virtual / Dedicated Server" Grayed OutYour server will have to have one of the opcode modules installed. Also, if you’re running PHP 7, W3 Total Cache doesn’t recognize APCu as being installed even if you’re on a VPS.
I wrote this:
<?php printf(__('URL: %s'), PMXI_Plugin::$session->source['path']); ?>in the views/admin/element.php so see what the URL that was being submitted and the url is correct.
But I’m still getting the following error:
<RETS ReplyText=”Authentication Failure: Invalid login or password supplied. See: http://flexmls.com/rets/e/22″ ReplyCode=”20037″/>Guess I’m not sure what my next step should be, I’m at a loss as to what to do to get this to work. If I copy and paste that url into the web browser, it logs in correctly and I can see the entire RETS feed.
I’ve even tried your demo server. For some reason the username and password are not being passed to the URL. I’ve checked the logs and can’t find anything. I’ve made sure that my server has the vital component installed
- PHP 5.4 or greater
- MySQL 5.5 or greater
- cURL
- libxml
- SimpleXML
- xmlreader
- xmlwriter
I didn’t have the cURL so I installed it, still having the issue.
I’ve tried turning the wordpress debugger on to see if it would print the url that is being sent to the other website and it’s not showing anything.
I’m just at a loss as to where to look next. I’m not looking for you to solve my problem, just a little guidance.
Thank you in advanced.
Also, I’ve disabled all plugins.
Forum: Plugins
In reply to: [WP All Import – Property Import for WP Residence] Can't Activate PluginNVM, I had to deactivate the “Yoast WordPress SEO Add-On”plugin and then active this plugin and then reactivate the Yoast plugin.
Forum: Plugins
In reply to: [Disqus Conditional Load] Can't Leave WooCommerce ReviewsThank you sir. I appreciate your help!
Forum: Plugins
In reply to: [Disqus Conditional Load] Can't Leave WooCommerce ReviewsAlso, I followed the instructions on resetting the plugin, still no success.
Forum: Plugins
In reply to: [Disqus Comment System] Change #comments to #disqus_threadadd_filter( 'get_comments_link', function( $link, $post_id ) { return get_permalink( $post_id ) . '#disqus_thread'; }, 10, 2 );Forum: Themes and Templates
In reply to: [Hueman] HUEMAN Disqus for comment area kills comment iconThank you JackGraal! Works great.
Forum: Reviews
In reply to: [Disqus Comment System] Broke my comments sectionThank worked. Thank you so much!