Viewing 15 replies - 1 through 15 (of 17 total)
  • Kate,

    The zip file does contain folders – how did you extract it?

    The error is because the zip file has been extracted without folders, upgrade.php expects to be in wp-admin and as such expects the wp-config.php file to be in the parent directory not the current directory, sorting out the extraction of the zip file should fix your issues.

    westi

    Thread Starter khackett

    (@khackett)

    AH-HA!

    Thread Starter khackett

    (@khackett)

    Got it, thanks … sorry for the double post.

    Thread Starter khackett

    (@khackett)

    Whoops:

    This comes up when I go to post something…

    Warning: Cannot modify header information – headers already sent by (output started at /home/katehack/public_html/wordpress/wp-config.php:35) in /home/katehack/public_html/wordpress/wp-admin/admin.php on line 6

    Warning: Cannot modify header information – headers already sent by (output started at /home/katehack/public_html/wordpress/wp-config.php:35) in /home/katehack/public_html/wordpress/wp-admin/admin.php on line 7

    Warning: Cannot modify header information – headers already sent by (output started at /home/katehack/public_html/wordpress/wp-config.php:35) in /home/katehack/public_html/wordpress/wp-admin/admin.php on line 8

    Warning: Cannot modify header information – headers already sent by (output started at /home/katehack/public_html/wordpress/wp-config.php:35) in /home/katehack/public_html/wordpress/wp-admin/admin.php on line 9

    Kate,

    check for blank lines outside the

    <?php
    phpcode
    ?>

    in wp-config.php

    westi

    Thread Starter khackett

    (@khackett)

    Aaaaaaaand there is no /wordpress/wp-admin/cjd_delete.php file with which to catch spam.

    Thread Starter khackett

    (@khackett)

    Blank line deletion didn’t do anything.

    kate,

    /wordpress/wp-admin/cjd_delete.php

    This is not a core wordpress file – must belong to a plugin.

    Blank line deletion didn’t do anything.

    Hmmm, try following these instructions: Common Installation Problems

    westi

    Thread Starter khackett

    (@khackett)

    That file isn’t in the admin area, it’s in the wp-content/plugins

    And your link isn’t a link. ??

    kate,

    link fixed ??

    “That file isn’t in the admin area, it’s in the wp-content/plugins”

    Not sure what you mean here?

    westi

    Thread Starter khackett

    (@khackett)

    Me neither. Try again:

    That file is for the spam deleter tab in 1.5. It is, apparently, not there?

    Ok Kate,

    I’ve done a bit of googling and cjd_delete.php is part of this plugin/hack from chris j davis. Following the instructions there should get you back up and running with it.

    westi

    Thread Starter khackett

    (@khackett)

    Hmmmm. I reinstalled, now I get:

    Warning: main(ABSPATHWPINC/version.php): failed to open stream: No such file or directory in /home/katehack/public_html/wordpress/wp-admin/cjd_delete.php on line 8

    Warning: main(ABSPATHWPINC/version.php): failed to open stream: No such file or directory in /home/katehack/public_html/wordpress/wp-admin/cjd_delete.php on line 8

    Warning: main(): Failed opening ‘ABSPATHWPINC/version.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/katehack/public_html/wordpress/wp-admin/cjd_delete.php on line 8

    Thread Starter khackett

    (@khackett)

    Ach, nevermind: I need to use the 1.3+ version.

    Kate,

    ok, that looks like the plugin is not compatible with 1.5, you need to contact the plugin developer for more help.

    Removing the files for the moment should get rid of the errors until you have a response from the developer

    westi

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Upgrade from 1.2 to 1.5 Problems!’ is closed to new replies.