Forum Replies Created
-
AuthorPosts
-
March 3, 2016 at 5:18 pm #25942March 3, 2016 at 2:01 pm #25940
Okay, so the one thing you might want to check is the permissions on the actual exiftool command and perhaps even its directory. It needs to be executable. This is something Symbiostock checks for, but your install has already demonstrated having issues with setting permissions, so you may manually have to do this.
This may also pose a problem when you update Symbiostock as exiftool will get overridden and you may have to re-set the permissions, if that is indeed the issue, which I’m pretty sure it is.
March 3, 2016 at 1:19 pm #25937March 3, 2016 at 1:18 pm #25936Hey there
Metadata reading is done via shell_exec, not show_exec, as is writing. If shell_exec does not work, it then tries to use a built in PHP function that is inferior, but may still work. However, without shell_exec, you cannot write metadata.
If this is taking 30 minutes, there is something wrong with your setup. The metadata writing/writing has no reason to hang, and should either fail or succeed and that’s it. Diagnosing this myself would take time so you’d have to submit a support request or try to test stuff yourself and I’ll provide you feedback when I can here.
March 1, 2016 at 1:39 pm #25919February 28, 2016 at 5:52 pm #25906Okay, I just did a fresh install from a fresh WP download:
1) Downloaded WordPress directly from their site
2) Installed it
3) Installed Symbiostock via the WordPress control panel
4) Downloaded WooCommerce 2.4.12 as per the Symbiostock instructions
5) Installed WooCommerce
6) FTPed 3 test files into ss_media/new
7) Manually ran the processor after a minuteAll 3 test files showed up successfully without issue, with thumbnails.
Therefore, if you are getting the issue you are, there is something wrong specifically with your server setup. My guess is it is a permissions issue with the directory WordPress is installed in, or the permissions of the ss_media directory. Can you take a look to see these things? Both the owner and the CHMOD.
February 28, 2016 at 5:41 pm #25905February 28, 2016 at 3:20 pm #25903You dont need to ask about WooCommerce – just:
1) PHP Imagick (not via command line – the PECL extension)
2) The ability to execute shell_execthat’s it. If you have those two, sufficient memory and disk space, you can run smooth as butter. Without Imagick you will need more memory and will not be able to do vectors. Without shell_exec you will not be able to write image metadata, may not be able to read certain metadata, and will not be able to process videos.
February 28, 2016 at 2:15 pm #25901February 28, 2016 at 3:11 am #25899February 27, 2016 at 6:32 pm #25896Hey there – one thing you can do is find the desired open source player yourself and test it out to ensure it is:
1) Playable on all devices
2) Resizes to fit the dimensions of the video
3) Scales properly on different devices
4) Plays MP4s without delay
5) Provides options such as auto-playIf you locate this player, and then test it out on your own end with a sample MP4 and are convinced it would work good, send over the link and/or code and that will make it a lot easier for us to implement it. Otherwise we have to do all of the above ourselves, and as I’ve said already, we will get to things when we can, and video is a high priority, but not the highest right now.
February 27, 2016 at 12:59 pm #25895This is a good suggestion, however, it is mostly mentioned in the official installation guide on WordPress: https://wordpress.org/plugins/symbiostock/installation/
As for version of PHP Imagick, this is generally not specified and you do not have to worry about it. Very rarely has there been an issue, and if so, it’s a rare issue with watermarking certain EPS files which cannot be predicted prior to setup.
The only thing we recommend other than PHP Imagick that is not mentioned in the installation is the ability to execute shell_exec functions within PHP – some hosts disable this. It is not necessary, however, but is needed to write metadata to images.
Symbiostock even works without Imagick, but is much better with it.
We will update the instructions to be more clear on the official site, and I will create a sticky thread regarding it here as per your suggestion. Thanks.
February 26, 2016 at 6:34 pm #25884February 26, 2016 at 4:37 am #25882Make sure you’re using the right version of WooCommerce as per the installation instructions:
https://wordpress.org/plugins/symbiostock/installation/
If you are, it should be working with pretty much every theme.
February 26, 2016 at 12:23 am #25880 -
AuthorPosts