-
Mark Phillips replied to the topic amount of images in the forum New to Symbiostock 8 months, 2 weeks ago
I’m not sure you mean that woo-commerce photography can handle “a large amount of images”. I was unable to find in the documentation what that number is. I think both woo-commerce and Symbiostock store digital products in the database, so the search function is probably related to the number of records in the database and how it searches. this…[Read more]
-
Mark Phillips started the topic Script to take your Symbiostock images and create a video of arbitrary length. in the forum SEO & Marketing 1 year, 1 month ago
Hi,
I’ve been helping a friend with her Symbiostock site – http://www.natasha-pankina.com and one of the things i wrote was a script to take all the ss_media and generate arbitrary length video, sequential, random order, various royalty free music lengths, and in bulk, creating usually 25 videos at a time, for social media and various advertising…[Read more] -
Mark Phillips started the topic Docker containers ready to party for Symbiostock. in the forum Installation 1 year, 2 months ago
Hi,
As you may know Symbiostock has specific requirements to be happy when installed on a host, including particular modules. I am very appreciative and thankful for all the hard work over the years that Robin has put into this for the community. I have been messing around with Symbiostock on a variety of hosted environments before settling on…[Read more]
-
Mark Phillips started the topic Docker containers ready to party for Symbiostock. in the forum Installation 1 year, 2 months ago
Hi,
As you may know Symbiostock has specific requirements to be happy when installed on a host, including particular modules. I am very appreciative and thankful for all the hard work over the years that Robin has put into this for the community. I have been messing around with Symbiostock on a variety of hosted environments before settling on…[Read more]
-
Mark Phillips started the topic Docker containers ready to party for Symbiostock. in the forum Installation 1 year, 2 months ago
Hi,
As you may know Symbiostock has specific requirements to be happy when installed on a host, including particular modules. I am very appreciative and thankful for all the hardware over the years that Robin has put into this for the community. I have been messing around with Symbiostock on a variety of hosted environments before settling on…[Read more]
-
Mark Phillips replied to the topic Interface showing Failed to read image for watermarking errors, but works. in the forum Using Symbiostock 1 year, 2 months ago
Hi Robin,
It’s a 4 core 8GB 160GB Droplet from DO. While I admit that there maybe some permission issues with my docker stack, I’m afraid that DO will not help me troubleshoot software. I’ll just put it on the list of support issues that when I’ll submit for the metadata write issue you may look around.
Just filed it because I didn’t know if t…[Read more]
-
Mark Phillips replied to the topic Interface showing Failed to read image for watermarking errors, but works. in the forum Using Symbiostock 1 year, 2 months ago
Now I am getting these unable to find images and I am unable to dismiss these messages. There was no posted solution for this? Thanks for any help.
-
Mark Phillips started the topic Interface showing Failed to read image for watermarking errors, but works. in the forum Using Symbiostock 1 year, 2 months ago
So I get Error(s): Failed to read image for watermarking: /var/www/html/wp-content/uploads/ss_media/ss_2041.eps for each of the uploaded images to the system. The permissions look right, and I’m getting tired of clicking dismiss forever. The latest batch of errors doesn’t seem to want to go away.
FYI, I’m thinking of doing a support ticket…[Read more]
-
Mark Phillips started the topic Natasha Pankina Illustrations https://store.natasha-pankina.com/ in the forum Site Launches 1 year, 2 months ago
Hi,
I’ve posted lightly over the past 13 months and I am still working with my friend who I helped set up her own online stock vector store of her drawings. We are in the very early stages and have not formally launched the site, but for a few issues, it’s coming together. I wanted to share the site on the forum mostly so that Robin can see the…[Read more]
-
Mark Phillips replied to the topic Unable to correctly set content category prior to upload for proper ingestion in the forum Using Symbiostock 1 year, 2 months ago
Yeah you are right, I can only read metadata not write. But your message only talks about the need to read metadata, I guess the writing may be a problem for content delivery. Anyway….
I’m totally not using the wrong version of anything, I went to extensive trouble to keep everything to your specification. But I am running everything in a docker…[Read more] -
Mark Phillips replied to the topic Unable to correctly set content category prior to upload for proper ingestion in the forum Using Symbiostock 1 year, 2 months ago
Super thanks for taking the time to do that. So I downloaded the file and even this file doesn’t upload with the category, it operates the same. Which sucks and which also makes me feel less stupid because something must be going on.
-
Mark Phillips replied to the topic Unable to correctly set content category prior to upload for proper ingestion in the forum Using Symbiostock 1 year, 2 months ago
-
Mark Phillips replied to the topic Unable to correctly set content category prior to upload for proper ingestion in the forum Using Symbiostock 1 year, 2 months ago
The problem with using a GUI tool is that I have about 30,000 images to sort into 10 categories so I need to do it via script in bash or whatever. exiftool is pretty solid, no?
-
Mark Phillips started the topic Unable to correctly set content category prior to upload for proper ingestion in the forum Using Symbiostock 1 year, 2 months ago
On my local machine I perform the following:
exiftool -‘SupplementalCategories’=’Beauty’ -Category=’Beauty’ Home-01.jpg -m
reports 1 image files updatedI verify with: exiftool Home-01.jpg | grep Beauty which returns:
Category : Beauty
Supplemental Categories : BeautyThen upload to the server, which happily…[Read more]
-
Mark Phillips replied to the topic Batch adding images to categories. Disable pricing exchange with coupon option? [resolved] in the forum Installation 1 year, 3 months ago
For those that have a fixed set of categories, the advice from this page – https://www.symbiostock.org/docs/reading-writing-metadata/, means that one should write to SupplementalCategory and Category fields of the categories we want to have the image associate with before ingestion?
-
Mark Phillips replied to the topic Error wp-cli and failure to run imagemagick/EPS processing issues? in the forum Using Symbiostock 1 year, 3 months ago
After digging a little further I found that this maybe a cascade of issues with the hosting provider. As it turned out, the hosting provider would not modify the /etc/Imagemagick-6/policy.xml to allow for EPS processing, so SiteGround had to be killed as a potential hosting, which is unfortunate because I went with them to consolidate. Anyway, I…[Read more]
-
Mark Phillips started the topic Error wp-cli and failure to run imagemagick/EPS processing issues? [resolved] in the forum Using Symbiostock 1 year, 3 months ago
Hi,
I have an installation which is pinned to all the correct versions of stuff. See https://natasha-pankina.com/info.php however, the processor hates digesting eps files. Making a basic call using WordPress CLI returns an error with the plugin, why is this?
baseos | hashofsomething@somewhere:~/www/natasha-pankina.com/public_html$ wp plugin…[Read more]
-
Mark Phillips started the topic Error wp-cli and failure to run imagemagick/EPS processing issues? in the forum Using Symbiostock 1 year, 3 months ago
Hi,
I have an installation which is pinned to all the correct versions of stuff. See https://natasha-pankina.com/info.php however, the processor hates digesting eps files. Making a basic call using WordPress CLI returns an error with the plugin, why is this?
baseos | hashofsomething@somewhere:~/www/natasha-pankina.com/public_html$ wp plugin…[Read more]
-
Mark Phillips started the topic Helping a friend in the forum New to Symbiostock 1 year, 8 months ago
I have a friend that I wanted to help setup with this plugin and wondered if anyone provided consulting service to set everything up including the categories for vectors stocks?
-
Mark Phillips started the topic SiteGround Hosting Issues [resolved] in the forum Installation 1 year, 8 months ago
I have installed WP and Symbio and while the phpinfo shows they support imagemagick the diagnostics on the site doesn’t share the same sentiment. I submitted an “installation” supporting request at $50 and wonder what the timing of someone responding or who if anyone will respond? And do they consume the entire fee if its some silly features of…[Read more]
- Load More