pitzputz
Forum Replies Created
-
It did work!
Some thoughts:
- The image size might matter. Maybe there’s a minimum.
- A URL without file extension doesn’t work, like https://images.unsplash.com/photo-1738236013982-9449791344de doesn’t work, but https://techcrunch.com/wp-content/uploads/2025/02/hot-tub-water-spout-GettyImages-1057257438.jpg?resize=1280,853 does work.
- I’ve noticed that when you have say 2 records in the CSV, if the first fails (due to wrong image URL) the second one also fail (no image). Almost certain about it.
Thank you!
Right Stiofan:
- Not publically accessable. But, I upload the CSV to the same server. Using http://127.0.0.1/wp-content/uploads/2025/01/360_F_578713593_TrQ4oHESIlFYuk5UFTPtXBHHt0uLkqwT.jpg||| . The file is 100% accessable to the PHP script / GD.
- You were right to ask Stiofan, as
test.sitewasn’t accessable. Thank you. - Also tried with some random image on the internet (HTTPS), where the PHP script has access to for sure.
- And, I need the image file to be set as the listing’s image, not a reference to it using
#. - Still not working. Did you test with v2.8.92 and it works for you?
This is a must have for me. Looking forward for your solution. Thank you!
- This reply was modified 1 year, 3 months ago by pitzputz.
Hi Alex, I’ve tried again: A listing with a single image, and imported it without the image ID. Tried with both keeping the
|||part, and tried also to remove it (so thepost_imageshas only a single URL:http://test.site:3000/wp-content/uploads/2025/01/360_F_578713593_TrQ4oHESIlFYuk5UFTPtXBHHt0uLkqwT.jpg|3||).Yet no image.
In this file:
wp-content/plugins/geodirectory/includes/admin/class-geodir-admin-import-export.php, inpublic static function import_posts(), I’ve noticed that$imagesstays empty.Also asking. Please support integration.
Hi @ibrahimsharif , first thank you for the reply.
I should have mentioned that – I use server cron jobs (with
wget) with a short interval, so we can rule that out.I’ll rephrase the question regarding sequences: this is what I’m trying to achieve:
- Mail 1: 17 minutes after the user signs up
- Mail 2: 13 minutes after Mail 1
See? In total, the user got 2 mails within 30 minutes of registration.
Question is: What do I put as values in delay?
Please ignore this. Should have posted in FluentCRM’s support board. Thank you!
Forum: Plugins
In reply to: [WooCommerce] Fake SPAM OrdersHow did you resolve it @kirkdickinson ?
My mistake, please delete the question. Sorry for bothering!
Forum: Plugins
In reply to: Error fetching buckets: Access DeniedUpdate: Some time later, now I see that it does work and lists the few buckets I have. Weird.