• Has anyone seen this problem. I get a

    “Fatal error: Cannot use object of type WP_Error as array in /home/public_html/wp/wp-includes/taxonomy.php on line 1010”

    whenever I save or edit a Page in WordPress 2.3. I can edit posts without a problem but the error occurs whenever I save/edit a Page.

    I have uninstalled all my plugins, re-installed wordpress and deleted all my blogroll but the problem persists!

    Thanks to whoever can help.

Viewing 15 replies - 16 through 30 (of 59 total)
  • Still waiting for a fix.

    try to update to 2.3.1 but sill having same problems ??

    Surprisingly, after I’ve uploaded the old files and replace the new ones again.. it worked.. but for how long, we’ll see.

    @cheetahcub
    I don’t understan what you did.. what old files ??

    I mean.. i reuploaded my backup files and then decided to replace with 2.3 again. then it werks.. but there’re still some errors uploading images.

    well.. i decided to reinstall wp ?? .. and now everything is working fine ??

    By reinstall – do you mean just the WP files or also the database?

    Did you install 2.3.1 directly or an older version.

    Thanks

    Mladen

    (@mlajo)

    I change my table name prefix and did fresh install of Wp with my old files.. then I rename some tables to get post, links etc.. only I didn’t manage to get old categories running ?? but I did it manually.. now everything works just fine and, I think much faster

    mightyspork

    (@mightyspork)

    I am getting this error too. I am running 2.3.1 and it seems to have started randomly yesterday. I deactivated plugins; that didn’t help. It seems that I can still post and save posts/pages, but that error makes me nervous… really don’t want to do a full re-install

    sphism

    (@sphism)

    I’m getting this same error.

    Has anyone fixed this yet. I first got this error a week ago, since then i’ve reinstalled everything.

    It seems to only start after installing wp-commerce and WPG2 plugins.

    Perhaps the automatically generated pages somehow mess up the wp backend???

    Any thought on this would be very much appreciated.

    just had a quick look at taxonomy.php and the problem lies here:

    foreach ($terms as $term) {
    if ( !$id = is_term($term, $taxonomy) )
    	$id = wp_insert_term($term, $taxonomy);
    $term_ids[] = $id['term_id'];
    $id = $id['term_taxonomy_id'];
    $tt_ids[] = $id;

    but i have no idea why the terms woud be messed up??

    kudelka

    (@kudelka)

    I’m getting the same error when I try and upload images. I installed wp-commerce too. Any thoughts?

    Mladen

    (@mlajo)

    when I had this problem I also had installed wp-commerce, too

    kudelka

    (@kudelka)

    I re-installed wordpress 2.3.1, but still the same problem with uploading images, so then I rather bravely (I thought) deleted all the tables that wp-commerce added. . Still the same problem. Hair is being torn out. I am soon to be bald. Any ideas anyone cleverer than me?

    kudelka

    (@kudelka)

    My current workaround is to load the images on my other blog and link directly to it. It seems to work okay, except the text formatting gets scrambled in safari (worked okay in firefox). I have no clue as to fixing the underlying problem though.

    kudelka

    (@kudelka)

    seriously – can anyone just point me in a direction here? anyone with this problem find a fix? this is a major bummer.

Viewing 15 replies - 16 through 30 (of 59 total)
  • The topic ‘Help WP_Error when saving pages’ is closed to new replies.