Forum Replies Created

Viewing 15 replies - 16 through 30 (of 30 total)
  • I’m finding the same problem – results in a white page of death when posting an update on a Prologue-themed blog on WPMU with sitewide tags. The post does get published, though. And there is no visible problem with posting from the regular Write Post admin interface. Wonder if it’s a bug in Prologue’s embedded post form?

    Thread Starter D’Arcy Norman

    (@dnorman)

    Not sure what the problem was – I completely removed all traces of wp-super-cache and then reinstalled, and it seems to be working fine now…

    I’m still seeing the quote-escaping with WP-OpenID 2.2.2 – was this bug reintroduced? I’m seeing it on all non-member comments (comments I post are fine) whether people use OpenID or not. Hmm… I guess it might not be WP-OpenID after all… I’ll do some more digging…

    Forum: Fixing WordPress
    In reply to: CPU Overload

    sounds like something was missing in your previous theme – likely causing some 404 requests for missing files (maybe some images were gone? css?) and WordPress was happily generating a page view for the missing files as a 404 page. That amplifies page loads dramatically, as a single page view turns into several (up to dozens?) of simultaneous page generations.

    take a close look at the theme, and make sure nothing’s borked. Safari can tell you, if you look at the Activity panel – missing stuff will be red, IIRC…

    Forum: Plugins
    In reply to: WP SuperCache Not Cacheing

    I’m seeing this too – logged out, and all cookies from my domain are deleted (and testing from a browser I don’t normally use). Pages appear to be generated fresh each time (Dynamic page served in 1.3 seconds, etc…) with no mention of caching in the outputted HTML. This is with the latest WP 2.3.2, and WP-SuperCache 0.5.4

    any ideas? the performance of Dreamhost sucks badly enough to make SuperCache a necessity.

    Forum: Plugins
    In reply to: Similar Posts

    similar posts shows posts related to an individual post being displayed. Index pages aren’t posts, they’re lists of posts, so Similar Posts wouldn’t know which post(s) to find similar posts for… You might be able to hack something to trick it into working, but it’s really meant to show similar posts on an individual post page.

    Heh. That’s an easier fix than what I came up with… I just re-added the “user_level” field to the database table 🙂

    Thanks for the heads-up!

    Thread Starter D’Arcy Norman

    (@dnorman)

    Just updated my blog post with details about the cookie. Looks like the dbx-postmeta cookie is being corrupted, with raw PHP code being squirted into it rather than being executed.

    Name
    Value }&
    Host http://www.darcynorman.net
    Path /
    Secure No
    Expires Thu, Dec 21, 2006 1:47:34 PM

    Name dbx-postmeta
    Value grabit=0-,1-,2-,3-,4-,5-,6-&advancedstuff=0-,1-,2-&extend=function (object) {
    Host http://www.darcynorman.net
    Path /wp-admin/
    Secure No
    Expires At End Of Session

    Forum: Alpha/Beta/RC
    In reply to: Comment Count Issues

    I’m seeing this too, in WP 2.0 RC3

    Thread Starter D’Arcy Norman

    (@dnorman)

    Escaping the apostrophe in my User info for the weblog itself seems to fix it. (name: D\’Arcy ) – I can then use “D’Arcy” as the name in the comment entry form (no escape needed).

    It looks like this is fixed already in the CVS version, at http://wordpress.org/pipermail/cvs/2005-February/001054.html

    Thanks to everyone who helped! Loving wordpress more every day!

    Thread Starter D’Arcy Norman

    (@dnorman)

    Found a workable solution on this post:
    http://wordpress.org/support/topic.php?id=20320

    So, I’ve made clones of page.php for each of the page types, then created Pages for each, selecting the template of the appropriate cloned page.php file. Works ok, but feels kinda hackish…

    Forum: Installing WordPress
    In reply to: BAR !!

    No problem!

    What white bar? Looks fine from here…

    Forum: Installing WordPress
    In reply to: BAR !!

    In the Kubrick header div, I added this (before the last </div> in that header div) (you could put this anywhere you want, wherever you want the “bar” to show up):

    <ul id="menunavbar">
    <li><a href="http://commons.ucalgary.ca/weblogs/dnorman" title="Main page for this weblog">Home</a></li>
    <li><a href="http://commons.ucalgary.ca/weblogs/dnorman/about" title="About this weblog, and myself...">About</a></li>
    <li><a href="http://commons.ucalgary.ca/weblogs/dnorman/contact" title="How to contact me...">Contact</a></li>
    <li><a href="http://commons.ucalgary.ca/weblogs/dnorman/categories" title="Category listing (with RSS feeds for each category)">Categories</a></li>
    <li><a href="http://commons.ucalgary.ca/weblogs/dnorman/archives" title="Date-based archives (monthly)">Archives</a></li>
    <li><a href="http://commons.ucalgary.ca/weblogs/dnorman/activity" title="Recent activity on this weblog">Activity</a></li>
    <li><a href="http://commons.ucalgary.ca/weblogs/dnorman/links" title="Links, blogroll, etc...">Links</a></li>
    <li><a href="http://commons.ucalgary.ca/weblogs/dnorman/subscribe" title="A nice page listing the main RSS feeds">Subscribe</a></li>
    </ul>

    I then added this to the css:
    #menunavbar { list-style: none; margin-top: 30px; }
    #menunavbar li { display: inline; margin-left: 10px;}
    #menunavbar a { color: white; font-weight: bold;}

    So that the unordered list will display as an inline “bar” of buttons. It’s not perfect, but it works well enough for me.

    Forum: Installing WordPress
    In reply to: BAR !!

    Almost forgot – I’m working on migrating to WP 1.5, but am stuck on how to replicate some of the pages under 1.5 – it doesn’t seem to want to render php tags within Entries or Pages…

    I posted on that here:
    http://wordpress.org/support/topic.php?id=20333

    Forum: Installing WordPress
    In reply to: BAR !!

    I just used an unordered list. Check out the source for the page – the css is inline. The navbar is in the header, in an ul with id “navbar”.

    Slight hack of Kubrick to get that in. I also refactored Kubrick so that it used a sidebar, header, and footer as separate files (something Michael’s done in to the latest Kubrick for WP 1.5 – my public site is still running 1.2.2)

    If you have any more questions, please feel free to give me a shout.

Viewing 15 replies - 16 through 30 (of 30 total)