Vidyut
Forum Replies Created
-
My apologies. Curl was indeed installed, but there was some conflict preventing it from working. Fixed. This issue is closed. In case it helps anyone, here’s a quick and dirty fix I used to get rid of the “curl: symbol lookup error: /usr/lib/x86_64-linux-gnu/libcurl.so.4: undefined symbol….” nightmare that can prevent curl from working.
This is the result of the test function provided by you
Testting... cURL Ver: 3.8.7 Deflate - Yes --== Test Requested ... https://www.nextscripts.com/ Fatal error: Uncaught Error: Call to undefined function curl_init() in /root/to/site/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/nxs_functions.php:753 Stack trace: #0 /root/to/site/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/NextScripts_SNAP.php(39): nxs_cURLTest('https://www.nex...', 'HTTPS to NXS', 'Social Networks') #1 /root/to/site/wp-settings.php(303): include_once('/root/to/site/wp-...') #2 /root/to/site/wp-config.php(95): require_once('/root/to/site/wp-...') #3 /root/to/site/wp-load.php(37): require_once('/root/to/site/wp-...') #4 /root/to/site/wp-admin/admin.php(31): require_once('/root/to/site/wp-...') #5 /root/to/site/wp-admin/options-general.php(10): require_once('/root/to/site/wp-...') #6 {main} thrown in /root/to/site/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/nxs_functions.php on line 753
EM 5.7.3.3
WordPress 4.8.1Forum: Plugins
In reply to: [SEO Ultimate] Switched to Yoast and now GA shows no trafficYou must have inserted your analytics code using the code inserter in this plugin. You will have to put it in your theme or insert it some other way for the tracking to work when this plugin is deactivated.
Schema doesn’t offer Events.
Forum: Plugins
In reply to: [a3 Lazy Load] Problems with Elementor page builderI am facing a problem with images occasionally not loading with elementor plugin as well.
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Editor messed upTheir support did fix the issue for me. It had to do with https settings not working right. May be worth trying an https forcing plugin or something if you still have the problem.
A lot of things seem broken and their alleged v4 is nowhere in sight. The autoposter is broken too. New posts not getting queued after update. It was properly configured and working and broke with upgrade but ask support and it is not supported, even for the paid plugin as well as the free one.
Used to be a superb plugin. Now just a lot of headache with various things breaking and support basically going “no we don’t support”
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Not sending emails to all subscribersWere you able to solve this?
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Editor messed upI have the same problem. What is worse, I have the paid version of the plugin, and when I filed a support ticket, their support used the admin login provided for troubleshooting to post spam on the blog!
Be careful about providing a login to these people and keep an eye on what is getting posted on the blog from their account.
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] No templates availableFixed this. Turned out this happens because simplexml was missing when I installed php7
apt-get install php7.0-simplexml
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] No templates available*125522 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function simplexml_load_file() in /var/www/html/wp-content/plugins/knews/includes/knews_util.php:266 Stack trace: #0 /var/www/html/wp-content/plugins/knews/includes/knews_util.php(376): knews_examine_template('casablanca', '/var/www/html/w...', 'https://blog.ru...', false) #1 /var/www/html/wp-content/plugins/knews/admin/knews_admin_news_list.php(342): knews_display_templates() #2 /var/www/html/wp-content/plugins/knews/admin/knews_admin_news.php(249): require('/var/www/html/w...') #3 /var/www/html/wp-content/plugins/knews/knews.php(1550): require('/var/www/html/w...') #4 /var/www/html/wp-includes/plugin.php(525): KnewsPlugin->KnewsAdminNews('') #5 /var/www/html/wp-admin/admin.php(236): do_action('toplevel_page_k...') #6 {main} thrown in /var/www/html/wp-content/plugins/knews/includes/knews_util.php on line 266" while reading upstream, client: 150.107.40.214, server: blog.ruralindiaonline.org, request: "GET /wp-admin/admin.php?page=knews_news HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.0-fpm.sock:", host: "blog.ruralindiaonline.org", referrer: "https://blog.ruralindiaonline.org/wp-admin/admin.php?page=knews_news&tab=automation"
Forum: Plugins
In reply to: [WooCommerce] Checkout page greyed out place order@mike, it is a VPS. Alas, I cannot blame anyone but me for configurations. What I found strange was that it was working and stopped. Then worked again after a new (4th) configuration (and has continued to work so far). Maybe I will solve this mystery eventually on an idle day. I imagine it will help loads of people. Right now, snowed with work and not fixing what ain’t broke (so far, this time)
Forum: Plugins
In reply to: [WooCommerce] Checkout page greyed out place orderNow I used
try_files $uri $uri/ /index.php?q=$uri&$args;
and it is working again, but worried if it stops again on whim :/Forum: Plugins
In reply to: [WooCommerce] Checkout page greyed out place orderarrrgh. It has stopped working again. I didn’t change anything :/ Trying the wordpress variation of “try_files” but that isn’t working either. Now what?