joaociocca
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: /?cat= links not filtering…I’ll look into it! Thanks Theme Diva ??
Forum: Fixing WordPress
In reply to: /?cat= links not filtering…The archive.php should have some kind of “if is_category”, since category.php doesn’t exist? (no, I haven’t checked it yet)
Forum: Fixing WordPress
In reply to: /?cat= links not filtering…there is no category.php file on my theme. at least none that I could find.
(edit) Checking out the hierarchy you linked, it seems that is the problem. Since the theme doesn’t have a category.php, it shows archive.php…
Forum: Plugins
In reply to: [OpenID] blogspot refuses openidmake us 3.
Forum: Installing WordPress
In reply to: Blank screen ufter upgrading to 2.9From your link Esmi: “Also check the encoding of the file. If the file is encoded as UTF-8 with BOM, the BOM is seen as a character which starts the output.” – and guess who had an index.php saved with UTF-8 with BOM?
removed it and my rss came back like a charm. thanks a lot! =D
Forum: Installing WordPress
In reply to: Blank screen ufter upgrading to 2.9this helped… but not much.
at first, I was getting this error:
Warning: Cannot modify header information - headers already sent by (output started at /public_html/index.php:1) in /public_html/wp-includes/pluggable.php on line 868
which contains this:
header("Location: $location", true, $status);
after using the mentioned plugin to disable redirects, now I’m getting this other header error:
Warning: Cannot modify header information - headers already sent by (output started at /public_html/index.php:1) in /public_html/wp-includes/feed-rss2.php on line 8
which contains this:
header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true);
any ideas, besides the downgrade?
Forum: Plugins
In reply to: Fatal Error when trying to authenticatejust giving a feedback, after sometime I decided to try again (on version 3.1.4 now) and it works just fine ?? nice work wnorris!
Forum: Fixing WordPress
In reply to: [Plugin: Twitter Tools] Duplicate digests on scheduleI still don’t know how to solve the problem about those 2 thousand+ posts already made. Mass Post Manager won’t delete the posts – even though it says it succesfully deleted them… and Alex’s blog still gives me 404 error, can anyone put his patch elsewhere so I can download it?
Forum: Fixing WordPress
In reply to: [Plugin: Twitter Tools] Duplicate digests on scheduleI was gonna check that patch… but alexking.org is 404 every time and everywhere I try to access it – be it from home or at work.
I’ve installed mass post manager and made it delete all posts in the “twitter” category, but… it simply doesn’t work? it gives me the message saying that posts were deleted, but when I get back to the manage posts page they’re still all there ??
Forum: Fixing WordPress
In reply to: [Plugin: Twitter Tools] Duplicate digests on schedule20-30 posts would be awesome. I just realized that this plugin posted more than a THOUSAND posts on my blog, and scheduled more than TWO THOUSAND.
anyone knows a way to quickly delete all those posts? =/
Forum: Plugins
In reply to: [Plugin: Breadcrumb NavXT] v3 doesn’t work – parse erroryeah, this error only shows up when I load first the admin interface and later the core. only way I could run my blog again was removing completely the tag from the layout.
but no, that’s the only error that shows up, it won’t tell where it was previously declared… thanks for the reply tough
Forum: Plugins
In reply to: [Plugin: Breadcrumb NavXT] v3 doesn’t work – parse errorI’m having this error when I try to activate – it started happening after upgrading to v3…
Fatal error: Cannot redeclare class bcn_breadcrumb in /home/p32528/public_html/wp-content/plugins/breadcrumb-navxt/breadcrumb_navxt_class.php on line 28
yeah, same happens to me. whenever I try to use the “update all” it returns an error 500 page AND doesn’t update all the plugins. I guess I’ll go back to one-click installer and stick with WP2.6 native updates.
Forum: Fixing WordPress
In reply to: Version 2.5 – widget sidebar, media library & dashboard problemsI forgot that if I posted an image of the dashboard would be easier…
Forum: Fixing WordPress
In reply to: Version 2.5: Assigning widget to sidebar R or Lwon’t work here. native widgets work okay. but widgets added from plugins are only added to the first sidebar. what can be done?