Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #26627
    Profile photo of oktoradea
    oktoradea
    Participant

    Hi Robin,

    I have followed the instructions removing the two slashes at  ‘tools-cron.php’ file., but still error with messages;

    Notice: Undefined index: currSSV in /home2/syamil/public_html/wp-content/plugins/symbiostock/symbiostock-init.php on line 24

    Notice: Trying to get property of non-object in /home2/syamil/public_html/wp-content/plugins/symbiostock/symbiostock-init.php on line 24

    Notice: Undefined index: currSSV in /home2/syamil/public_html/wp-content/plugins/symbiostock/symbiostock-init.php on line 27

    Notice: Trying to get property of non-object in /home2/syamil/public_html/wp-content/plugins/symbiostock/symbiostock-init.php on line 27

    Help, Thank you 🙂

    #26512
    Profile photo of oktoradea
    oktoradea
    Participant

    Ok, Thank you very much Robin!!

    #26506
    Profile photo of oktoradea
    oktoradea
    Participant

    Hi Robin,

    Thanks for your advice, but I apologize in advance, I do not know much about html, how exactly do I have to edit at the tools-cron file?

    this is partly my tools-cron file.

    Thank you,

     

    <?php

     

    //error_reporting(-1);

    //ini_set(‘display_errors’, ‘On’);

     

    $currSS->disable_direct_access();

     

    // Extra processes

     

    // Return watermark

    if (isset($_GET[‘ss_wm’])) {

    add_action(‘init’, ‘ss_getwm’,1);

    function ss_getwm() {

    $filetype = ss_get_mime_type($GLOBALS[‘currSS’]->ss_watermark_loc);

     

    header(“Content-Type: “.$filetype);

    readfile($GLOBALS[‘currSS’]->ss_watermark_loc);

    exit();

    }

    }

     

    //$GLOBALS[“ss_runall”] = 1;

     

    // Process cron

    add_action(‘init’, ‘ss_do_cron’);

    function ss_do_cron($maxload=5) {

     

    if (!isset($GLOBALS[“ss_site_active”])) $GLOBALS[“ss_site_active”] = 1;

     

    $lastcron = get_site_option(‘ss_ucron_last’);

    $activecron = get_site_option(‘ss_ucron_active’);

     

    //if ($activecron && ((time()-$lastcron) < 600) && !$GLOBALS[“ss_runall”]) exit();

     

    update_site_option( ‘ss_ucron_last’, time());

    update_site_option( ‘ss_ucron_active’, 1);

     

    if (!$maxload && ($maxload !== 0)) {

    $maxload = get_option(‘ss_maxload’);

    }

    if (!$maxload && ($maxload !== 0)) {

    $maxload = $GLOBALS[‘currSS’]->ss_maxload;

    }

     

    #26447
    Profile photo of oktoradea
    oktoradea
    Participant

    I have a problem too, with my new upload (vectors) from FTP & image (JPG) upload from Media Edit – Alternate JPG are not processed after Cron Job. failure with a message Error 504 – Gateway Timeout. Same case with @amazeindesign I deleted file and re uploading but still not processing.

    I also followed the steps tutorial from @robin
    http://www.symbiostock.org/forums/topic/processor-not-processing-try-this/

    But there’s no significant change, Any suggestions?

    Thank You

    #26357
    Profile photo of oktoradea
    oktoradea
    Participant

    I had a problem with the JPG license download, download license jpg often fail not as download vector license always worked well.

    I uploaded all the vector with FTP and upload JPEG alternate from the edit media > processor (cron job) > untill get active “download file” on alternate <span style=”line-height: 1.5;”>JPEG</span><span style=”line-height: 1.5;”> on </span><span style=”line-height: 1.5;”>edit </span><span style=”line-height: 1.5;”>media </span>

    whether I was wrong in the method of upload vector and jpg?

    #26356
    Profile photo of oktoradea
    oktoradea
    Participant

    Tank you andre and Airphotogr 🙂

    #26188
    Profile photo of oktoradea
    oktoradea
    Participant

    Hi Henri,
    Hi airphogr

    Yeay…! it’s done. after an exhausting search… Thank you 😀

    #26172
    Profile photo of oktoradea
    oktoradea
    Participant

    Hi Songquan, Thank you,

    I paced to Shop settings, Product settings and Woocommerce settings but but have not found the settings I want ^_^

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