mrkingid
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Over wrote my blog index.php fileJust download WP again. Extract the contents and use that index.php file.
Forum: Fixing WordPress
In reply to: URGENT! Can’t get into my Wp-admincan u get access through your ftp to see that everything is in order?
Forum: Fixing WordPress
In reply to: Parse error in three files every few days after upgrading to 2.8Grrr. Turns out to be an iframe injection. Dammit!!!
Forum: Fixing WordPress
In reply to: Parse error in three files every few days after upgrading to 2.8Thanks, I’ll give that a go.
Forum: Fixing WordPress
In reply to: Parse error in three files every few days after upgrading to 2.8Anyone have an idea of what is going on or how to fix this? It happened again yesterday for no reason.
Forum: Fixing WordPress
In reply to: Parse error in three files every few days after upgrading to 2.8oops, I mean to say version 2.8
[moderated – fixed title to reflect 2.8]
Forum: Installing WordPress
In reply to: Permalinks aren’t my best friend right now …!One thing that worked for me on one site that refused permalinks was this…
# BEGIN WordPress
<IfModule mod_rewrite.c>
Options FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressAdding “Options FollowSymLinks” made all the difference. Might be worth a try.
Mike
Forum: Installing WordPress
In reply to: Permalinks aren’t my best friend right now …!i believe each directory has its own .htaccess file that just consists of:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Forum: Fixing WordPress
In reply to: Home Page problem – againI don’t see the issue.
Forum: Plugins
In reply to: GoDaddy and Contact FormsI installed the files over FTP, activated the plugin and did what it asked me to do.
I didn’t have to fiddle with SMTP at all, just left it as is.
Forum: Plugins
In reply to: GoDaddy and Contact FormsI’m on godaddy and use cforms II and everything works fine right out of the box.
Weird.
Forum: Installing WordPress
In reply to: Backup – What does “Verify the backups you created” mean?Yup, I just did that. 🙁 Lesson learned!!!
Forum: Fixing WordPress
In reply to: URGENT wp-taxonomy deleted. How to add to tables???No worries Ian. I was able to get it all working. Thanks for your time on this!!!!!
Forum: Fixing WordPress
In reply to: URGENT wp-taxonomy deleted. How to add to tables???OMG OMG OMG OMG. I was able to save myself from another WP install database.
Phew… Thanks IAN your initial idea saved me.
Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Now to find a decent backup plugin
Forum: Fixing WordPress
In reply to: URGENT wp-taxonomy deleted. How to add to tables???yes, term_taxonomy is the one I am looking for?
any ideas?