Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am having a problem mb_strlen() function, the changed version of the plugin, I got more out of date, however notice that this problem is in WHM, where also believe that you can find your therefore need to activate the functions on.

    hi you have which version of the plugin intalled on your wordpress???

    Hellol

    I need last version WP pipes.

    Forum: Plugins
    In reply to: Need help sintaxe update
    Thread Starter ijribeiro

    (@ijribeiro)

    $data = array(
    ‘usuario_nome’ => $usuario_nome,
    ‘usuario_data_nasci’ => $usuario_data_nasci,
    ‘usuario_email’ => $usuario_email,
    ‘usuario_senha’ => $usuario_senha,
    ‘usuario_dica_senha’ => $usuario_dica_senha,
    ‘usuario_email_alternativo’ => $usuario_email_alternativo,
    ‘usuario_fone_fix’ => $usuario_fone_fix,
    ‘usuario_fone_celular’ => $usuario_fone_celular,
    ‘usuario_status_pagamento’ => 0
    );

    $where = array(‘cadastro_email_id’ => $id);
    $data_format = array(‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’);
    $where_format = array(‘%d’);

    $wpdb->update($table_name, $data, $where, $data_format, $where_format);

    I managed to correct the error by using the function of class wpdb, I noted the need to define the variables,
    $data_format = array(‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’, ‘%s’);
    $where_format = array(‘%d’);

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