Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter serbill

    (@serbill)

    I was trying to short this out but there was no result.
    I think this is a developer’s issue…

    Thread Starter serbill

    (@serbill)

    I am not able to find a solution.

    Dear Developer is there any update you can give me about this?
    I know that import is experimental but do you have any estimation about this?

    Thanks in advance!:-)

    Plugin Author David Cramer

    (@desertsnowman)

    What is the site where wordpress is installed?

    Thread Starter serbill

    (@serbill)

    Hi David!

    http://www.i-contact.gr/xml
    http://www.i-contact.gr/xml/wp-admin
    admin
    123

    feel free to play to do anything you need. This is a test installation

    Plugin Author David Cramer

    (@desertsnowman)

    The XML import requires permalinks to be set.
    I set them and its now working.

    Thread Starter serbill

    (@serbill)

    Oh sorry about that I wasn’t aware. Thanks!

    Is there a setting I can change in order to update the existing fields instead of writing new entries in the db?

    Or is this something that requires development by your side?

    Thread Starter serbill

    (@serbill)

    Forgive me if the bellow are mistaken I am not a programmer but I can read some code.
    I just had a look at your code. data_report\class.php

    echo $in + $not . ” entries inserted.\r\n”;
    echo “=========================================\r\n”;
    echo $in . ” entries captured.\r\n”;
    if (!empty($not)) {
    echo $not . ” entries exclude. (failed or already captured)”;
    }
    exit;

    I think echo $not . ” entries exclude. (failed or already captured)”;
    should be active in my case the second time I am running
    http://www.i-contact.gr/xml/dt_intfc51e532251612d/import
    from my browser.

    I also haven’t found $not anywhere else in your files so maybe there is no “checking if already captured code” written?

    Plugin Author David Cramer

    (@desertsnowman)

    I’ll really need to go oever it again before I can answer correctly.
    I’ll try to update asap.

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

The topic ‘Data Source(Import Data from external XML)’ is closed to new replies.