trentreznor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.The theme problem came back and I also had the word “Array” everywhere throughout the dashboard section. I did a search and found this..
http://wordpress.org/support/topic/118367?replies=35
I did this…
Try edit /wp-includes/plugin.php [Line : 102], inside remove_filter function.
Change :
unset($GLOBALS[‘wp_filter’][$tag][$priority][serialize($function_to_remove)]);To :
$wp_filter[$tag][$priority][serialize($function_to_remove)] = array();
unset( $wp_filter[$tag][$priority][serialize($function_to_remove)] );After making that change all the problems were fixed!
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.I ended up deleting the site from the server then re-adding it. That seemed to have fixed the problem. Thanks everyone for your help.
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.Root, any ideas of what I should tell my server admin that might help the situdation?
What do you mean by scrap the config.php file and use the old one?
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.I just deleted everything from the server and reuploaded 2.2 and I’m still having the same issues. Am I missing something here? Is there something I should check on the server?
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.I agree it shouldn’t be this hard, this is my 3rd site running wordpress. Although its my first with 2.2
Everything works fine if I install 2.1
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.I did a reinstall to see if that would fix anything. You must have checked during that time. The reinstall didn’t seem to fix anything either.
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.Okay, I was able to get into the options page and change it to http://www.gregsfoodblog.com, but that didn’t seem to fix anything.
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.I went to options and tried to change that and I got this…
Forbidden
You don’t have permission to access /wp-admin/options.php on this server.What do I need to do so I have permission to make changes to this file?
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.http://www.gregsfoodblog.com is the site if that helps
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.This is a clean install on a brand new domain. Its really strange. Should I check permissions of anything? Would that matter? What file is the “template” file that seems to be missing?
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.I redownloaded 2.2.2 and have the same problem as before. So I guess I’ll stick with 2.2.1 unless anyone has anything else I can try?
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.I downloaded version 2.2.1 and that fixed it. Something must be wrong with version 2.2.2
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.I just deleted and then reuploaded the themes and it is still not working. Is there anything else I can check? Should I try downloading and installing an older version of WordPress?
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.I just checked and they are on the server. Any other ideas? I just tried uploading a different theme as well and got the same error!