eperezf
Forum Replies Created
-
Hello!
Error is still happening, now on lines 229, 243 and 245:
[27-Nov-2023 15:55:33 UTC] PHP Warning: Undefined array key 1 in /wp-content/plugins/gn-publisher/controllers/class-gnpub-feed.php on line 229 [27-Nov-2023 15:55:33 UTC] PHP Warning: Undefined array key 0 in /wp-content/plugins/gn-publisher/controllers/class-gnpub-feed.php on line 243 [27-Nov-2023 15:55:33 UTC] PHP Warning: Undefined array key 0 in /wp-content/plugins/gn-publisher/controllers/class-gnpub-feed.php on line 245
WP version 6.43.1, plugin version 1.5.11.1
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Telegram posting working partiallyYes, I do. It seems to happen only when the post is scheduled.
Can confirm over here. WordPress 4.5.2 and SNAP 3.6.1
Telegram works fine but Facebook and Twitter doesn’t. The log is the same. It skips both postings because of “unchecked account”. Also sent a ticket.
What I’ve noticed is that the checkbox of Telegram is bigger and green meanwhile the other ones are the standard blue and normal size. https://i.imgur.com/T9jduJg.png
Forum: Plugins
In reply to: [Instant Articles for WP] HTML Embeds Require Valid WidthSame here. Everything up to date. It’s not efficient to specify height and width of embeds since it’s better to use a responsive mode.
Forum: Plugins
In reply to: [Instant Articles for WP] Instant Articles is emptyThis issue is still active with the latest update. Scheduled posts are published with no content to Instant Articles. After saving them (not quick edit), they update and have everything.
Forum: Plugins
In reply to: [Instant Articles for WP] Planified articles are emptySame here. Latest Instant Articles plugin version, WordPress 4.5. Scheduled posts appear with empty content. The ones published in the moment appear with full content.
Forum: Plugins
In reply to: [Disqus Comment System] net::ERR_INSECURE_RESPONSEHello!
I’m having the same issue. Website is using a https certificate through CloudFlare and Disqus is loading in “read only” mode throwing the same error.
WordPress 4.5 and the latest disqus version.
Forum: Plugins
In reply to: [Instant Articles for WP] Plugin is sending draft saves as postsOpening up this thread again as there seems to be a bug with WordPress’ autosave setting. The same post was posted 3 times as different articles because they had different title names. One as “automatic draft”, one with an incomplete title and the last one with complete title that updates as the draft is updated.
Picture of the issue: https://i.imgur.com/YHAbj3P.png
As you can see, the three articles with the warning sign are the same article. “Borrador automático” is an autosaved draft without title that was saved later with an incomplete title but as a new article.
Forum: Plugins
In reply to: [Instant Articles for WP] Not getting author and YouTube videosUpdate:
After updating to 2.7 it’s now showing the author. But the embeds (Youtube and Twitter) are not showing up. The output code is:
YouTube:
<div class="video-in embed-responsive embed-responsive-16by9"> <div class="embed"><iframe width="750" height="422" src="https://www.youtube.com/embed/xxxxxxxxxx?feature=oembed" frameborder="0" allowfullscreen=""></iframe></div> </div>
Twitter:
<div class="embed-media"> <div class="embed"> <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" class="twitter-tweet twitter-tweet-rendered" style="position: static; visibility: visible; display: block; width: 550px; height: 584.609px; padding: 0px; border: none; max-width: 100%; min-width: 220px; margin-top: 10px; margin-bottom: 10px;" data-tweet-id="XXXXXXXXXXXXXXXXXXXX" title="Tweet de Twitter"></iframe> <p><script async="" src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p></div> </div>
Forum: Plugins
In reply to: [Instant Articles for WP] Plugin is sending draft saves as postsSorry! My bad. Thanks!
Forum: Plugins
In reply to: [Instant Articles for WP] NextScripts: Social Networks Auto-PosterI have it too and articles have been published to Instant Articles normally using RSS
Forum: Plugins
In reply to: [Instant Articles for WP] Not getting author and YouTube videosHi,
My authors are specified (in code) as
<a class="author" href="<?php echo esc_url( get_author_posts_url(get_the_author_meta( 'ID' )) ); ?>"><?php the_author(); ?></a>
so it’s appearing as
<a class="author" href="https://example.com/author-url">Author Name</a>
The YouTube videos appear as
<div class="embed-media"> <div class="embed"><iframe width="750" height="422" src="https://www.youtube.com/embed/xxxxxxxx?feature=oembed" frameborder="0" allowfullscreen=""></iframe></div> </div>
Forum: Fixing WordPress
In reply to: Image uploaded but not added to libraryHi everyone!
The problem was that the strings are serialized. I changed the paths in the DB directly. I forced a reinstall of WordPress and everything works fine now.
Thanks!