mboggan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Content not staying in content pageahhh ok thanks.
Forum: Fixing WordPress
In reply to: NextGEN Problemfound the switch in the config. FINALLY
Forum: Fixing WordPress
In reply to: Loosing layoutI see that now. Now I cannot get into the admin to change them. Any ideas on how to get into it to change those settings?
Forum: Installing WordPress
In reply to: ./ problemsAnyone have any ideas? I really hope so because I want to get WP working but I am just about at a loss.
Forum: Installing WordPress
In reply to: ./ problemsWell first I was getting nothing. Then I turned on displaying errors and I get this.
Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in D:\shares\websites\mbphoto\index.php on line 17Fatal error: require() [function.require]: Failed opening required './wp-blog-header.php' (include_path='.;C:\php5\pear') in D:\shares\websites\mbphoto\index.php on line 17So I went into the index.php and removed the ./ from the paths and got past that. Then I get to the install and go through the install and get a whole lot of errors like this.
WordPress database error: [Can't create table '.\mbphoto\wp_terms.frm' (errno: 121)] CREATE TABLE wp_terms ( term_id bigint(20) NOT NULL auto_increment, name varchar(200) NOT NULL default '', slug varchar(200) NOT NULL default '', term_group bigint(10) NOT NULL default 0, PRIMARY KEY (term_id), UNIQUE KEY slug (slug), KEY name (name) ) DEFAULT CHARACTER SET utf8 WordPress database error: [Can't create table '.\mbphoto\wp_term_taxonomy.frm' (errno: 121)] CREATE TABLE wp_term_taxonomy ( term_taxonomy_id bigint(20) NOT NULL auto_increment, term_id bigint(20) NOT NULL default 0, taxonomy varchar(32) NOT NULL default '', description longtext NOT NULL, parent bigint(20) NOT NULL default 0, count bigint(20) NOT NULL default 0, PRIMARY KEY (term_taxonomy_id), UNIQUE KEY term_id_taxonomy (term_id,taxonomy) ) DEFAULT CHARACTER SET utf8 WordPress database error: [Can't create table '.\mbphoto\wp_term_relationships.frm' (errno: 121)] CREATE TABLE wp_term_relationships ( object_id bigint(20) NOT NULL default 0, term_taxonomy_id bigint(20) NOT NULL default 0, term_order int(11) NOT NULL default 0, PRIMARY KEY (object_id,term_taxonomy_id), KEY term_taxonomy_id (term_taxonomy_id) ) DEFAULT CHARACTER SET utf8 WordPress database error: [Can't create table '.\mbphoto\wp_comments.frm' (errno: 121)] CREATE TABLE wp_comments ( comment_ID bigint(20) unsigned NOT NULL auto_increment, comment_post_ID int(11) NOT NULL default '0', comment_author tinytext NOT NULL, comment_author_email varchar(100) NOT NULL default '', comment_author_url varchar(200) NOT NULL default '', comment_author_IP varchar(100) NOT NULL default '', comment_date datetime NOT NULL default '0000-00-00 00:00:00', comment_date_gmt datetime NOT NULL default '0000-00-00 00:00:00', comment_content text NOT NULL, comment_karma int(11) NOT NULL default '0', comment_approved varchar(20) NOT NULL default '1', comment_agent varchar(255) NOT NULL default '', comment_type varchar(20) NOT NULL default '', comment_parent bigint(20) NOT NULL default '0', user_id bigint(20) NOT NULL default '0', PRIMARY KEY (comment_ID), KEY comment_approved (comment_approved), KEY comment_post_ID (comment_post_ID), KEY comment_approved_date_gmt (comment_approved,comment_date_gmt), KEY comment_date_gmt (comment_date_gmt) ) DEFAULT CHARACTER SET utf8 WordPress database error: [Can't create table '.\mbphoto\wp_links.frm' (errno: 121)] CREATE TABLE wp_links ( link_id bigint(20) NOT NULL auto_increment, link_url varchar(255) NOT NULL default '', link_name varchar(255) NOT NULL default '', link_image varchar(255) NOT NULL default '', link_target varchar(25) NOT NULL default '', link_category bigint(20) NOT NULL default '0', link_description varchar(255) NOT NULL default '', link_visible varchar(20) NOT NULL default 'Y', link_owner int(11) NOT NULL default '1', link_rating int(11) NOT NULL default '0', link_updated datetime NOT NULL default '0000-00-00 00:00:00', link_rel varchar(255) NOT NULL default '', link_notes mediumtext NOT NULL, link_rss varchar(255) NOT NULL default '', PRIMARY KEY (link_id), KEY link_category (link_category), KEY link_visible (link_visible) ) DEFAULT CHARACTER SET utf8There are more then just those but they are all basically the same. If I scroll to the bottom, I get the admin name and random password. If hit login it starts the install over again.
Forum: Fixing WordPress
In reply to: Another Blank Site IssueBUMP. Anyone out there have any ideas? This isn’t even about blank pages anymore. PHP will not even work anymore. I can’t even get a phpinfo test to work. I have gone through the IIS install of PHP, over and over and over again. Everything is setup right and it will NOT work. I really want to use WordPress. I feel like it is a great tool but I am getting very frustrated with this and getting really close to just calling it quits. I hope someone can help me.
Thanks
Forum: Fixing WordPress
In reply to: Another Blank Site IssueI turned on show errors and i deleted all files from my website. Then i created a index.php with the following code in it.
<?php phpinfo(); ?>
Then I hit the url and this is what i get.Notice: Use of undefined constant phpinfo - assumed 'phpinfo' in D:\shares\websites\photo\index.php on line 1 Fatal error: Call to undefined function php() in D:\shares\websites\photo\index.php on line 1Then I change the name of the file to phpinfo.php and i get the following.
Internet Explorer cannot display the webpageForum: Fixing WordPress
In reply to: Another Blank Site IssueNegative. Nothing at all. I do have a phpinfo.php file in the root of my wordpress site and it will load just fine, but the index.php will not. I did try taking the index.php from the wp-admin folder and put it in the root in place of the root index.php and it works. It give me the admin login over and over and over again. I delete it and put the original index.php back in and it goes blank again.
It’s like the index.php that I am downloading with WP 2.6.2 is broken. Any ideas?