Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter deomede64

    (@deomede64)

    I’m tryng to do some tests:

    it works if I use a single table,

    if I use two tables in join it doesn’t work

    the query:
    SELECT anagrafica.Anagrafica_PK,
    anagrafica.RagSocialeCognome,
    anagrafica.nome,
    anagrafica.CodiceFiscale_PI,
    avvisi.IdentificativoAvviso_PK,
    avvisi.ImportoAvviso
    FROM anagrafica
    INNER JOIN avvisi
    ON anagrafica.Anagrafica_PK = avvisi.Intestatario_FK

    wp-datatables shows ” Preview the 5 first result rows”

    After that I choose ‘create table’ open in standard editor and browser shows
    only date and time

    Plugin Author wpDataTables

    (@wpdatatables)

    Hi,

    We sincerely apologize for the late response.

    If all You’re getting when trying to create the table is the date and time on a blank page, You probably have mode_security turned on or You have a security plugin that has not white-listed wpDataTables.

    Our advice would be to contact the security plugin’s team and ask them to white-list our plugin, and it should work fine after that.

    [ Signature deleted ]

    • This reply was modified 5 years, 11 months ago by Jan Dembowski.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wpdatatables-constructor doesn’t work’ is closed to new replies.