I just moved all my sites over to a new VPS with cpanel. The move went as planned and everything seemed just fine. Yesterday I tried to add some new content with a 1000 word article, but when I hit publish only 53 words got published. The same is happening with all my WP sites. Its evening happening with brand new wp installs with no plugins/themes/mods etc. Any idea what the issue could be?
Hi there, Check the error_log in your WP directory, it may lead you to the answer. It may be memory related to PHP as well, I would check your settings and perhaps increase the memory limit in your PHP configuration to 256mb, depending of course on how much RAM you have for your VPS. Chris
Man I really appreciate your reply. This little problem has literally ruined the last two days for me. I've posted this issue on wordpress' support forums as well as every tech forum I can think of. That being said, your reply has been the only help I've gotten so I do really appreciate it. My current php memory is at 200mb I'll up it to 256mb and check the error log. thanks again
Ok I'm still having an issue but I've narrowed it down a little more. I upped my php memory to 256md Here's the error log: [28-Feb-2013 04:53:09 UTC] PHP Parse error: syntax error, unexpected $end, expecting '(' in /home/accountname/public_html/wp-includes/author-template.php on line 85 [28-Feb-2013 04:54:09 UTC] PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ')' in /home/accountname/public_html/wp-includes/general-template.php on line 410 [28-Feb-2013 04:54:25 UTC] PHP Fatal error: Call to undefined function get_site_option() in /home/accountname/public_html/wp-includes/default-constants.php on line 159 Also, the problem is only happening when the post/page has apostrophes and quotes. If I manually removed these I can publish all content just fine.
Sounds like you have some messed up files. It may be worth uploading the files again and overwriting what is already there. Regards, Chris