jonhebert
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple Headers: PARSE ERRORFigured a workaround. I called a unique header in the homepage template, which I set up, replacing:
<?php get_header(); ?>
with <?php include(TEMPLATEPATH.’/headerhome.php’); ?>
Forum: Fixing WordPress
In reply to: Remove current page from navigation?You can exclude pages from the main menu using some code or a plugin, follow these posts and it should get you there:
http://wordpress.org/support/topic/182519?replies=2
http://wordpress.org/support/topic/188664?replies=3
Hope this helps!
Forum: Fixing WordPress
In reply to: Blog reverted to “Install” ScreenRESOLVED. It’s been hacked, database is fried. rebuilding now. Thanks for all your help!
Forum: Fixing WordPress
In reply to: Blog reverted to “Install” ScreenWhen I go to phpmyadmin, the wp_option table is listed as “in use”
What is that? It also shows that for wp_bas_ua and wp_posts. Could this just be somethin with yahoo?
Forum: Fixing WordPress
In reply to: Blog reverted to “Install” ScreenThanks jeremy, what are my options?? I’ve read as well that this could be a database error on Yahoo’s end, and that I should call and open a ticket with them. I’m trying to get them on the phone now…
Forum: Fixing WordPress
In reply to: Blog reverted to “Install” ScreenOk, I see now that there are some serious database errors, a TON of them. I’ll post them here. HELP!!!!!!
WordPress database error: [File ‘./blog/wp_options.MYD’ not found (Errcode: 13)]
DESCRIBE wp_options;WordPress database error: [Access denied for user ‘yscr_bbG2Px’@’localhost’ to database ‘blog’]
ALTER TABLE wp_options ADD COLUMN option_id bigint(20) NOT NULL auto_increment[Mile long post moderated: a few error codes are enough]
Forum: Fixing WordPress
In reply to: Blog reverted to “Install” ScreenLooking into it a little more, i think the site was hacked. Now I know I should have upgraded, but let’s get past that and just see if there is a way to even get the site back?
In phpmyadmin, I try to go to the wp_options table but it tells me it cannot be found, along with a few other tables.
I really don’t have the expertise to handle this, any help is appreciated.
Forum: Fixing WordPress
In reply to: Blog reverted to “Install” ScreenThanks Mercime. I tried to backup my database through phpmyadmin, and I get an error:
SQL query:
SHOW CREATE TABLE
blog.wp_options
MySQL said:#1016 – Can’t open file: ‘wp_options.MYI’ (errno: 145)
I also get this error for ‘wp_posts’ to.
Any idea what is causing this and if it relates to the problem?
Forum: Plugins
In reply to: Blank pages after installing “My Category Order”fixed: installed wrong version for my wp version. installed right and fixed problem
Forum: Fixing WordPress
In reply to: Moved blog, broken pagesDo you mean with a redirect page? I think I’ll tell my client they can either switch or just have a redirect.
Forum: Fixing WordPress
In reply to: Moved blog, broken pagesIt’s Yahoo as far as i’m concerned. This link explains it clearly, hopefully others with this problem will find comfort knowing Yahoo does not support .htaccess or moving your blog to the root.
http://ewebscapes.com/wordpress-on-yahoo-my-experiences/
Case closed as far as i’m concerned, i’m telling my client to switch hosts. Thanks for the help!
Forum: Fixing WordPress
In reply to: Moved blog, broken pagesThanks Michael. I tried switching the theme with no luck. After an internet search, i found that yahoo! web hosting doesn’t support htaccess or mod_rewrite for that matter. This might be a yahoo specific error??
Forum: Fixing WordPress
In reply to: Moved blog, broken pagesThe admin area is still fully accessible, fyi.
Forum: Fixing WordPress
In reply to: Moved blog, broken pagesWell, I just tried changing my permalinks to default instead of date and number based, thinking that would fix it, and now i have the dreaded white homepage, nothing at all!
I changed the permalinks back to date and number, clicked update, still a blank page.
Forum: Fixing WordPress
In reply to: Moved blog, broken pagesI even made a new page, Test Page in the navigation, and it does not show up either, i get a not found error.
Is there simply a database setting i should switch? Seems like there should be a super easy fix for this. thanks