Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • macbrink,
    your solution to add an .htaccess file to the wp-admin folder with

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>

    did the trick for me. My WP 2.2 was completely screwed up, Dashboard was a mess showing the index page all over the place, I couldn’t edit posts, delete or create categories and sometimes was thrown out to the admin login screen for no apparent reason. I don’t fully understand the fix but I know it’s a problem with Ajax and some servers. I spent a lot of time blaming my host for this but they couldn’t supply an explanation.
    Thanks.
    Seoras

    I have the same problem, permalinks will only work if I add /index.php/ at the start. An added problem with this is the list of static pages only shows on the index page, on any other part of my site the static page links are missing. Presumably because I use /index.php/ in the permalink structure. I have posted this problem on at leat 2 other ocassions with no solutions so far.

    Forum: Fixing WordPress
    In reply to: Permalinks Problem
    Thread Starter seoras

    (@seoras)

    Cheers,
    but I’ve read Using Permalinks and tried just about everything. I manage to get every page to load with clean URLs e.g. about-me>/a> etc.) However, the real problem is that the the list of links to static ‘Pages’ in the sidebar (WP 1.5 Kubrick) only appears on the index.php page and fails to show on any other page. In addition to this ‘sub Pages’ generate and error if I click on there link.
    /home/seoras8/public_html/wp-includes/template-functions-post.php on line 368

    Cheers<br /
    Seoras

    I puzzled over this problem for some time before I realised that WP 1.5 creates a new paragraph when you hit Return i.e. to get
    <blockquote>text to validate hit Return before the text you want to blockquote , this opens the paragraph <p> , then type the text you want to quote, highlight it and click b-quote. This will put the highlighted text between the
    <blockquote></blockqoute> tags, next hit Return again this will close the paragraph </p> .

    Code should now vlidate.

Viewing 6 replies - 1 through 6 (of 6 total)