Word Press 2.9.2 Loop Error Please Help

Discussion in 'WordPress' started by Me Domains, May 11, 2010.

  1. #1
    The image uploads fine and everything, but when you hit insert into post it goes to a blank screen wp-admin/media-upload.php?type=image&tab=type&post_id=0

    I'm using wpmu 2.9.2 and it isn't a browser issue.


    I checked the php error logs and the error I am getting is:
    My .htaccess is

    I am using godaddy hosting.
     
    Me Domains, May 11, 2010 IP
  2. DrVillain

    DrVillain Peon

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    |I am using godaddy hosting.

    there is your problem
     
    DrVillain, May 13, 2010 IP
  3. Colossus69

    Colossus69 Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yeah I know they suck, but for now they will have to do. Do you know the mod rewrite rule I use?
     
    Colossus69, May 16, 2010 IP
  4. DrVillain

    DrVillain Peon

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
     
    DrVillain, May 16, 2010 IP