• Resolved Katrien

    (@katrien)


    i get a warning + parse error message :

    Warning: Unexpected character in input: ‘\’ (ASCII=92) state=1 in /home/action13/public_html/wordpress/wp-admin/edit-form-advanced.php on line 289

    Parse error: parse error, unexpected ‘)’, expecting ‘,’ or ‘;’ in /home/action13/public_html/wordpress/wp-admin/edit-form-advanced.php on line 289

    went to see the code on line 289 :

    <input name=”deletepost” class=”button” type=”submit” id=”deletepost” tabindex=”10″ value=”<?php _e(‘Delete this post’) ?>” <?php echo “../../../../../wordpress/wp-admin/onclick=%5c%22if%20(%20confirm(‘%22%20.%20sprintf(__(“, \’OK\’ to delete.”), js_escape($post->post_title) ) . “‘) ) { document.forms.post._wpnonce.value = ‘$delete_nonce’; return true;}return false;\””; ?>

    I’m lost ! please can someone help me. I got this message after trying to post my first text …

    thanks !!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think there are several chars in this quote missing. Did you change this line?

    If not just re-upload the file to your server.

    Thread Starter Katrien

    (@katrien)

    I did not change anything on this line. re-upload to my server did not work either. should I restart from scratch ? can anyone provide me with the code correction ?
    thanks a lot !!!

    The problem is that wordpress modifys the text you send.

    Use http://wordpress.pastebin.ca/ or send your file to smille (at) mindless (dt) com

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘parse error on line 289’ is closed to new replies.