Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • You’re right, must be blind. sorry.

    Okay, upgrade.php has the following line: require_once(ABSPATH . 'wp-admin/includes/upgrade.php');

    There is no ‘includes’ folder in wp-admin, and no ‘upgrade.php’ in the ‘includes’ folder, but it is located at ‘wp-admin/upgrade.php’. Any suggestions?

    I have upgraded to 2.6 with the following directions:

    1. Delete your old WP files, saving ones you’ve modified.
    2. Upload the new files.
    3. Point your browser to /wp-admin/upgrade.php.

    When I point to …upgrade.php I get the following error:

    Fatal error: Call to undefined function: require_wp_db() blah blah line xxx.

    The wp-config.php file was not deleted and correctly refers to the db, which is intact. Any suggestions?

    Okay I don’t see any reply to this problem. I’m tempted to create a new topic, will that generate a reply? I’ve tried twice now to upgrade WP, but when I go to finish the upgrade I get:

    Fatal error: Call to undefined function: stripslashes_deep() in …/wp-settings.php on line 189

    Line 189 is this, in the code given below:
    $_GET = stripslashes_deep($_GET );

    There is no stripslashes function in the “wp-settings.php” or in the “pluggable-functions.php” at all. Is this an oversight in the new version of WP?

    Please help! More code provided below. And thank you, I know you’re busy!

    require (ABSPATH . WPINC . ‘/pluggable-functions.php’);

    if ( defined(‘WP_CACHE’) && function_exists(‘wp_cache_postload’) )
    wp_cache_postload();

    do_action(‘plugins_loaded’);

    // If already slashed, strip.
    if ( get_magic_quotes_gpc() ) {
    $_GET = stripslashes_deep($_GET );
    $_POST = stripslashes_deep($_POST );
    $_COOKIE = stripslashes_deep($_COOKIE);
    }

    // Escape with wpdb.
    $_GET = add_magic_quotes($_GET );
    $_POST = add_magic_quotes($_POST );
    $_COOKIE = add_magic_quotes($_COOKIE);
    $_SERVER = add_magic_quotes($_SERVER);

    do_action(‘sanitize_comment_cookies’);

    I just upgraded WP, and got this same thing: Fatal error: Call to undefined function: stripslashes_deep() in …/wp-settings.php on line 189

    I use a mac, upload with Fetch. The wp-settings.php file has the exact same code as maggiecurran, above. Has anyone received any help for this problem???

    Thanks for any help!

    Okay, that worked! My problem is, my FTP is bbedit, which does not allow entering any number (666). I simply set all permissions to “write”, changed the Permalink file, then went back and took the write permissions off. This might help someone else who has this problem.

    Thanks again!

    I’m having a related problem. My installation did not include an .htaccess file, and pages I created first worked, then didn’t. So I searched until I finally learned to create my own, which I did. Then the pages I had created worked again.

    I created two new pages, and can’t load them(Not Found). So I created a new htaccess file, erasing the old. Same thing. It’s inside the WP root, one down from site root. It is much longer than jimhood’s, above, I don’t want to add it here.

    So I copied jimhood’s and put that into the site root folder. Same thing.

    I’m using permalinks

    /%year%/%monthnum%/%day%/%postname%/

    I have WP 1.5.2, am a newbie, my site is http://www.agitatedamerican.com/blog. I use bbedit, can set permissions to read, write and execute for owner, group and everyone. So far only read for group and everyone, all three for owner.

    Is there something here that is why the two new pages do not open, but the others do? Do I need to set permissions for everyone??? (very dangerous, I assume).

    Thanks for any help on this I can get.

    Oops! As usual I made a classic error, and loaded the files in the wrong directory. My problem is solved, thanks so much for your help.

    Yes, it has a proper header. I’ve also downloaded a couple of themes, my “presentation” area does not recognize those, either. They all have proper headers, just like the two (“Classic” and “Default”) that are recognized.

    I use a Mac, and have tried this both in Safari and in Firefox with the same results. Thanks for your help.

    I am new to WordPress, this is my first post. I designed a new theme for my site, based on the Kubrick one. I ftpd it to the site, but it does not show up as a selection in my admin presentation page. This post was the only one I found dealing with this problem. I have no plug-ins, and updated the stylesheet, header, etc., as well as adding my own images. Did I miss some bit of code (I’m familiar with php, and edited everything in BBEdit)? The proper folder is definitely there on the site, with all the pages. Can someone help me?

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