The .info file is missing. After generating one i could install tinymce. But the module generates some strange links from "admin/settings/tinymce" page
Like create new profile points to "/admin/settings/%3Cem%3E/admin/settings/tinymce/add%3C/em%3E"
Strange to see some html entities in the link oO
Then i tried to directly access "admin/settings/tinymce/add" but nothing happen, just a white page after a long waiting.
So i cant create any profile nor using the tinymce.

Drupal 5.0 rc1 / Php 5.1.4

Comments

mr.dale’s picture

Cofirmed. Same situation here.

mr.jay’s picture

StatusFileSize
new4.75 KB

Few hours ago i got a different release file from the drupal site.
I attach the file. May be a file release problem occured ?

bsuttis’s picture

Same situation for me as well.

designingsean’s picture

I just downloaded the module about 5 minutes ago, and I have run into the same problem.

designingsean’s picture

You can correct this problem by adding a file in the tinymce directory called 'tinymce.info'

Inside the file, place the following code:

name = TinyMCE
description = WYSIWYG Editor
package = Other
version = "5.x-1.x-dev"

However, there is another bug that prevents you from adding profiles, rendering the module useless at this point.

filiptc’s picture

You can actually correct all issues if you apply patch from http://drupal.org/node/100864
Seems like the "tinymce 5.x" version is identical to the "tinymce 4.7.x" version. Must have gotten mixed up somehow...

Cheers,
Phil

filiptc’s picture

Correction:
Both files are not identical (file size differs). However, the "create new profile" and the missing .info file are what seemed to be an issue when trying to use the 4.7.x version on drupal 5 too.

drupalnesia’s picture

StatusFileSize
new4.75 KB

How come "Drupal project module" change TinyMCE package?
On the first several hours after I upload the package, no prolem. But after that, the package of 4.7 become 5.0 RC1 !!!

So, if you see TinyMCE.module with size about 30 KB then this is wrong file. I has upload the file again, also I upload in this post attachment, file size about only 5 KB!

ufku’s picture

sorry for posting this here.
wendy, i think your registered e-mail at drupal.org doesn't accept emails. i had replied your message but i recently realized that you hadnt recieved it.(failure message: Recipient unknown)
for tinymce+imce users; i have fixed the bug in imce mentioned in readme.txt of tinymce.
for the incorrect tinymce5.x package: i think we have to wait for the next nightly snapshot.

drupalnesia’s picture

Hi ufku,
My email address is work fine but I think the disaster (earthquake) on Taiwan on this month broke some internet connections, including in my country. Currently the NAP (Network Access Provider) working on only 1 of 5 connections because 4 connections broken, the NAP says that only 10-20% bandwidth available now.

That way the email get error message? Today I test the email is ok, because sending using national connection, not International.

Ok, now for TinyMCE:
1. Thanks for fixed imce.module. Also, I think easier to use "name" rather that "uid" for folder name in imce. Take a look my blog here: http://www.drupal-id.com/theme_drupal_id_di_upgrade_versi_5_0 (even in Indonesian but the php code can be read easily).
2. yes, we have to wait for the next nightly snapshot.

ufku’s picture

there is an issue on uid -> username replacement. I was planning to introduce token usage like %uid, %name etc. However, i'm not sure if it will be on 5th version or not. Anyway, the issue is at http://drupal.org/node/104031. Any pathces, ideas are wellcome.
Sorry for off-topic.

drupalnesia’s picture

Status: Active » Closed (fixed)

Closed.