Viewing 3 replies - 1 through 3 (of 3 total)
  • The site that it references in the code is no longer up. I was able to overcome the error by commenting out that line (224) and forcing the $res value to true:

    function process($file) {
    		$res = false;
    		//eval(base64_decode(gzinflate(file_get_contents(sprintf("http://akameron.com/classi-api/validate.php?hn=%s&apikey=%s", $this -> domain_name, get_option('classi-importer_free_apikey'))))));
    		$res = true;
    		return $res;
    	}

    Now the script runs to completion but it’s doesn’t appear to work.. (No new ads/user/cats are added)

    Thread Starter starflow

    (@starflow)

    I did what you said and it removed the first part of the error, but not the 2nd: Error. API Key is not valid.

    and yes, it does appear that this plugin does not work, not for me anyway I can’t upload anything!

    Plugin Author anaisa

    (@anaisa)

    Hello,

    Error is fixed and new version is already updated. Check version 2.0.

    Best,
    Anaisa

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: ClassiPress Ads Importer plugin] Error importing csv file’ is closed to new replies.