• Resolved marzamele

    (@marzamele)


    Hola, estoy intentando configurar las opciones del plugin pero cuando voy a guardar los ajustes de: “Capacidades”, “páginas privadas” y “archivos”, me muestra un error: “Error: La página de opciones de cuar_options_cuar_capabilities no está en la lista de opciones permitidas.”

    Podríais indicarme cual puede ser el problema.

    Muchas gracias!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Thomas

    (@tlartaud)

    Hello,

    I don’t know where this error comes from but it doesn’t seems to be a string from our plugin. I suspect a plugin conflict on your site. Please disable all plugins except WPCA and see if the error still occurs.

    Regards.

    Hello, I have the same problem, I do not have any plugin installed. Thank you

    Thread Starter marzamele

    (@marzamele)

    Hola!

    Yo tampoco tengo instalado aún ningún plugin.

    Gracias!

    Plugin Contributor Thomas

    (@tlartaud)

    Hello,

    Thank you for your reports, this will be fixed in the next release. If you want it to be fixed right now, connect to your FTP and edit the file customer-area/src/php/core-classes/settings.class.php, line 230, and replace this:

    $this->current_tab = isset($_POST ['tab']) ? sanitize_text_field($_GET['tab']) : '';

    by this:

    $this->current_tab = isset($_POST ['tab']) ? sanitize_text_field($_POST['tab']) : '';

    Sorry for the inconvenience.

    Best regards.

    Plugin Contributor Thomas

    (@tlartaud)

    Hello,

    Please update to 8.2.3, this will fix your issue.

    We also updated some add-ons (projects, content expiry, bulk import). Please update by following the update procedure from the documentation on our site.

    Thanks again for your report.

    Best regards.

    Gracias

    Thread Starter marzamele

    (@marzamele)

    Solucionado, Muchas gracias!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error al guardar las configuraciones’ is closed to new replies.