balbert
Forum Replies Created
-
any solutions for non images especially when using older multi-site?
redirect options?
I’m getting this problem on my MU site using 2.9. When activated site wide I get this same error on my other blogs with in the MU. ONly the main primary site seems to work.
work around I used was to view the source and then change the inline style for the input field. then manually entered the id and clicked the save/update.
Seemed to work for me, but i’m having other issues on my MU sites so not sure if this fully works.
Forum: Fixing WordPress
In reply to: My wordpress doesn’t like the word “from”Looks like my issue was something to do with mod_security. My host removed some of the sql injection rules and it seems to work. I think there is something in word that it doesn’t like.
I’m having the same issue. Is there a time limit when changes are made to the feed? Like does it generate the rss on request or is something cached?
Forum: Installing WordPress
In reply to: During Upgrade to 2.8, site went downI had the same issue/error when I went from 2.7.1 to 2.8.4. I got the error when I uploaded my old 2.7.1 wp_settings file into my 2.8.4 install. Once I replace it with an edited version of the 2.8.4 everything came back.
still using the old wp_config file… hope that is okay.
Forum: Fixing WordPress
In reply to: Permalinks on WordPress 2.7Paul & FrostyFrog –
i was having the same issue were resting the .htaccess file still didn’t work. Then looked at the codex page on pretty urls and there is a small section on requirements. The one that caught my eye was “FileInfo directives allowed (e.g. AllowOverride FileInfo, AllowOverride All)”. Then I remembered i needed to set this up on my other blog on my old server when it was first created.My new blog, were pretty urls aren’t working, is on a new Mac OS X Server install. I went in to my Apache config file for the site in /etc/httpd/sites. There, i saw that AllowOverride was set to “none”. updated that to “All”, restarted Apache and all was good.
If this is a new server install, you might need to check your Apache config file for the correct settings. See http://codex.ww.wp.xz.cn/Using_Permalinks and the “Using “Pretty” permalinks” section were it lists the requirements. Not only do you need mod_rewrite on and .htaccess with the right permissions, there are other web server settings.