• I’m having this weird issue, when a user is trying to access “post-new.php” they are met with a “no data received” page. Eventually I tracked down the error to “wp-includes\js\tinymce\langs\wp-langs.php” accessing which leads to the same problem.

    The weird thing is, I have 3 copies of the same wordpress installation and database, the original copy is fine but the other two gives the error. Any new clean installation(no plugin activated, default theme, empty db) has the same problem.

    Has anybody met a similar situation? What can I do in this case?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try re-uploading all files & folders – except the root wp-config.php & .htaccess files and the wp-content folder – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.

    Thread Starter X_Y

    (@x_y)

    I’ve done two tests, one making a purely clean installation(unzipped from wordpress download, empty database), one making an exact copy of the working site, neither worked. So it can only be a server related issue. I’m wondering if anybody had the similar issue before?

    I had!
    I’ve got a theme that has a file that includes next file:
    wp-includes\js\tinymce\langs\wp-langs.php
    but there is no such one there! ))
    i investigated this issue and found that this file is missing after wordpress-3.8.1
    solve this by copying “wp-langs.php” from wordpress-3.8.1 into latest wp-package

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"wp-includes\js\tinymce\langs\wp-langs.php" causing "no data received" error’ is closed to new replies.