markdeboer
Forum Replies Created
-
Thank you, will do that!
Mark
Hi Amrit,
Sorry for not getting back to you – your solution worked, so thank you very much!
Regards,
MarkHello Amrit,
It indeed seems to be the WP 6.7 bug. Thanks for pointing me to this. I will wait for the next release and hope it is fixed then.
Mark
Thank you for looking into it. I did what you suggested, after deactivating and reactivating it seems to work well now. Thanks!
Forum: Plugins
In reply to: [Plugin: Twitter for WordPress] Not seeming to pick up new twitsI’ve had the same problem as mentioned: after updating WP to 2.7, Twitter for WordPress (1.9.2) stopped working, even blocking the showing up of widgets in the admin panel.
With some trial and error I managed to get it working again. Don’t really understand what I did, but here is the piece of code that seems to do the trick:define(‘MAGPIE_CACHE_AGE’, 240);
// define(‘MAGPIE_CACHE_ON’, false); //2.7 Cache Bug
define(‘MAGPIE_INPUT_ENCODING’, ‘UTF-8’);works like a charm…