ultramegaok1988
Forum Replies Created
-
Forum: Plugins
In reply to: Comment spam blockerOk, not sure if I should have but I just created a new account and got a new API key.
Whatever, WordPress makes things way too confusing.
Forum: Plugins
In reply to: Comment spam blockerYeah, like I said, I followed the directions and it’s not there in my profile page. And when it asks me to log in, nothing I type in the form works, not even the account name/pw that I use for my blog.
Forum: Plugins
In reply to: Comment spam blockerThanks. I got Spam Karma and Akismet. Akisment asks me for an API key. It tells me where to find it, but I keep trying to login and it says wrong username. I’m using the same username/pw as I do for WordPress on my blog… any ideas?
Forum: Fixing WordPress
In reply to: ForbiddenBump.
Forum: Fixing WordPress
In reply to: ForbiddenBump.
Forum: Fixing WordPress
In reply to: What does this mean?I’m just going to have my host wipe the slate clean and I’ll reinstall WordPress and a different template.
Forum: Fixing WordPress
In reply to: What does this mean?Thanks for the tips.
I’m sorry I’m not experienced enough with PHP to know this stuff.
Put yourself in your shoes back when you first started parsing code. Did it not look like gibberish?
That’s what it looks like to me. Sorry for my ignorance.
—
New problem: In my dashboard, when I go to add a category to my blogroll (i.e. uncategorized, blogroll, and now I want to add ‘reference’ as a category), and I click the ‘add’ button, it does nothing.
And once I add a link to my blogroll, I can’t delete it. I click the button, and it has that delete animation, but it just shows up again.
This probably has something to do with editing the PHP files just a minute ago if any of this follows logically.
Forum: Fixing WordPress
In reply to: What does this mean?Ahhh…….
I reinstalled and now I can’t even access my wp-login page.
Warning: Cannot modify header information – headers already sent by (output started at /home/crasbae2/public_html/wp-content/themes/bsunrise/functions.php:72) in /home/crasbae2/public_html/wp-login.php on line 12
Warning: Cannot modify header information – headers already sent by (output started at /home/crasbae2/public_html/wp-content/themes/bsunrise/functions.php:72) in /home/crasbae2/public_html/wp-includes/pluggable.php on line 331
This = frustrating. You have to be a web design genius to do this stuff.
This is the theme I downloaded:
http://themes.wordpress.net/columns/2-columns/3534/beautiful-sunrise-10/
Could you download it and check the file — maybe it’s the file that’s wrong, not my installation. It’s all gibberish to me.
Forum: Fixing WordPress
In reply to: What does this mean?svn?
And do you mean a zip file?
I guess I could try a reinstall from the zip file I downloaded. I don’t know what svn is.
Forum: Fixing WordPress
In reply to: What does this mean?Okay, so I’m getting this error too:
Warning: Cannot modify header information – headers already sent by (output started at /home/crasbae2/public_html/wp-content/themes/beautifulsunrise/functions.php:72) in /home/crasbae2/public_html/wp-login.php on line 12
I’m in that file — wp-login.php — and Line 12 has this:
header('Content-Type: '.get_bloginfo('html_type').';Now, there is a space after that semicolon. Should I erase that? When I do, this becomes attached to the semicolon:
charset='.get_bloginfo('charset'));Sorry for my PHP ignorance, I didn’t think I’d have to use it. 🙁
What is a carriage return, by the way?
Forum: Fixing WordPress
In reply to: What does this mean?I’m not arguing at all. I just have never used PHP before and I don’t understand it. I appreciate your help and patience.
Thanks for the clarification.
Forum: Fixing WordPress
In reply to: What does this mean?With this error:
/home/crasbae2/public_html/wp-content/themes/beautifulsunrise/functions.php:72) in /home/crasbae2/public_html/wp-includes/pluggable.php on line 331
I’m going to the file and the exact line and I don’t see extra spaces.
Line 72 of functions.php:
$dateformatstring = ‘ ‘.$dateformatstring;
The code around it:
$datemeridiem_capital = $wp_locale->get_meridiem(date('A', $i)); $dateformatstring = ' '.$dateformatstring; $dateformatstring = preg_replace("/([^\\\])D/", "\\1".backslashit($dateweekday_abbrev), $dateformatstring);Line 331 of pluggable.php:
header(“Location: $location”);
The code around it:
else { if ( php_sapi_name() != 'cgi-fcgi' ) status_header($status); // This causes problems on IIS and some FastCGI setups header("Location: $location"); }Forum: Fixing WordPress
In reply to: What does this mean?Yeah, I’m not familiar with PHP.
I use TextPad as my HTML/CSS editor.
Forum: Fixing WordPress
In reply to: What does this mean?The error also occurs when you click the RSS feed link.
It’s at the bottom of the right hand column.
Forum: Fixing WordPress
In reply to: What does this mean?I don’t think there are any spaces. I put it in Word where it shows all of the spaces and line breaks and I didn’t see anything out of the ordinary.
Would you like me to post the code?