Forum Replies Created

Viewing 15 replies - 1 through 15 (of 38 total)
  • Thread Starter Tarasque

    (@tarasque)

    Well, that made the trick. When I went back everything seemed fine. Tried to re-update (since it never really got thru) and, again, the update process gets stuck at Upgrading Database…

    Thread Starter Tarasque

    (@tarasque)

    Thread Starter Tarasque

    (@tarasque)

    I installed that plugin a couple of days ago, but the issues still happen :S

    Helloooooooo? Any help? The issue is getting really, really frustrating. Would changing webhosts (someone like HostGator?) would work? Or it wouldn’t matter.

    Bumping. And this was originally reported 5 months ago… Would we have to wait until 2.7 for it to get fixed?!

    I’m also having this issue. How can this be resolved if it’s not fixed 🙁

    Forum: Fixing WordPress
    In reply to: slow loading

    The same for me; the problem started with 2.6 and it remains in 2.6.2. It’s really frustrating.

    It either doesn’t load, gives a database error, semi-loads things, slow loads or stuff like that.

    I’m having the same issues as well, my website sometimes either:

    • Doesn’t load
    • Loads slow
    • Loads stuff incomplete
    • Sends error with database
    • Says that the page doesn’t exist (within wordpress)

    I updated from 2.6 to 2.6.2 hoping it would be fixed, but no. My ISP says that my website is taking too heavy load. I’ve also installed the Cache thing but doesn’t seem to have a real effect.

    Thread Starter Tarasque

    (@tarasque)

    Bump.

    Just in case, here’s a picture of what I mean:

    http://i31.tinypic.com/294rj0p.png

    the Loading just keeps animating the whole time and it never finishes, and the text in the sides don’t work (which would be Older and Newer).

    I’m having a similar issue:

    On my wordpress installation I had 3 “text” widgets. After updating to 2.5 and saving the widgets, everything in the text widgets were gone.

    I tried putting the information back, but as soon as I saved one of the previous ones that I fixed already (the text fields) would go blank again.

    My brother fixed it for me.

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www\.frostbolt\.com$ [NC]
    RewriteRule ^(.*)$ http://frostbolt.com/$1 [R=301,L]

    The same as you suggested, but he said he used it without

    <IfModule>...</IfModule>

    Tags 😀 Thanks ^^

    My brother also just found out this, btw:

    http://photomatt.net/2006/06/13/wordpress-no-www/

    Ok, this is what my .htaccess file contains, the code I added was before # BEGIN WordPress

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    
    Options All
    
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>
    
    deny from 74.52.109.18
    
    deny from 206.40.111.173
    deny from 206.40.111.168
    
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://elitistjerks.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://elitistjerks.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://fcatarasque.livejournal.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://fcatarasque.livejournal.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://feeds.feedburner.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://feeds.feedburner.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://forums.worldofwarcraft.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://forums.worldofwarcraft.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://frostbolt.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://frostbolt.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://pulse.guildvsguild.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://pulse.guildvsguild.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://worldofwarcraft.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://worldofwarcraft.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://wowace.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://wowace.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.feedburner.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.feedburner.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.frostbolt.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.frostbolt.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/view/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/view$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.pulse.guildvsguild.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.pulse.guildvsguild.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.wowace.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.wowace.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.elitistjerks.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.elitistjerks.com$      [NC]
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ /index.php/index.php/index.php [R,NC]

    Yes, the non-www work after changing the .htaccess.

    –Edited–

    I’m not sure if I should post what my .htaccess file has? Would it be helpful? Or it’s risky to post it? (Not sure if someone could do something against me by having what’s inside?)

    I tried the one that takes out the WWW, ended up again with the same error

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    I’m reverting the changes, but this is what I did

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www\.frostbolt\.com$ [NC]
    RewriteRule ^(.*)$ http://frostbolt.com/$1 [R=301,L]
    </IfModule>
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    It happened after I tried to see if the www would redirect to non-www.

Viewing 15 replies - 1 through 15 (of 38 total)