Forum Replies Created
-
AuthorPosts
-
November 11, 2015 at 4:03 pm #24524
Hey Vortex,
We keep Express synchronized to Symbiostock, as the theme is made to partner with the plugin. As the plugin has WooCommerce compatibility milestones, we keep all our software, including the importer, compatible with the same version.
Right now, the milestone version is 2.4.6:
https://wordpress.org/plugins/symbiostock/installation/
I would recommend you downgrade your WooCommerce version to that (if safe). Otherwise, in most cases, unless you encounter issues, you can ignore the warnings.
November 10, 2015 at 12:29 am #24513November 9, 2015 at 10:56 pm #24509November 9, 2015 at 10:09 pm #24507November 9, 2015 at 9:42 pm #24505Once we are ready, we’ll let you know and release the new version of Symbiostock – this will not be an auto-update version but a version that you can optionally install.
This will interface with the Symzio engine. We will also give you password protected access to the Symzio alpha where you will help with testing all aspects of it.
November 9, 2015 at 9:40 pm #24504November 9, 2015 at 9:39 pm #24503As per:
https://wordpress.org/plugins/symbiostock/installation/
We’re only supporting version 2.4.6 of WooCommerce. So perhaps try it on that version and see if the same issue persists.
November 9, 2015 at 9:38 pm #24502November 9, 2015 at 9:32 pm #24500November 8, 2015 at 6:58 pm #24494November 8, 2015 at 6:43 pm #24492November 7, 2015 at 3:13 pm #24490Yep, unfortunately Symbiostock does not yet work with Imagick binaries. What this means is they have ImageMagick installed on your server, but do not have PHP Imagick installed. In order to have it work with such binaries all of the Imagick commands would have to be converted into the command line equivalents which is something we don’t have the time or resources to implement at the current time.
November 7, 2015 at 4:30 am #24487Memory peak 126M
Case in point – likely when you upload a large image, or a more complex one, it passes the memory limit and the script stops running. So the only options are:
1) Get your host to install Imagick
2) Get your host to somehow allow your scripts to run with more memory
3) Switch hosts
And this has nothing to do with Symbiostock, per-say. Any web-based solution that uses PHP to manipulate graphics will encounter the same issue.
November 7, 2015 at 4:19 am #24483Well, again, that depends on your memory.
The processor first indexes tags, then it parses images. So it is obviously crashing on the image processing part, and the script is not completing. I’ve seen this in a few circumstances, and every time it was insufficient memory on the server because GD uses like 10 times the memory Imagick does.
So, in the end, unless your host is able to install Imagick, you may experience sporadic results.
However image size does play a part.
Try uploading a small JPEG and see if the preview shows up. If it does, it is 100% a memory issue.
November 7, 2015 at 4:03 am #24480If the thumbnails are not being generated, it is very likely that the processor is running out of memory (not drive space). When you run the processor, does it finish and give you a box that says ‘Memory at End’?
If not, then a problem is occurring that is preventing the script from finishing, which is likely memory.
Edit the tools-cron file and change this line:
//$GLOBALS[“ss_runall”] = 1;
to
$GLOBALS[“ss_runall”] = 1;
It is line 22. Then run the processor. It will spit out errors if it can. If you get an error, let me know.
-
AuthorPosts