• Resolved nathdbest

    (@nathdbest)


    I am trying to link the json importer with a database I have running but for some reason, I cannot seem to get any data from the database.

    The code I am using is this:
    [jsoncontentimporter url=”https://localhost/items/read.php” basenode=”data”]

      Name:{Name}

    • Description: {Description}
    • Team Leader: {Team_Leader}
    • Has Images: {Has_Images}
    • Has Documents: {Has_Documents}
    • Date of Submission {Date_of_Submission}

    [/jsoncontentimporter]

    in which the read file is reading from the database that I have. For some reason, it is not retrieving any data

    Any idea what it can be?

    I can offer any other information that is needed to help me out with this matter

Viewing 1 replies (of 1 total)
  • Plugin Author berkux

    (@berkux)

    Hi,

    add debugmode=10 to see if the retrieving of the JSON is successful.
    Or a http-Errormessages comes up…

    [jsoncontentimporter url=”https://localhost/items/read.php” debugmode=10 basenode=”data”]

    Name:{Name}

    Description: {Description}
    Team Leader: {Team_Leader}
    Has Images: {Has_Images}
    Has Documents: {Has_Documents}
    Date of Submission {Date_of_Submission}

    [/jsoncontentimporter]

Viewing 1 replies (of 1 total)
  • The topic ‘Connection with Database’ is closed to new replies.