LucasHilty
Forum Replies Created
-
Thank you, @emermatomo! Yes, I’ve had a look and after some correspondence have implemented the fix.
I was initially unclear about the fact that the code on the referenced page does not replace everything in config.php; it replaces everything after this:
<?php if (!defined( 'ABSPATH')) { exit; // if accessed directly } use Piwik\Cache; use Piwik\Container\StaticContainer; use Piwik\Option; use Piwik\Plugin\API; use WpMatomo\Capabilities; use WpMatomo\Paths; use WpMatomo\Settings; return array( 'path.tmp' =>
It’s working fine now.
Thanks, David.
Unfortunately, I’m not seeing the backup destination in the email:
Backup of: https://site.url
UpdraftPlus WordPress backup is complete.
Backup contains: Database only (files were not part of this particular schedule) Latest status: The backup apparently succeeded and is now complete
(followed by UpdraftPlus News headlines)There is no log file attached.
I was backing up up files and database separately.
I do understand and appreciate your respect for user privacy–thanks!
- This reply was modified 2 years, 2 months ago by LucasHilty.
Forum: Plugins
In reply to: [PhastPress] Upgrade to PHP 8.0 throws an errorThanks, Albert. With this help, I was able to get things sorted with the host. They had pdo_mysql and didn’t think pdo_sqlite was necessary, but we’re good to go now.
Karolina,
Sure. I use WooCommerce Shipping & Tax: https://www.ads-software.com/plugins/woocommerce-services/ The package picking system doesn’t seem to work with your plugin activated.If I bought the Pro version, how would that operate alongside WooCommerce Shipping & Tax? I want to be able to offer both UPS and USPS options.
Thanks!
LucasAh. That would be it. I was using the free version which apparently turns off WooCommerce Shipping’s box packing service.
Forum: Plugins
In reply to: [PhastPress] Compatibility with easyWPUpdate: I found it to work if I turn off HTML minification and all the image optimization option. I do have HTML minification turned on in Cloudflare but on the old host that had not been a conflict so I doubt the issue is Cloudflare.
But I’m glad I can use PhastPress again. Even without image optimization it’s cutting load speed in half.This is indeed a great explanation. I am looking to do just this, with the additional ability to allow users to edit their previous submissions through wpDataTables (premium).
For this, I need to be able to insert row ids into the data table. Is there a way to create an id column with the Forminator form so that each entry will have a unique, numeric ID?Same issue here. I’ve tried reconnecting multiple times, and it apparently succeeds but I still have the same error message. Looking forward to a resolution.
- This reply was modified 3 years, 8 months ago by LucasHilty.
@merylh I also have that problem but I think it’s a separate issue from the one in this thread.
Hi, @vidyakv and @anhtuantb! I have the same problem. With my site running through Cloudflare, Word documents stored in the Media Library will not display in the Microsoft viewer. However, the same documents will display when I host them on S3 and serve them via CloudFront. They are then embedded into my site which is still running through Cloudflare.
I would like to be able to move these files into the Media Library so my search plugin could index them.
When I call WP Cron directly, the backup runs. There’s something wrong with my server cron. I’m looking into that now.
@bornforphp Thanks for the suggestion. When I set DISABLE_WP_CRON to false the backup ran immediately.
I have set it to true again and we’ll see if the regular schedule is kept.- This reply was modified 5 years, 1 month ago by LucasHilty.
Forum: Plugins
In reply to: [WP Job Manager] CSS doesn’t load on category pagesYes, I imagine that may be the cause of the error. The page loads normally since I am enqueuing the stylesheet.
Thanks!Forum: Plugins
In reply to: [WP Job Manager] CSS doesn’t load on category pagesForum: Plugins
In reply to: [WP Job Manager] CSS doesn’t load on category pagesYes.
I moved from another plugin to WP Job Manager. I retained the old links and replaced the page content.
I am using Breeze and Cloudflare, so perhaps there’s an issue there.