zashabraer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Members not gettung activation emails…The only change I’ve made recently was adding reCAPTCHA to the login page. I thought that could be the problem but I just created an account to test it and it worked fine. For some reason its random. Some people get the email, others don’t.
Forum: Fixing WordPress
In reply to: Massive fatal errorI’m still using WP 3.2.1
Forum: Fixing WordPress
In reply to: Massive fatal errorThis is the function causing the repeat errors
function get_current_theme() {
if ( $theme = get_option(‘current_theme’) )
return $theme;I’m thinking all these problems may be associated with the theme CC?
Forum: Fixing WordPress
In reply to: Massive fatal errorI’ll give that a try and see what I can figure out. Can you tell me anything about this error? This is the error message I get most frequent.
Warning: array_keys() expects parameter 1 to be array, boolean given in D:\Hosting\8650646\html\wp-includes\theme.php on line 521
I don’t have any sort of HTML editing software so I can’t see what is actually on line 521. Later today I will try to find a way to figure out what is actually on line 521 to see if that could be the problem?
I’ve also gotten a few messages that say I need to CHMOD 777 my bp.php file. Could that be part of the issue?
I’ll play around with plugins and see what I can figur\e out.
Forum: Fixing WordPress
In reply to: Massive fatal errorI have been using buddy press with CC. It took me a long time to get it set up because I kept getting errors so I’m not sure if its something with my server/host or what it is? It was up and working just fine. The error that states I need to use a theme that is compatible with BuddyPress came up with all of these issues because it automatically reverted back to the twenty ten theme when these errors occurred. Why? I have no idea. But I was using CC and BP before this happened.
Forum: Fixing WordPress
In reply to: Help troubleshooting a warning?Found the solution. It was an outdated version of the theme I’m using. Thanks for your help.