rosey76
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 500 error on long post?my host fixed it. They said it was a problem with the mod_security and whitelisted the rules. It’s working now.
Forum: Fixing WordPress
In reply to: 500 error on long post?ok so it was set to 16mb, we uped it to 64 and nothing. It still the same.
I retyped the whole thing and nada. It’s still doing it. I really don’t get it.
Forum: Fixing WordPress
In reply to: 500 error on long post?I did all of those except resetting the plugin folder. I may not have understood the link you sent me but I do have access to the admin area.
I’m checking now but I’m pretty sure the php.ini is set pretty high. My site is on a vps.
What I don’t get is that if i get a long lorem ipsum with 900 words, it’s fine but if I copy and paste a tutorial i wrote a while ago , it won’t work. I took out all the pictures and links and it only has 600 words.
Maybe if I type out from scratch and see, it’s really bizarre.
Forum: Fixing WordPress
In reply to: Attn WP staff: your 2.9.2 files are infected!Are you sure it’s not on the side of your host? I have wordpress 2.9.2 and I don’t have anything embedded in it.
My site got hacked a few months ago and they embedded junk code like that as well. My host said that somehow they got my ftp password and edited just about every file and embedded links, scripts etc.
Forum: Fixing WordPress
In reply to: How do you get rid of the hyphen prefix on the header tab?I haven’t really explored the options but mine has BlogName >> PageName. The code on mine is: <?php bloginfo(‘name’); ?><?php wp_title(); ?>
I saw some other options looking real quick at google: https://www.devlounge.net/code/customizing-wordpress-headers
This one will show you how to just have the name of the page without the name of the blog in there.
Hope that helps!
Forum: Fixing WordPress
In reply to: How do you get rid of the hyphen prefix on the header tab?look in the header file and see if there is a hyphen in between the <title> </title> tags