• hey guys i managed to update and get into the ‘have fun’ part, but when i try getting into my index.php page, i get these error:

    Warning: main(/home/beautif/public_html/kristine/wordpress/wp-comments.php): failed to open stream: No such file or directory in /home/beautif/public_html/kristine/wordpress/index.php on line 62

    Warning: main(/home/beautif/public_html/kristine/wordpress/wp-comments.php): failed to open stream: No such file or directory in /home/beautif/public_html/kristine/wordpress/index.php on line 62

    Warning: main(): Failed opening ‘/home/beautif/public_html/kristine/wordpress/wp-comments.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/beautif/public_html/kristine/wordpress/index.php on line 62

    help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Your index is looking for a file called ‘wp-comments.php’ and it is looking in the directory that it (the index) is in.
    In 1.5, there is no file called ‘wp-comments.php’
    That file is now called ‘comments.php’ and that lives inside a theme folder.

    Also, the index that should be reporting that error should also be in that theme folder.

    It seems like you are using a 1.2 index with a 1.5 structure.

    Are you sure you followed all the steps of this tutorial?
    http://codex.wordpress.org/Upgrade_1.2_to_1.5
    It seems you didn’t, because if you did, WP shouldn’t be looking for wp-comments.php.

    Hey im getting the ame error. if i go to http://www.blondeofmind.com/wordpress/index.php then it works fine as it is using the corest index file but if i use my home page http://www.blondeofmind.com/index.php then i get the error message
    Warning: main(/home/blondeof/public_html/wordpress/wp-comments.php): failed to open stream: No such file or directory in /home/blondeof/public_html/index.php on line 60

    Now i know this is because my homepage is setup from befor i upgreaed so it is lookin for 1.2 files but i was hopping someone could tell me what i need to put on my home page to make it work

    1. Follow the theme upgrade guide linked above.
    2. If you want to keep your WP files in the /wordpress/ directory AND have your blog displayed at the root: follow this: http://wordpress.org/docs/installation/different-address/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘upgrade from 1.2 to 1.5 problem’ is closed to new replies.