pegasus83
Forum Replies Created
-
I have the same problem. I think it happened after the last update.
Forum: Plugins
In reply to: [Postie] Block converted in HTML since last updateJust 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.
Forum: Plugins
In reply to: [Postie] Block converted in HTML since last updateAs additional informations, I can tell you that my script sends email with html tags, like this:
=======
[pfeatured id =105051]
<h2>subtitle</h2>
text
Tags: tag1, tag2, tag3.
===
Until the penultimate update WordPress converted correctly the text in blocks, keeping headings and links.
Thanks
Regards.
Alessandro
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
Forum: Plugins
In reply to: [OnePress Social Locker] The plugin doesn’t work for Facebook in-App browserI have the same problem…
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Slider on the page headerHi,
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.
Forum: Plugins
In reply to: [WP-PostRatings] Post-id not validSame 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)Forum: Plugins
In reply to: [WP-PostRatings] Post-id not validYes, 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)Forum: Plugins
In reply to: [WP-PostRatings] Post-id not validSql version: 5.5
Nothing happens dropping and letting the plugin create a new table, same error..
Forum: Plugins
In reply to: [WP-PostRatings] Post-id not validHi,
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…Forum: Plugins
In reply to: [WP-PostRatings] Post-id not validOk, 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)Forum: Plugins
In reply to: [WP-PostRatings] Post-id not validok.
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”
Forum: Plugins
In reply to: [WP-PostRatings] Post-id not validIf 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” ?!
Forum: Plugins
In reply to: [WP-PostRatings] Post-id not validHi,
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
Forum: Plugins
In reply to: [WP-PostRatings] Post-id not validI 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.