Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author NextScripts

    (@nextscripts)

    Please contact support directly. We need to take a look at your site.

    NextScripts Error Here: da.api.php

    //ServerThemes.Net Bug: deviantart.com
    if ($response[‘response’][‘code’]==’302′) { $hdrsArr = nxs_getDAHeaders(‘http://serverthemes.deviantart.com/journal/?edit’);

    $rep = wp_remote_get( $mh.’/journal/’, array( ‘headers’ => $hdrsArr, ‘cookies’ => $ck));

    $daNewPostURL = CutFromTo($rep[‘body’], ‘a data-deviationid=”‘, ”); $daNewPostURL = CutFromTo($daNewPostURL, ‘href=”‘, ‘”‘); $daNewPostID = CutFromTo($rep[‘body’], ‘a data-deviationid=”‘, ‘”‘);

    return array(‘postID’=>$daNewPostID, ‘isPosted’=>1, ‘postURL’=>$daNewPostURL, ‘pDate’=>date(‘Y-m-d H:i:s’));

    } else { $badOut[‘Error’] .= ‘Somethibng is not right’;

    return $badOut;

    }

    And NextScript should Replcae:

    somethibng

    is not right”

    Plugin Author NextScripts

    (@nextscripts)

    This will be fixed in the next release

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘DeviantArt repost not working’ is closed to new replies.