Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter loveduser

    (@loveduser)

    After Installation! does write-> write post work straigt out of the box. And while installing do you get the Database error! not sure why I get those errors.

    From the error insert statement above Field ‘link_notes’ shows that column value is not inserted! very strange as it works for everyone.

    I was able to insert into table manually and when views through the webserver I can see what I inserted(Db connect is fine).

    Even then I am not able to get the post box on my main page either by default or by adding the comments_template and may be because I am not even able to use the write->write posts event to successfully store the data and retrieve later (NO error after filling in the data it just blanks out to new one and nothing in the mysql db).

    Any help is much appreciated.

    Thread Starter loveduser

    (@loveduser)

    I was able to insert a row into wp_posts directly from mysql prompt but when used through admin write-> write post nothing is inserted into the database and no error shows after the save and it come back with new page to post again.

    Any help please?

    Note: I have not modified any code so far and that is the result.
    Thanks
    Ravi

    Thread Starter loveduser

    (@loveduser)

    Is the below error normal while installing. May be this explains.

    WordPress database error: [Field ‘link_notes’ doesn’t have a default value]
    INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘http://blog.carthik.net/index.php’, ‘Carthik’, 1, ‘http://blog.carthik.net/feed/’);

    WordPress database error: [Field ‘link_notes’ doesn’t have a default value]
    INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘http://blogs.linux.ie/xeer/’, ‘Donncha’, 1, ‘http://blogs.linux.ie/xeer/feed/’);

    and may more like the statements above

    Thread Starter loveduser

    (@loveduser)

    Do you mean to say just after mysql/php/wordpress is installed when I go through wp-admin/index.php and use the write->write post it should work? I tried multiple times by even reinstalling the whole thing.

    Now I tried by creating a second database/instance on the same mysql installation and created a new directory with fresh wp root directory but it didn’t work. Same results no error and no data and nothing in the database wp_posts table.
    So I tried to create the page and that will work as root node with a page and it did not work and then I tried to see if I can atleast see the comment box to post it by just using one line code and unfortunately it did not.

    I thought this is 5min installation and reinstalled many times but some how cannot get pass through this step of simple posting.

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