mboszko
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: WP Comment Spam Protection just worksCharle97,
I tried your blacklist code above, but when I do this, I get a repeating string of errors, I’m guessing for each address it’s checking against in the blacklist:
Warning: Unknown modifier ‘/’ in /Library/WebServer/stationinthemetro/wp-comments-post.php on line 50
Warning: Unknown modifier ‘/’ in /Library/WebServer/stationinthemetro/wp-comments-post.php on line 52
Warning: Unknown modifier ‘/’ in /Library/WebServer/stationinthemetro/wp-comments-post.php on line 54
Warning: Unknown modifier ‘/’ in /Library/WebServer/stationinthemetro/wp-comments-post.php on line 56
Then, at the bottom, I get more errors:
Warning: Cannot modify header information – headers already sent by (output started at /Library/WebServer/stationinthemetro/wp-comments-post.php:50) in /Library/WebServer/stationinthemetro/wp-comments-post.php on line 112
Warning: Cannot modify header information – headers already sent by (output started at /Library/WebServer/stationinthemetro/wp-comments-post.php:50) in /Library/WebServer/stationinthemetro/wp-comments-post.php on line 113
Warning: Cannot modify header information – headers already sent by (output started at /Library/WebServer/stationinthemetro/wp-comments-post.php:50) in /Library/WebServer/stationinthemetro/wp-comments-post.php on line 114
Warning: Cannot modify header information – headers already sent by (output started at /Library/WebServer/stationinthemetro/wp-comments-post.php:50) in /Library/WebServer/stationinthemetro/wp-comments-post.php on line 116
Warning: Cannot modify header information – headers already sent by (output started at /Library/WebServer/stationinthemetro/wp-comments-post.php:50) in /Library/WebServer/stationinthemetro/wp-comments-post.php on line 117
Warning: Cannot modify header information – headers already sent by (output started at /Library/WebServer/stationinthemetro/wp-comments-post.php:50) in /Library/WebServer/stationinthemetro/wp-comments-post.php on line 118
Warning: Cannot modify header information – headers already sent by (output started at /Library/WebServer/stationinthemetro/wp-comments-post.php:50) in /Library/WebServer/stationinthemetro/wp-comments-post.php on line 119
Warning: Cannot modify header information – headers already sent by (output started at /Library/WebServer/stationinthemetro/wp-comments-post.php:50) in /Library/WebServer/stationinthemetro/wp-comments-post.php on line 124
Any ideas on why this is happening? I copy-pasted your code above, so there shouldn’t be any coding errors.
Thanks.Forum: Fixing WordPress
In reply to: “Merging” AuthorsThanks– this worked for me as well!