• Whenever I try to add a new post or new page, I get the following error message:

    “An Unidentified Error Has Occurred.”

    All I have to do is start typing a few letters in the “body” field and this error will occur. I went to the cPanel and tried repairing all my MySQL databases and this still happens.

    Please help!

Viewing 15 replies - 1 through 15 (of 22 total)
  • Deactivate all currently active plugins and see if that helps.

    I’m having this same problem. I’ve deactivated all plugins, and upgraded to the latest version of WordPress. What else can I try to fix this problem?

    @fernrichardson,

    describe your problem, please. and where is your blog?

    fernrichardson.com?

    <meta name="generator" content="WordPress 2.8" />

    thats not the latest version btw, if it is the site youre here about.

    @whooami

    No, I’m working on sharemyguitar.com/blog. I am having the exact same problem the first poster on this thread described. When I want to create a new post, I click on “Add New” and am taken to the post editor. Then I type something in the title field and move my cursor to the body field. The second I type something, I get a red box directly underneath the body field that says “An Unidentified Error Has Occurred.” I cannot publish the post.

    umm that url isnt right?

    you can break the link if you need to but can you share the real url ..

    I see pg/blog but that doesnt look like wp.

    Im going somewhere with this .. if you stay with me.

    @whooami

    The url is right. I am in the middle of reinstalling wordpress.

    oh, ok, Well, that error is related to ajax functioning.

    …and the reinstall didn’t work. Or I didn’t do the reinstall correctly. Ugh!

    @whooami

    The reinstallation didn’t fix the problem, so I hope the ajax functioning has something to do with my server? Let me know where I should look and what I am looking for.

    do you know if mod_security is enabled?

    I’m not sure. How can I check?

    well, the first place to look is inside a phpinfo file.

    create a file, put this in it:

    <?php
    
    phpinfo();
    
    ?>

    upload it to somewhere in your web space, name it anything as long as it eneds in .php and I’ll take a look at it for you, if you like.

    If you are uncomfortable with it being public, shoot me the link via email (whoo * village-idiot.org)

    this is the problem, with that error:

    the script loader file will throw it:

    $scripts->add( 'wp-ajax-response', "/wp-includes/js/wp-ajax-response$suffix.js", array('jquery'), '20090128' );
    	$scripts->add_data( 'wp-ajax-response', 'group', 1 );
    	$scripts->localize( 'wp-ajax-response', 'wpAjax', array(
    		'noPerm' => __('You do not have permission to do that.'),
    		'broken' => __('An unidentified error has occurred.'),
    		'l10n_print_after' => 'try{convertEntities(wpAjax);}catch(e){};'
    	) );

    and 2 other files:

    wpAjax || { noPerm: 'You do not have permission to do that.', broken: 'An unidentified error has occurred.' } );

    and

    size()}},wpAjax||{noPerm:"You do not have permission to do that.",broken:"An unidentified error has occurred."});

    you can see those arent especially useful error messages.

    I take it youve tried other browsers? and that no other wordpress installs are working in this web space?

    I just emailed you the location of the phpinfo file.

    k, you changed the * to an @ right? I forgot to remind. while we wait for my mailserver to take its time sending the email, you can look through it also.

    do a search for mod_sec or modsec (im stale on what the ewxact string is, but I know it when I see it)

    see anything like that? it would be listed under loaded apache modules, or something similar.

    Yes. LOL. I did remember to change the * to an @. I’ve made a mess of my server/WordPress blog, but I do understand how email works. ??

    I did a ctrl + f search for both of those terms and neither showed up.

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Can’t Add New Posts or New Pages’ is closed to new replies.