criography
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Editor Tools] Number of PHP warningsGreat news(: Thanks!
Forum: Plugins
In reply to: [Admin Management Xtended] possible wp_options cleanupor ignore me. It’s Codepress Admin Columns somehow embedding references to your code in their records.
Nice one! Thanks a lot.
I’m clearly having a helmet week…
Not sure when, but I typed one zero too much in ‘Check Period’, so it was simply saving all the records in DB within the time set there.Apologies for the mixup!
No errors at all. WP says ‘The selected records have been cleared.’ and I can’t see any PHP errors in the logs either, yet the logs below and DB stays as it was. Seems weird as it used to work OK.
As I said, screen.php is probably WP 3.3 specific, but since it’s not an official build yet (definitely not for production environments), I’d suggest waiting with 1.9.5 until WP 3.3 gets out.
Currently majority of people are on 3.2.1 and your recent update breaks their sites – had some calls about it earlier today.
Otherwise awesome plugin, so thank you!(:
Same here. I imagine it’s 3.3 specific thing?
Fantastic! thank you(:
or perhaps even a multiple choice box to select all languages used?
Hi Yoast,
I had very similar problem as described above but after few hours of investigation I found the reason. First of all it will only break on nested categories – so for example on /news/feed/ it will work OK, yet on /news/events/feed/ it will redirect to the actual category view instead of the rss.
The guilty bit is in class-rewrite.php in line 83. The moment I replaced
'index.php?category_name='.$category->slug.'&feed=$matches[2]';
with'index.php?category_name=$matches[1]&feed=$matches[2]';
and disabled->reenabled the option, the values in the DB were refreshed and everything went back to normal.I don’t know if it’s a mistake or something changed in WP recently but I thought I should let you know.
Otherwise awesome work as usual! (:
Thanks!