vkaryl
Forum Replies Created
-
Forum: Installing WordPress
In reply to: [an error occurred while processing this directive]The ZA forum had some supposed “workarounds”. I did every last one of them with no result. The only fix for me was simply to eat the money I paid for ZA Suite (they refused to refund it) and go back to using ZA free which works just fine.
Forum: Installing WordPress
In reply to: [an error occurred while processing this directive]Wow. I’m afraid I haven’t any more advice – I’m not even using 2.1, and haven’t ever personally had a problem like this with 2.0….
Wait, that’s not really true. I had exactly this problem some time back – but it wasn’t just wp, it was everywhere trying to login; sometimes it did just what you’re describing, sometimes it simply refreshed the login page…. but that was an upgrade to Zone Alarm Suite that caused it, and returning to ZA free fixed it…. So unless that points you in a new direction, I’m no help at all, sorry.
Forum: Plugins
In reply to: New Plugin: WP-SNAP!Thanks – just have a client asking about this, hadn’t heard of it before….
Forum: Installing WordPress
In reply to: [an error occurred while processing this directive]If you have access to phpmyadmin, the first thing to do is get a dump (backup) of your database. Good tutorial on that here: http://www.tamba2.org.uk/wordpress/backup/ but if that’s too much for under this sort of stress, get back with bluehost and ask them to do it for you.
Note that there is a chance that you will have some corruption in the database. Hopefully not. But be prepared. Another thing to ask bluehost: if they have a backup of your data etc. BEFORE the date you did the fantastico upgrade.
Once you accomplish those steps, then we can think about where to go next.
Forum: Plugins
In reply to: Sticky menu plug in questionWell, y’know, reading the first and second comments on the page where you got the plugin will tell you how to fix it.
Forum: Plugins
In reply to: Sticky menu plug in questionI’ve never used the plugin. Did it come with a set of “how-tos” as far as installing? Looks like it didn’t create the table in the database, from the errors. Some plugins give you a text-file of stuff to quote into the sql query screen, which adds the appropriate tables/rows/fields to the database. If you didn’t get something like that, then you might check with the plugin author.
And some plugins will create the table etc. needed when you activate them – but it doesn’t look like this one did.
Forum: Fixing WordPress
In reply to: error: cannot modify header information… HELP!Lot of info not only through forum search but in the codex about “headers already sent” – it’s usually to do with whitespace in the listed file, either before the opening php tag or after the closing one.
Here’s one link to some troubleshooting for this (since I’m not precisely sure search is working properly….)
Forum: Everything else WordPress
In reply to: Comments turned off, but comments coming through!If you’re going to use any of the spam stopper plugins, you’re going to lose (in the 2.0 branch, don’t know about 2.1) the ability to moderate (other than by accessing the plugin screens). In order to return some of the functionality of normal moderation of comments, you’ll need to download and install the sk2-moderate plugin from http://blog.ftwr.co.uk/wordpress/sk2-moderate-plugin/
Also, please read the instructions in the lower part of his page – some of it’s fairly important.
Forum: Fixing WordPress
In reply to: Site keeps switching back to default themeGood detective work, olivers!
Forum: Fixing WordPress
In reply to: WordPress database error: [Got error 127 from storage engine]This sort of error is a signal that you need to contact your host provider…. it’s something either they need to explain to you how to handle, or they need to handle on their end.
Only thing you could try (since you seem to feel the host has dumped you on your own) would be to repair the particular table referred to, or in your case try repairing the whole database.
But really, you need to get pissy with the host – it IS something on their end; it’s NOT your job to fix, and anything you do may not only not help, it might make things worse.
Forum: Fixing WordPress
In reply to: Localhost AppearsDid you hardcode any links while you had it local? I’m really only familiar with xampp, but the only times I’ve had problems like this was when I absolute-linked for some reason.
Forum: Fixing WordPress
In reply to: Site keeps switching back to default themeWell…. try 2.0.8 first. I wouldn’t necessarily advise anyone to go to 2.1….
Forum: Everything else WordPress
In reply to: removing blue border around hyperlinked picturesWell, really, unless you want some of your link images to have borders, the simplest way is to put this just under the body element in the stylesheet:
img, img a {
border: none
}Wipes it for everything below, unless you specify it in a given element.
Forum: Fixing WordPress
In reply to: downgrading WordPressHmmm. Well, maybe try a different plugin for images? Only one I unequivocally recommend is Image Manager from http://soderlind.no/…. and I also recommend Windows Live Writer as a blog client – http://windowslivewriter.spaces.live.com/ – absolutely the simplest image insertion possible.
Forum: Plugins
In reply to: wp-contact-form 1.4.3 – crashed WP2.1Try dagondesign’s contact form…. http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/
It’s far better than the rest anyway.