neonkowy
Forum Replies Created
-
Hey Yakir, Wordfence is still warning about this (as well as Linker plugin page). Can you deploy version after my PR to plugin repo?
I opened PR: https://github.com/KingYes/wp-linker/pull/27
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] HTML truncated@webdados, got it!
I dumped whole curl response and I found out that this one happens only if curl got 301 or 302 MOVED response.
That’s because i recently switched from http to https, and probably some links were somehow not updated.
just add curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
in get_open_graph_image_size_curl function, and everythings working fine without any strange workarounds.
And all because of curl not passing errors to PHP ??
Let me know, when it will be fixed upstream, so I can them update your plugin once for all.
Cheers!
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] HTML truncatedHey @webdados,
So maybe I can provide some information to debug this one? I left aside that problematic page, so I still can test it ??
The problem is, that even enabling all errors in PHP I can’t see anything. It’s a blank page, in page source there’s nothing, Apache in debug mode says nothing.
I’m familiar with PHP – I can help, dump, debug what you think should help. I spent so many hours on this so it’s become my personal challenge ??
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] HTML truncatedHey @censor, I’ve been debugging the same for HOURS. It looks like the problem can be fixed with new options in settings -> “Do not get image size”.
It’s been frustrating, as my logs where also empty even with all debugging options enabled. And in my case it was only one page.
@webdados, I don’t think that such option “in case of emergency” should be considered in first place. As the problem was only on one page, no error shown, and no content shown I had no clue where to start searching. And only after commenting many line-by-line’s I found it to be your plugin. Then i debugged whole plugin code, and finally – found out the option in settings.
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Determining external images sizeI got the same problem, and spent HOURS on debugging. White screen of death without any information is pretty hard to work out ??
It would be great if this one can be fixed permanently, but unfortunately fix with curl options doesn’t work for me (disabling get image size work though).
Forum: Themes and Templates
In reply to: [Activello] Limit Posts In SliderHi Vinod,
Thank you for doing great work with Activello. I’m really loving it ??
Do you plan to consider adding just “Limit slider posts to…” option which would restore previous behaviour? It’s holding me back from updating because managing my 4 latest posts through some special category is not what I want to do after publishing each post.
regards
Paul TomkielForum: Plugins
In reply to: [Simple Lightbox] Item 0 of 0Archetyped – thank your for solving this issue, i’m looking forward to plugin update!
Paul
Ok, when i try to subscribe via widget, i get only:
“Oops. Something went wrong. Please try again later.”
and below:
“Admin notice: Zend_Exception: No object named “request” is registered.”Please resolve it as soon as possible.