Mandi
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Adding Buddypress/bbpress to multisiteThanks!!
edit: okay I lied…another problem. I only want buddypress to run on ONE of the sites, but it seems that I HAVE to activate the plug in for the entire network. Is there anyway to get around this?
Forum: Plugins
In reply to: [Plugin: WP-DailyBooth] Error with php tagI’m getting the same exact error. If anyone has any suggestions, let me know.
Forum: Fixing WordPress
In reply to: Won’t show older entriesFigured it out. I had to remove
<?php query_posts('showposts='.get_option('woo_home_posts')); ?>Forum: Plugins
In reply to: Headline Image Plugin Helpcountrygirl, do you think you can give me some of your insight? I saw what you did and that you put it in /plugins when its only supposed to be in wp-content, but it doesn’t show up as a plugin for me then?
Forum: Plugins
In reply to: Calendar pop-ups off screenForum: Fixing WordPress
In reply to: line 14 error: I messed upAlrighty, I’ve talked to my host– nothing wrong at that end. I’ve tried to upload a fresh copy of the wp-includes (and the other core files) and same error. The error changes if I try wp-admin or wp-login:
Fatal error: Call to undefined function: nocache_headers() in /home/ucfmandi/public_html/getphat/blog/wp-login.php on line 7
Fatal error: Call to undefined function: get_option() in /home/ucfmandi/public_html/getphat/blog/wp-admin/admin.php on line 7
I used fantasico to make another wordpress account(in a different directory) and went in and edited the wp-config.php file so it would read the troubled wordpress’ database and it didn’t change anything.
Forum: Fixing WordPress
In reply to: Listing pages alphabetically in the sidebarhttp://codex.wordpress.org/Template_Tags has a bunch of tags
http://codex.wordpress.org/Template_Tags/wp_list_pages <—that is specific to listing pagesForum: Themes and Templates
In reply to: Installing a new theme: Stylesheet is missingyou didn’t mention if the .css file was there/loaded… that’s your style sheet and if the file doesnt have one, that would be your problem.
Forum: Fixing WordPress
In reply to: line 14 error: I messed up*bump* i’ve looking through all of codex…can anyone else me?
Forum: Fixing WordPress
In reply to: line 14 error: I messed upstill have the same error 🙁
Fatal error: Call to undefined function: wp() in /home/ucfmandi/public_html/getphat/blog/wp-blog-header.php on line 14
no idea whats wrong w/ the wp-blog-header.php the file says:
<?phpif (! isset($wp_did_header)):
if ( !file_exists( dirname(__FILE__) . '/wp-config.php') ) {
if ( strstr( $_SERVER['PHP_SELF'], 'wp-admin') ) $path = '';
else $path = 'wp-admin/';
die("There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started. Need more help? <a href='http://wordpress.org/docs/faq/#wp-config'>We got it</a>. You can <a href='{$path}setup-config.php'>create a <code>wp-config.php</code> file through a web interface</a>, but this doesn't work for all server setups. The safest way is to manually create the file.");
}$wp_did_header = true;
require_once( dirname(__FILE__) . '/wp-config.php');
wp();
gzip_compression();require_once(ABSPATH . WPINC . '/template-loader.php');
endif;
?>
Forum: Fixing WordPress
In reply to: line 14 error: I messed upI was following them and I’ve moved two wordpress accounts before. I have really no idea what happened 🙁 I can’t get into my admin to change it though because I’m getting those errors.
Is there anyway to start over without erasing the database(i.e. all the pages I’ve made)? i have it backed up on my computer.
Forum: Fixing WordPress
In reply to: line 14 error: I messed upi just realized that i was in the middle of chaning my index directory so my blog URL currently says getphat.so-untitled/ and the wordpress URL said the getphat.so-untitled.net/blog/ is that going to screw everything up? the database is backed up i just have a TON of pages on there that i can not lose.
Forum: Fixing WordPress
In reply to: line 14 error: I messed updidn’t work even though it would make no sense since i never overwrote those files in the first place and the wp-blog-header isn’t in either of them.
same error is occuring.
Forum: Fixing WordPress
In reply to: line 14 error: I messed upwill i lose any of my pages/posts if i over write those folders?
Forum: Themes and Templates
In reply to: child_ofman,one more question –how do i make it list only a certain number of pages? like the last four? i tried using depth but it wouldnt word