pklaus
Forum Replies Created
-
Now I updated to 0.9.4 again, cleared the cache and it still seems to be working fine.
So it must have been an issue with the cached content rather that with WP Piwik.
In any case: If anyone out there has a similar problem: try to clear your cache first 😉
Forum: Fixing WordPress
In reply to: WordPress 3.3 Media Uploader – tried everything still not workingOn my blog, the plugin wp Time Machine (for Backups) was causing the problem. I installed it once (to test it) and then forgot about it and thus it was still enabled. Now I deactivated it and the Media uploader works again.
I found out about the problem by opening the Tools → Web Developer → Web Console in Firefox (v 10.0.2). It showed me a problem loading jQuery while importing some JavaScript files belonging to the plugin.
Just my two cents…
Hi! Yeah, thanks for your answer. I was disabling relevanssi for the time being but now with the CSS hiding the elements, I reactivated it. Not perfect, but it does the job for me. Thx again!
For everyone who want’s to know what the problem is, here is a screenshot of the problem:
Yes, exactly. For each post found there one more of the links.
This is how it looks by the way:
http://blog.philippklaus.de/?s=piwik&searchsubmit=.Forum: Plugins
In reply to: [wp Time Machine] [Plugin: wp Time Machine] Not recognize PHP5I had the same problem. With Debian I had to do install the package
php5-curl:$ su # aptitude update # aptitude install php5-curl # /etc/init.d/apache2 restartMaybe a
reloadof apache2 would have been enough but I didn’t try it.