• I uploaded and installed WP 3.0.4 at a free host. But as it is a free host it has restrictions and does not allow to upload several file types. So it refuse to accept the upload of the file wp-tinymce.js.gz in the folder /wp-includes/js/tinymce

    Anyway, even without that file I could run the install and it seems all to work fine. But I am afraid, something will not work without that file. So here is my question: What should I do? Can I maybe extract the files from that archive and where I should upload the extracted files then?

    Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • wp-tinymce.js.gz file is a zip copy of wp-tinymce.js. There is a function within the current wp-tinymce.js (which overwrites itself with the .gz version I think) that unzips the file, or if the server won’t allow this an else statement uses tiny_mce.js instead.

    I should think you would be fine, but if you want to extract the wp-tinymce.js file fron the .gz and copy it up to site then you might find you have a better tinymce experience.

    As with all files, copies etc, do a backup first and save the current wp-tinymce.js to a different name before you make any amendments.

    I should wait a day or so, if someone else thinks this I am wrong they will add their own post as well.

    Thread Starter webpinoy

    (@webpinoy)

    Thanks a lot. As of now I will wait a bit, maybe someone else can post also.

    Thread Starter webpinoy

    (@webpinoy)

    No other statements? Can anybody help please? Is it okay that I extract the file wp-tinymce.js.gz and upload the extracted files in the folder /wp-includes/js/tinymce/ ???

    I would appreciate if somebody could confirm if that is okay, please.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp-tinymce.js.gz – problems with upload (restriction)’ is closed to new replies.