mlochmann
Member
Posted 11 months ago #
Hi, just reporting that on 1&1 servers connections plugin broke the "pages" admin page in WP 3.4 causing an error in wp-langs.php. I guess due to memory shortage. It doesn't occure with other plugins or the article admin so you might want to take a lokk at the tinymce functions in connections.php again.
http://wordpress.org/extend/plugins/connections/
@mlochmann
From your description... it sounds like you've exhausted your available memory for PHP. Please try increasing the limit.
mlochmann
Member
Posted 11 months ago #
@ Steven Zahm - your right, I've already done that - per .htacces and php.ini and wp-config.php. The problem is, when your're on an old 1and1.com contract, you'll get only 30 MB php process memory. The newer dual hosting contracts have 80 MB.
A quick&dirty solution is to comment out all functions in the tinymce wp-langs.php file which causes the error. There are only string cleaning functions in there. I haven't figured quite out why these cleaning functions cause so much memory allocation. But now it works.