Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi, I´m having problems with 2.1.6 too. The like and share buttons don´t apear, no matter what I do (before, after or even use tags in podt). Using firebug, I get the following error when loading the page:

    e is not defined

    This error apears on the line in the footer where the wordbooker js is loaded. On a side note, on my page source I see

    <!-- Wordbooker code revision : 2.1.5 - Caliban's Pit -->

    but it should be 2.1.6

    Changing to iframes works, btw.

    Ok, found something, but it’s just a quick hack. I’m sure someone can find a more elegant solution. In contact-form-7/includes/classes.php on line 276 there’s the following:

    $query_string .= $key . '=' . urlencode( stripslashes($data ) ) . '&';

    I just added the following before that line:

    $my-data-proxy = $data;

    And then changed $data to “$my-data-proxy” in said line. Works like a charm. I suppose there’s some type of problem with the type of the variable been passed, but as I said, someone more versed in php can work out something more elegant.

    Hi. Same problem here. I have no redirection, it’s just the ajax that doesn’t work: loading wheel keeps on spinning but message is sent.

    Checking the Console on firebug I get the following response on sending the form:

    <br />
    <b>Warning</b>:  stripslashes() expects parameter 1 to be string, array given in <b>.....(redacted)..../wp-content/plugins/contact-form-7/includes/classes.php</b> on line <b>276</b><br />
    {"mailSent":true,"into":"#wpcf7-f1-p452-o1","captcha":null,"message":"Tu mensaje se ha enviado con \u00e9xito. Muchas Gracias.","onSentOk":null}

    I suppose this is not what the script is waiting for. But I’m not sure how to tackle.

    Thread Starter reven

    (@reven)

    No, mine is fine. Try re-installing to see if that solves problems.

    Thread Starter reven

    (@reven)

    I checked the es_ES download and it seems some files where not updated. Sent the es_ES team an email, but got no response. The issue is solved right now, so anyway.

    Thread Starter reven

    (@reven)

    Ok, thanks. But how about a little patch to fix it until then?

    Thread Starter reven

    (@reven)

    No, I meant that you could be given the option to download either the latest full version or the update packs from the version you have. That isn’t too hard to do. The download page could be left as is and a ‘patches’ link could be added to the sidebar.

    The patches page can contain all the patches since the latest major release, for example: 1.5 -> 1.5.1.3, 1.5.1 -> 1.5.1.3, etc.

    Thread Starter reven

    (@reven)

    Oh, come on ryanduff. How about a ‘latest’ package and then the update packs? Shouldn’t be too hard.

    Thread Starter reven

    (@reven)

    I agree with libcat: the number of files or directories is not a point. Just compare to the upgrade instructions in the codex: you have to delete two folders, delete all files in the root directory except the config file, then download and extract new version to the suitable directories…

    And this is easier than replacing 4 files in different directories?

    Thread Starter reven

    (@reven)

    Ok, I’ve just figured it out. Due to some major post editing, on some posts the ‘published’ flag was lost. These post’s were counting for the admin interface but wern’t counted on public pages. Makes sense.

    Sorry.

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