• I have been fighting problem after problem trying to get WP 2.6.2 installed. I have narrowed it down to a problem with “./” in the pathing in my php files. any time a file is called with the “./” at the beginning of it, it doesn’t work.

    I am running W2k3 Server / IIS, with PHP 5.2.6, and MySQL 5.0.67. IF anyone could point me in the right direction I would really appreciate it. It is driving me crazy. I have looked everywhere. Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • it doesn’t work.

    what exactly does that mean, please?

    is there a message displayed?

    Maybe you need to look at this?

    http://www.deanlee.cn/wordpress/wordpress-25-error-on-windows-iis-undefined-index-path_info/

    Thread Starter mboggan

    (@mboggan)

    Well 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 17

    So 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 utf8

    There 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.

    Thread Starter mboggan

    (@mboggan)

    Anyone have any ideas? I really hope so because I want to get WP working but I am just about at a loss.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘./ problems’ is closed to new replies.