Forum Replies Created

Viewing 15 replies - 1 through 15 (of 39 total)
  • I have the same problem. I think it happened after the last update.

    Thread Starter pegasus83

    (@pegasus83)

    Just to inform you I found the problem:

    I had to comment line 599 of postie-message.php

    //$this->content = ‘<div class=”postie-post”>’ . $this->content . ‘</div>’;

    Now it works as it always did.

    Thread Starter pegasus83

    (@pegasus83)

    As additional informations, I can tell you that my script sends email with html tags, like this:

    =======

    [pfeatured id =105051]

    <h2>subtitle</h2>

    <h3>link</h3>
    <h3>link</h3>

    text

    Tags: tag1, tag2, tag3.

    ===

    Until the penultimate update WordPress converted correctly the text in blocks, keeping headings and links.

    Thanks

    Regards.

    Alessandro

    • This reply was modified 2 years, 10 months ago by pegasus83.
    • This reply was modified 2 years, 10 months ago by pegasus83.
    Thread Starter pegasus83

    (@pegasus83)

    Hi,

    I had to disable the plugin in order to solve the issue. I can’t fight with every draft when I have to publish more than 30 posts per day.

    I found in the post-thumbnail.php (under products/photocrati_nextgen/modules/ngglegacy/lib/) this part of code

    if ( $thumbnail_id == '-1' ) {
    delete_post_meta( $post_ID, '_thumbnail_id' );
    die('1');

    I tried to comment out, but the thumbnail_id post meta line in the db disappears anyway i f I save the draft.

    I also tried to comment out other parts of that file but nothing changed.

    So I had no choice but disabling the plugin until a solution is found.

    I wait for a kind reply from you regarding this matter.

    Thanks

    Regards

    Alessandro

    I have the same problem…

    Hi,
    I reply to this topic because I have the same problem, but when I put the php code after my header it does not work.

    I just see the slider shortcode written on the page. I tried to put it everywhere but it doesn’t work and I can’t understand what’s wrong.

    Thread Starter pegasus83

    (@pegasus83)

    Same error after last plugin update. Seems incredible.

    [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘rating_postid INT(11) NOT NULL ,rating_posttitle TEXT NOT NULL,rating_rating INT’ at line 1]
    ALTER TABLE wp_ratings CHANGE COLUMN rating_id rating_id INT(11) NOT NULL auto_increment,rating_postid INT(11) NOT NULL ,rating_posttitle TEXT NOT NULL,rating_rating INT(2) NOT NULL ,rating_timestamp VARCHAR(15) NOT NULL ,rating_ip VARCHAR(40) NOT NULL ,rating_host VARCHAR(200) NOT NULL,rating_username VARCHAR(50) NOT NULL,rating_userid int(10) NOT NULL default ‘0’,PRIMARY KEY (rating_id)

    Thread Starter pegasus83

    (@pegasus83)

    Yes, it creates it, but if I disable and enable the plugin, here the error..

    [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘rating_postid INT(11) NOT NULL ,rating_posttitle TEXT NOT NULL,rating_rating INT’ at line 1]
    ALTER TABLE wp_ratings CHANGE COLUMN rating_id rating_id INT(11) NOT NULL auto_increment,rating_postid INT(11) NOT NULL ,rating_posttitle TEXT NOT NULL,rating_rating INT(2) NOT NULL ,rating_timestamp VARCHAR(15) NOT NULL ,rating_ip VARCHAR(40) NOT NULL ,rating_host VARCHAR(200) NOT NULL,rating_username VARCHAR(50) NOT NULL,rating_userid int(10) NOT NULL default ‘0’,PRIMARY KEY (rating_id)

    Thread Starter pegasus83

    (@pegasus83)

    Sql version: 5.5

    Nothing happens dropping and letting the plugin create a new table, same error..

    Thread Starter pegasus83

    (@pegasus83)

    Hi,
    you signed this as resolved but it’s not.
    I posted above the code of the SQL error I get, so I’m still waiting for a hint…

    Thread Starter pegasus83

    (@pegasus83)

    Ok, this is the error:

    [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘rating_postid INT(11) NOT NULL ,rating_posttitle TEXT NOT NULL,rating_rating INT’ at line 1]
    ALTER TABLE wp_ratings CHANGE COLUMN rating_id rating_id INT(11) NOT NULL auto_increment,rating_postid INT(11) NOT NULL ,rating_posttitle TEXT NOT NULL,rating_rating INT(2) NOT NULL ,rating_timestamp VARCHAR(15) NOT NULL ,rating_ip VARCHAR(40) NOT NULL ,rating_host VARCHAR(200) NOT NULL,rating_username VARCHAR(50) NOT NULL,rating_userid int(10) NOT NULL default ‘0’,PRIMARY KEY (rating_id)

    Thread Starter pegasus83

    (@pegasus83)

    ok.
    Other thing, I forgot to mention it when I installed the plugin.
    If I disable/enable it, it says

    “Il plugin durante l’attivazione ha generato 756 caratteri di output inaspettato. Se si nota un messaggio di “headers already sent”, problemi con i feed o altre tipologie di problemi, si provi a disattivare o rimuovere il plugin.”

    Translated in english it’s like “during the activation the plugin sent 756 chars of unaspected output. If you get an “headers already sent” message or some other problems, try to disable/remove the plugin”

    Thread Starter pegasus83

    (@pegasus83)

    If I look at the code I see this

    <div id=”post-ratings-1″ class=”post-ratings” itemscope=”” itemtype=”https://schema.org/Article” data-nonce=”339dd9e753″>

    is it right “https://schema.org/Article&#8221; ?!

    Thread Starter pegasus83

    (@pegasus83)

    Hi,
    no caching plugin. I’m disabling plugins I don’t use anymore but at the moment the error is still present.

    I also have WP-Polls, which is ajax-based…I wonder if it could be the problem

    Thread Starter pegasus83

    (@pegasus83)

    I can give you another feedback.

    This morning I could not vote on an article (another one), but after a couple of hours it worked correctly.

    The same for another user on anotther post.

    So it seems that it happens only in certain moments.

    At the moment I can not switch to the default theme, we’re live with some news and can’t put the site down to test it.

Viewing 15 replies - 1 through 15 (of 39 total)