• Resolved emafer

    (@emafer)


    Salve,
    segnalo la presenza nel file doSave.php, alla riga 642 del richiamo alla tabella wp_pa_albopretorio.

    Questo, nella versione multisite impedisce il salvataggio del numero di registro.

    Soluzione:
    R642 — $sql = “lock tables wp_pa_albopretorio low_priority write”;
    R642 ++ $sql = “lock tables $table low_priority write”;

    Dove $table è il nome della tabella come definito in riga 615

    https://wordpress.org/plugins/pafacile/

Viewing 1 replies (of 1 total)
  • Plugin Author tosend.it

    (@tosendit)

    Grazie per la segnalazione, provvederemo a risolvere questa anomalia nel prossimo rilascio.

    Questo è un forum in inglese. Suggeriamo di usare il forum di supporto sul sito http://www.pafacile.it per segnalare eventuali anomalie sul plugin.

    Thanks, we will provide a resolution to the issue in the next release.

    This is an english forum. We will sugest you to use the support forum on http://www.pafacile.it to notofy other issues.

Viewing 1 replies (of 1 total)
  • The topic ‘Multisite – error’ is closed to new replies.