Posted by jyrgen on February 4, 2006 at 1:10pm
17 followers
Jump to:
| Project: | TinyMCE |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
There are several files (for example, most of the code, including the .module-file) missing from the latest release of TinyMCE (for Drupal 4.7):
http://drupal.org/files/projects/tinymce-4.7.0.tar.gz
Comments
#1
I have noticed the same thing. The only files that are in pack are LICENSE.txt and po folder with it.po file in it. Please fix this.
#2
The same problem...
There is only a licence and italian translation.
#3
Same here....
Man, I was getting so excited installing this module and the only thing I got is a LICENSE.txt and /po/it.po ...... LOL
I understand (richardb ?) you were probably working hard (all night?) and forget a few file in the tar. No problem...
Additionally the CVS version are also pretty old (most recent file is tinymce.mysql (13 days old)).
Thanks in advance for providing this module...can't wait to try it!
Christophe D
#4
hope to see workable Tinymce for 4.7.x soon. it makes me so excited~
#5
CVS version of tinyMCE module works with Latest Drupal Head.
#6
Missing files include:
• tinymce.mysql
• INSTALL.txt
#7
LICENSE.txt and po/po.it are still the only files as of 2/9. Any idea when this will be resolved?
#8
Yeah, the CVS package also doesn't work with drupal 4.7 beta 4. So I wonder if this 4.7 version ever worked? Did anyone ever see this complete with all the files?
#9
I ran tinyMCE from CVS (with drupal 4.7 Beta 4) and just get lots of errors:
* user warning: Table 'drupal_db.tinymce_role' doesn't exist query: SELECT s.name FROM tinymce_settings s INNER JOIN tinymce_role r ON r.name = s.name WHERE r.rid IN (2) in /home/www/www/home/includes/database.mysql.inc on line 124.
* user warning: Table 'drupal_db.tinymce_role' doesn't exist query: SELECT s.name FROM tinymce_settings s INNER JOIN tinymce_role r ON r.name = s.name WHERE r.rid IN (2) in /home/www/www/home/includes/database.mysql.inc on line 124.
* user warning: Table 'drupal_db.tinymce_role' doesn't exist query: SELECT s.name FROM tinymce_settings s INNER JOIN tinymce_role r ON r.name = s.name WHERE r.rid IN (2) in /home/www/www/home/includes/database.mysql.inc on line 124.
#10
I thought I'm doing something wrong, but at least I know it's not just me. Files are missing. Would the 4.6 version work with 4.7?
#11
I have just tested TinyMCE CVS and it did work partly with Drupal 4.7.x. What I did
1. download each file from cvs.
2. do database issue by tinymce.mysql (for MySQL).
3. copy all files to ~modules/tinymce.
4. download tinymce from official sites and put it under ~/modules/tinymce/tinymce.
5. enable it in admin panel and it works now.
yes, the above steps are just normal steps like described in tinymce for 4.6
it works partly because the lastest code hasn't been committed into cvs such that
1. customized buttons don't work.
2. tinymce mode (simple, advanced) don't work.
3. tinymce panel position (up, bottom) don't work.
IMHO, I do suggest everyone caring about tinymce 4.7.x keep waiting for the workable version but cvs version currently.
#12
I have still again and again one the same problem. I'm trying installing ANY module and MOST OF ALL are not working :( I have fear I'm using last version of PHP and this is very sense for any bad code.
I still get messages like this:
Fatal error: Call to undefined function form_radios() in /home/www/moje-rodina/moje-rodina.cz/htdocs/modules/tinymce/tinymce.module on line 562
or:
Fatal error: Call to undefined function form_groups() in /home/www/moje-rodina/moje-rodina.cz/htdocs/modules/tinymce/tinymce.module on line 565
However, for ANY module it's still the same: some calling of UNDEFINED functions. Do you have any idea WHAT IS WORNG?
I'm using Drupal 4.7. - cvs. MySQL + PHP 5
Please, plase help me somebody :)
#13
@brumisek: please do not hijack issues. The cause of your problem: You're using 4.6 modules on a 4.7 installation. In most cases, that's not going to work...
#14
Some of you probably already know this, but just to put my two-pence worth in, I have TinyMCE from CVS installed along with the HEAD version of 4.7.0 and I can confirm that it most definitely does work.
If people are still having trouble downloading (although I cannot see why) and want me to, I'm happy to zip the files I have and email them to anyone who wants them.
But, and I repeat, the CVS files ARE there and they DO work.
#15
i downloaded the CVS files and it seems to be allright except one thing so far...
when I go to create a Profile in the Settings ...
I get
Fatal error: Call to undefined function: base_path() in /var/www/projects/lampchc.org/public/modules/tinymce/tinymce.module on line 690
I've been getting a lot of undefined functions and i hear tell i'm supposed to do something with the Form Updater module to find the code and fix it :-)
so i'm new at this but will give it a go... ...
b
#16
just an update ... I went and deleted the one bit in line 690 ..... base_path().
so it all works now. :) but i'm pretty sure i actually have something else wrong somewhere with the urls ... will come back to that later and put this back in if i fix it...
#17
The current CVS version of this module works with the current CVS HEAD of Drupal, but not with 4.7b4.
The base_path() issue is related to a post 4.7b4 change to HEAD.
#18
There was some CVS problems a while back that affected a lot of modules, TinyMCE included. As of now there is *no* official 4.7 branch for TinyMCE.
However, the latest CVS HEAD version of TinyMCE works with Drupal HEAD. Please test those and stay tuned for an official branch.