Forum Replies Created
-
AuthorPosts
-
March 27, 2014 at 10:12 pm #10426
Okay…we got it. It was an Imagemagik issue. That a friend of mine nailed down for me. So thanks for the help!
I am essentially up and running my Symbiostock site now! i don’t know if its the future but I like the idea of it and once the preview thing was dealt with the upload process was easier than Dreamstime or IStock.
my site if folk want to know….
http://karmadogs.com/symbiostock/
thanks again.
March 17, 2014 at 1:49 pm #10425I checked and the file permissions on that folder are already set to those parameters .
March 15, 2014 at 6:22 pm #10422The error….Warning: imagecreatefromstring(): Data is not in a recognized format in /home/content/74/9008574/html/karmadogs/symbiostock/wp-content/themes/symbiostock/inc/classes/image-processor/symbiostock_image_processor.php on line 423
seems to refer to this in the symbiostock_image_processor.php
/**
* Create a GD image resource from a string data.
*
* @param string $string The string image data.
*
* @return mixed GD image resource on success, FALSE on failure.
* @access private
* @static
*/
private static function _imageCreateFromString( $string )
{
if ( !is_string( $string ) || empty( $string ) ) {
user_error( __(‘Invalid image value in string’, ‘symbiostock’), E_USER_NOTICE );
return false;
} //!is_string( $string ) || empty( $string )return imagecreatefromstring( $string );
}/**
I installed and activated ImageMagic…do I have to uninstall GD? Where would that be done from?
March 15, 2014 at 5:16 pm #10421thanks I will check it out!
March 15, 2014 at 4:32 pm #10419sent you the admin login.
March 15, 2014 at 4:13 pm #10416In the Symbiostock wp-content folder under symbiostock_rf_content the minipic JPGs are all there but not the full sized JPGs or the EPS files.
Shouldn’t they all be in the same folder? Are the eps files not being processed?
Can I just upload to the content folder the full sized JPGS and EPS and bypass the upload process in imagemagic?
March 15, 2014 at 4:02 pm #10415Site : http://karmadogs.com/symbiostock/
I tried using the default watermark, a new watermark and a watermark pulled from another working symbiostock site. I am pretty sure it isn’t the watermark.
This is the link the Watermark Image option is set too though.
http://karmadogs.com/symbiostock/wp-content/uploads/2014/01/watermark1.png
According to godaddy, Imagemagick is setup and working.
Godaddy had the memory in php.ini set to 128M, I upped it to 256M.
This was where i was at back in January. I was hoping the site upgrades might fix the problem bit no go.
January 11, 2014 at 2:20 pm #8067The php.ini memory was boosted to 256m (from 128m).
It made no difference.
Attempts were made uploading just jpgs (with no eps files) of very small size…still no preview.
I can see the referance images on the All Images page of my dashboard….and in my latest images widget but clicking on them sends me to the purchase page with the item title and no preview.
We set up an admin for you on http://karmadogs.com/symbiostock/wp-admin/
You should have gotten an email about it….if you didn’t get the log in infor I’ll send it again.January 10, 2014 at 2:30 pm #8065this is what I have in the watermark box.
http://karmadogs.com/symbiostock/wp-content/uploads/2014/01/watermark1.png
Is this correct? It pulls up the image.
-
AuthorPosts