UncleZeiv
Forum Replies Created
-
Forum: Plugins
In reply to: [Twitter Mentions As Comments] completely broken due to twitter api updateSame here, I had to delete the plugin via ssh. ??
I was wondering as well… This doesn’t seem to be configurable. I wonder if it’s changeable via a plugin. If someone finds a solution please report it here.
Forum: Fixing WordPress
In reply to: Comments aren’t listed in the admin panel wordpress 2.5works for me as well
Forum: Fixing WordPress
In reply to: Comments Admin Panel BlankThis solution works for me:
https://www.ads-software.com/support/topic/167450
Add a index to comment_date_gmt in the comments table on the database.Forum: Fixing WordPress
In reply to: Comments Admin Panel BlankSame problem here. See also this:
https://www.ads-software.com/support/topic/171385
I don’t have that incompatible plugin though.Forum: Developing with WordPress
In reply to: What is comment_karma ?Old question but no answer. Maybe it’s simply unused?
Forum: Fixing WordPress
In reply to: edit-comments.php funkySo what, you manually added the index? I have the same problem here… and I was wondering who is to blame for this. And why this problem seems to be so rare…
Forum: Alpha/Beta/RC
In reply to: Gallery feature…still not working for meI suspected “magic quotes” could be the culprit, but unfortunately I couldn’t test it as I don’t have access to system wide configuration on my server.
During my “debugging” session I noticed that wp_parse_str calls stripslashes_deep if get_magic_quotes_gpc() is true; if I recall correctly, it brought the slashes from three in a row to a single one. I’m not sure if this is the correct behaviour though, there are so many quoting mechanisms involved here…
Forum: Fixing WordPress
In reply to: wordpress 2.5: gallery not showing at allFor future reference:
- another thread dealing with the same problem
- 6476 seems to have a patch to solve this
Forum: Alpha/Beta/RC
In reply to: Gallery feature…still not working for meSame problem here.
What I would really like to know is why is a *syntax* error showing up only for such a minority of people… there must be some really strange configuration interaction going on in our installations. It seems like the code is going to be changed in WordPress, still I would like to know what’s going on anyway.Here’s my configuration: MySQL 5.0.32, Apache/2.2.3 (Debian) and PHP 5.2.0-8+etch7.
I opened a similar thread before:
The previously mentioned ticket has been marked as a duplicate of 6476.
Forum: Fixing WordPress
In reply to: wordpress 2.5: gallery not showing at allI refer to the default gallery code in WordPress 2.5 (lsjblomberg this doesn’t seem to be the same problem).
A more specific bug describes the problem: