Title: My problems posting big text
Last modified: August 20, 2016

---

# My problems posting big text

 *  [goffi](https://wordpress.org/support/users/goffi/)
 * (@goffi)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/my-problems-posting-big-text/)
 * I found two problems posting big text with more 120k lines.
 * The first is in wp_insert_post ( wp-includes/post.php ).
 * The php function
 * extract($postarr, EXTR_SKIP);
 * lost the content of $postarr[‘content’] so the variable $post_content is empty.(
   at the moment i fixed this problem forcing the value )
 * This cause an empty column in mysql.
 * The second is in wpautop ( wp-includes/formatting.php ).
 * $pee = preg_replace_callback(‘!(<pre[^>]*>)(.*?)!is’, ‘clean_pre’, $pee );
 * There is not any check on the error for this step. So is a nightmare understand
   why the post is empty.
 * Thanks

The topic ‘My problems posting big text’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [goffi](https://wordpress.org/support/users/goffi/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/my-problems-posting-big-text/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
