brembs
Forum Replies Created
-
I seem to be having the same problem. It shows “Sorry. No data yet.”
Forum: Fixing WordPress
In reply to: How to Solve : Jetpack HTTP 403 Error@paulcalcus: Yes, I looked through all relevant .htaccess files and found an offensive entry. It seemed as if it had been there all the time, but apparently without any effect until I de-activated and re-activated Jetpack. Curiously, the entry was added by a security plugin, where I explicitly clicked on a button to allow for XMLRPC. After I commented the entry out, Jetpack stopped complaining and the security plug-in showed no change in behavior.
<shrug>Forum: Fixing WordPress
In reply to: Media Upload not working (http error)Same issue here: I upload 5 images just fine, and on the 5th the “http error” appears out of nowhere after many years of running WP on several sites. Nothing changed in the minutes between image #4 that worked and image #5 that didn’t work, as far as I can tell.
Forum: Fixing WordPress
In reply to: Warning after upgrading to 4.7If the theme author is no longer around, how can I find out which component is causing the warning – is there a debugging button somewhere? I’ve used something like this on other CMSs…
Forum: Fixing WordPress
In reply to: Warning after upgrading to 4.7I have the exact same issue. I deactivated all plugins and it’s still there. Only if I chose the standard theme, then the warning goes away.
Forum: Fixing WordPress
In reply to: How to Solve : Jetpack HTTP 403 ErrorJetpack has been working fine for years now. Today, I just deactivated all plugins to troubleshoot an unrelated problem and when I reactivated them Jetpack started to throw this error. Of course, no settings have been altered in the few minutes between deactivation and reactivation. Where could that problem now possibly lie?
Forum: Plugins
In reply to: [FeedWordPress] BROKEN with the WordPress 4.7 updateAlso have a problem with class-wp-hook.php since upgrading to 4.7 but on line 298:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, no array or string given in /home/www/web411/html/bjoern/wp/wp-includes/class-wp-hook.php on line 298Oh, that sucks. I sort of feared that but hoped it wasn’t the case. Thanks for the quick reply!
Forum: Plugins
In reply to: [Category Icons] Missing Argument 2 for wpdb::preparePasting the whole code from the pastebin now also worked for me, finally! many thanks tadesse!!
Forum: Plugins
In reply to: [Category Icons] Missing Argument 2 for wpdb::prepare“What exactly do you mean?”
I mean if I take the original code from the original author and replace it with your code, I still get the same error message, as if I hadn’t changed anything.
Forum: Plugins
In reply to: [Category Icons] Missing Argument 2 for wpdb::prepareThanks, tadesse, for these updates. However, they’ve had zero effect on the error message I’m receiving, it’s still there, unfortunately.
Forum: Plugins
In reply to: [Category Icons] Missing Argument 2 for wpdb::prepareInserting this code at that place had no effect on the error message whatsoever, I’m sorry. But thanks for trying to help us all out!
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] tabs not working and rotating iconMany thanks for the pointers. Indeed I contacted the author of the theme and he told me that there was a way to easily disable one particular script that was causing the errors and that I didn’t use anyway. I switched it off and now everything works just dandy!
Thank you!Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] tabs not working and rotating iconYes, it is the correct link and I’m aware that the theme that I’m using (Easel) generates quite a few js errors (I have also written to the theme author). I was asking you if you have a way (or experience) in how to trace which part of the theme is messing with your plug-in and then I could have a look at it.
Many thanks!
Forum: Plugins
In reply to: [Category Icons] Missing Argument 2 for wpdb::prepare@tadesse: This patch did not work for me, unfortunately.