Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #10426
    Profile photo of xochicalco
    xochicalco
    Participant

    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.

    #10425
    Profile photo of xochicalco
    xochicalco
    Participant

    I checked and the file permissions on that folder are already set to those parameters .

    #10422
    Profile photo of xochicalco
    xochicalco
    Participant

    The 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?

    #10421
    Profile photo of xochicalco
    xochicalco
    Participant

    thanks I will check it out!

    #10419
    Profile photo of xochicalco
    xochicalco
    Participant

    sent you the admin login.

    #10416
    Profile photo of xochicalco
    xochicalco
    Participant

    In 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?

    #10415
    Profile photo of xochicalco
    xochicalco
    Participant

    Site : 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.

    #8067
    Profile photo of xochicalco
    xochicalco
    Participant

    The 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.

    #8065
    Profile photo of xochicalco
    xochicalco
    Participant

    this 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.

Viewing 9 posts - 1 through 9 (of 9 total)