eots
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Fatal error! NO!ThorHammer – I ran into the same problem.
Read this:
http://codex.wordpress.org/Child_Themes
Under the heading “Using functions.phpFrom the page:
Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)
And most importantly:Do not copy the full content of functions.php of the parent theme into functions.php in the child theme.
So you would be much better off adding the code in your child theme rather than in the parent theme.
Forum: Fixing WordPress
In reply to: Fatal Error has Locked Me Out!I believe the problem lies here:
http://codex.wordpress.org/Child_Themes
Under the heading “Using functions.phpFrom the page:
Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)
And most importantly:Do not copy the full content of functions.php of the parent theme into functions.php in the child theme.
Forum: Plugins
In reply to: WordPress Firewall SEO Egghead and WASSUP PluginSo today I did some experimenting to see what’s going on with this. I reinstalled the firewall plugin but did not reinstall wassup.
As soon as I activated firewall, things went awry. The login screen froze. I tried opening my blog in another window and it wouldn’t come up. Firewall sent a barrage of attack emails to me.
Then I went into my browser’s cookie file and found my site cookie, looked in there and found wassup’s screen res entry.
Deleted that from the cookie file, and now everything is back to normal with firewall. It lets me work with the site and doesn’t trigger messages.
Problem is, though, that any of my visitors who would have stopped by while I had wassup running will have that entry in their cookie, and if I have firewall activated, it’ll probably go haywire next time they visit.
Looks like I’ll have to leave them both off.
Forum: Plugins
In reply to: WordPress Firewall SEO Egghead and WASSUP PluginHey popwireless – I had the same issue last night.
I installed the firewall plugin and the wassup plugin, both in an effort to better secure my site and to be able to see when someone is trying to hack it.
Things went crazy from there. when I tried to go to my site, I could not access it because the browser said it was trying to redirect and would wind up going nowhere. Firewall sent about a hundred “attack stopped” emails to me, each one saying that my own ip address was trying to make the request. It was always that screen res message.
So I couldn’t get to my site or my admin panel. I went in via my ftp access and deleted the wassup plugin, but that still didn’t stop it.
I had to use ftp to delete firewall, and everything went back to normal with my site.
What a mess.
Forum: Fixing WordPress
In reply to: Upgrade existing WP site to mysql 5.0?Correction – apparently I was able to move from 4 to 5. I don’t know why it didn’t work the first time around.
Forum: Fixing WordPress
In reply to: Annoying RedirectsThanks to this piece:
http://ottodestruct.com/blog/2009/hacked-wordpress-backdoors/
I did some more digging for back doors, and ironically I found two of them in the only files I didn’t delete from the server when I rebuilt my blog – the uploads folder.
Searched uploads for any .php files first, and found both of them. Then I went through them on a file-for-file basis just to assure that there are only jpegs and gifs. Looks like it’s clean.
Be sure to check your uploads folders!
Forum: Fixing WordPress
In reply to: Annoying Redirectshttp://ocaoimh.ie/did-your-wordpress-site-get-hacked/
This is one of the other sites helping you deal with a hacked WP. As noted, I changed ALL user passwords – not sure exactly why it would be necessary for people who only have subscriber level access, but I didn’t want to take any chances. Besides, going through it led me to find the hacked user account with admin privileges.
I guess all the subscribers will come back to find that their password no longer works, and that they’ll need to ask WP for a new one?
Forum: Fixing WordPress
In reply to: Annoying RedirectsI had the issue the other day as well. I followed all the steps that I could from the links I’ve seen and it looks like I have it cleaned up. Basically deleted all wordpress files and started anew.
Here is what I found: there was a modification to the header.php file. I don’t know what the mod was, because the very first thing I did was overwrite header.php with my last backup. That took care of the redirect, but I went ahead with the full site delete / rebuild. I was on 2.8.x and it was time to move to 2.9.1 anyway (which I tried a while back but failed because I had problems getting from MySQL 4.0 to 5.0 – another story…)
Anyway, after reinstalling I went through all my users and changed their passwords, as recommended by one of the sites. In doing so, I found that one of the users profile page had script embedded in the email address field, and had administrator privileges. I notice this as I was changing his password and when I went to save the profile, it errored on the email address, and again my antivirus software alerted to a threat.
So I deleted that user account, but now I’m wondering if there was anything left behind as a result of importing this hacked user account into my new platform (?)
Forum: Fixing WordPress
In reply to: Upgrade existing WP site to mysql 5.0?One thing I’ve learned thus far is that you can’t go from MySQL 4 to 5 simply by exporting the data from 4 into a new DB set up in 5.0.
You have to first migrate it from 4.0 to 4.1 then to 5.0.
Forum: Fixing WordPress
In reply to: Image Upload adding TextThis is still driving me crazy, and I’m now using 2.8.5
Has anyone experienced this issue?
Forum: Fixing WordPress
In reply to: Image Upload adding TextSorry, messed up the hyperlink to the image – basically you just click on the entire last three paragraphs. 🙁
Forum: Themes and Templates
In reply to: sidebar moving to bottom right under comments pagewell if someone else gets same problem, they can fix it by,
1. keeping sidebars float:right (in this case my sidebars are on the right hand side).
2. remove the php get_sidebar function under single.php from above the get_footer function, and place it at top under the get_header function.Dude, thanks a BILLION for this. I’ve put in 3-4 hours trying to figure this out before I found your post!
Forum: Fixing WordPress
In reply to: Admin/Author No longer Showing Upha! me too. The workaround worked, thanks guys.
Forum: Alpha/Beta/RC
In reply to: 2.5 image uploadI don’t think it’s capable of “crunching” 1MB files. I’ve had that happen to me before, I don’t think it has anything to do with the HTTP errors that people in this thread have gotten. Sorry 🙁
It gets to the end of the crunching and then shows an http error. It uploaded the file, but did not create a medium-size version. So when I post it in a thread, it shows up full-size and then you have to go through tedium to size it down for the post.
Do you really want to upload files that big?
Of course. That is the size the camera produces, and they’re shared with family. Do I really want to have to downsize everything before I move it to the page? Especially when I’m encouraging my wife to write to our blog and put pictures up, and she’s not going to do it if she has to edit and resize every picture first.
Forum: Alpha/Beta/RC
In reply to: 2.5 image uploadI haven’t been able to get any of these fixes to work for me, although curiously enough, I can take any photo that the uploader chokes on and resize it to a smaller image using an editing software, and it will upload successfully.
My 6.0 megapixel camera creates files of 850 to 1,200 KB. If I bring them down to the 500’s, they’ll upload sucessfully.
Obviously, this is a work-around and not a fix. It seems to point to the problem, anyway.