leninkster
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Velocity Minify] CSS not showing – (using elementor)I’ve just updated to FVM 2.8.8 and I’m seeing the same thing.
Logged into the Dashboard the site appears OK. Not logged in, the page is rendered with no styling.
I’ve changed themes from Customizr Pro back to WP standards and the same issue remains.
I’ve deleted FVM and re-installed and no different.
This issue is not resolved.
We had the same problem with a different result. One of the updates to Mailpoet 3 since July 17th, 2018 broke the send.
We got the “Oops! There seems to be an issue with the sending on your website. See our guide to solve this yourself.” at the top of the email list.
Clicking on the link sent us to https://beta.docs.mailpoet.com/article/231-sending-does-not-work
following that through we found that the mailpoet-router was always sending us to the home page.
This appeared to be a problem with the way the URL was being configured.
So we went to mailpoet/setting to preview the Mailpoet page. Same thing happened.
We then checked the website to check our PHP settings. We have the website set to run on PHP 7 but the phpinfo page showed we were running PHP 5.
This pointed us to look at the .htaccess files.
In it, we found two PHP handlers lines.
AddHandler application/x-httpd-php70s .php
AddHandler application/php-56 .phpRemoving the second one fixed the problem.
Going through the release notes we found that version 3.8.5 released on 14th August, 2018 had this to say:
Changed: End of support for PHP 5.3 and 5.4. Please upgrade to PHP 7.0 or newer!
While the Mailpoet Team told us this was coming, and the there would be a grace period, it appears they didn’t bother telling us the grace period would be between hitting the “update” button for the plugin, and the plugin finishing its install.
Hopefully, this is the problem you are having and this sorts it.
Forum: Reviews
In reply to: [MailPoet Newsletters (Previous)] BROKEN LINKSIf you are in the minority, maybe instead of slamming the developers who have produced a plugin that works perfectly well for the majority. You should explain what you are trying to do that is causing the system to “break” for you and maybe find out that it is not a plugin issue, but the way in which you are using it.
We use links all the time and it works fine for me and my team.
Thanks to all at MailPoet. Keep up the great work.
Forum: Reviews
In reply to: [Syndicate Press] Syndicate Press BrokenFive stars for the single site capability. Zero stars for WPMU.
Forum: Plugins
In reply to: [Syndicate Press] ImagesPlugin does not work on multi-site (WPMU)
Plugin cannot be network activated (loses the ability to manage feeds on all sites)
When individually activated feeds are visible to all sites but only includes content on site 0Any chance of an update? phpBB and WordPress have moved on considerably since the original design and what was working fine is no longer.
It would be a shame to have to scrap this plugin.
Forum: Reviews
In reply to: [WangGuard] Not all companies make moneyIf you are providing a security service and are having problems maintaining reliability then provide a free service for a fixed number of queries, and charge a sensible service fee to support your overheads.
Otherwise your service suffers, and people stop using it, and then you have no potential for income in the future.
Better to earn $100 per year from thousands of subscribers that earn $1,000 from hundreds.
Better still to earn $10 a year from millions.
Forum: Plugins
In reply to: [CSV 2 POST] Having Problems with Version 8?Running on WordPress 3.9.1 I’m getting these errors:
Strict Standards: Declaration of C2P_Log_Table::prepare_items() should be compatible with WP_List_Table::prepare_items() in /home/public_html/wp-content/plugins/csv-2-post/functions/class/wpmain.php on line 680
Strict Standards: Declaration of C2P_Projects_Table::prepare_items() should be compatible with WP_List_Table::prepare_items() in /home/public_html/wp-content/plugins/csv-2-post/functions/class/wpmain.php on line 1077
Strict Standards: Declaration of C2P_DataSources_Table::prepare_items() should be compatible with WP_List_Table::prepare_items() in /home/public_html/wp-content/plugins/csv-2-post/functions/class/wpmain.php on line 1187
Strict Standards: Declaration of C2P_ImportTableInformation_Table::prepare_items() should be compatible with WP_List_Table::prepare_items() in /home/public_html/wp-content/plugins/csv-2-post/functions/class/wpmain.php on line 1294
Strict Standards: Declaration of C2P_ProjectDataSources_Table::prepare_items() should be compatible with WP_List_Table::prepare_items() in /home/public_html/wp-content/plugins/csv-2-post/functions/class/wpmain.php on line 1381
Strict Standards: Declaration of C2P_CategoryProjection_Table::prepare_items() should be compatible with WP_List_Table::prepare_items() in /home/public_html/wp-content/plugins/csv-2-post/functions/class/wpmain.php on line 1488
Strict Standards: Declaration of C2P_CustomFields_Table::prepare_items() should be compatible with WP_List_Table::prepare_items() in /home/public_html/wp-content/plugins/csv-2-post/functions/class/wpmain.php on line 1589
Any chance of a quick fix?
Forum: Plugins
In reply to: [Add From Server] [Plugin: Add From Server] Fatal Error on PHP 5.4Plugin is broken.
Plugin Version 3.2.0.2
PHP Version 5.4.13Activating plugin creates white screen of death.
PHP Fatal error: Call-time pass-by-reference has been removed in [all sites web-root]/wp-content/plugins/add-from-server/class.add-from-server.php on line 137Erroring line is reported as this:
$this->settings = new add_from_server_settings(&$this);