Re: Problem with TinyMCE

2016-02-23 Thread Charles Beasley
s PHP when it is not. B) Is it appropriate for CakePHP to include tiny_mce.js instead of add it to the script header? It is after all located in the plugin's webroot/js folder. --Charles On Saturday, January 14, 2012 at 11:38:24 PM UTC-6, ali786 wrote: > > hi > i have a prob

Re: Problem with TinyMCE

2012-03-27 Thread pablo
Hello, I had the same problem as you. Edit the file .htaccess and add this: php_value short_open_tag 0 El domingo 15 de enero de 2012 06:38:24 UTC+1, ali786 escribió: > > hi > i have a problem with TinyMCE and its not working in my page > i see "Parse error" in

Re: Problem with TinyMCE

2012-01-18 Thread Sam Sherlock
I thought that shorttags could be ini_set. Perhaps in bootstrap.php - S On 17 Jan 2012 11:45, "LipeDjow" wrote: > Hi AD7six, > > I have the same problem, using CakePHP and TinyMCE Plugin. > > I saw here ( > http://groups.google.com/group/cake-php/browse_thread/thread/e0b7196b7c00288/578c9d67a6b

Re: Problem with TinyMCE

2012-01-17 Thread LipeDjow
Hi AD7six, I have the same problem, using CakePHP and TinyMCE Plugin. I saw here (http://groups.google.com/group/cake-php/browse_thread/thread/e0b7196b7c00288/578c9d67a6b9525f?lnk=gst&q=tinymce#578c9d67a6b9525f) that it is a short_open_tag issue.. but one guy in another thread ( http://cakephp

Re: Problem with TinyMCE

2012-01-15 Thread AD7six
On Jan 15, 6:38 am, ali786 <786ali...@gmail.com> wrote: > hi > i have a problem with TinyMCE and its not working in my page > i see "Parse error" in firebug ( Parse error : syntax error, > unexpected T_CONSTANT_ENCAPSED_STRING  ) > Please Help me :( Are you usin

Problem with TinyMCE

2012-01-15 Thread ali786
hi i have a problem with TinyMCE and its not working in my page i see "Parse error" in firebug ( Parse error : syntax error, unexpected T_CONSTANT_ENCAPSED_STRING ) Please Help me :( -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the n

Problem with TinyMCE

2012-01-15 Thread ali786
hi i have a problem with TinyMCE and its not working in my page i see "Parse error" in firebug ( Parse error : syntax error, unexpected T_CONSTANT_ENCAPSED_STRING ) Please Help me :( -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the n

Re: problem with TinyMCE under debug mode

2010-03-31 Thread WebbedIT
Are you using something like Firebug and if so is it showing any errors in the console? I'm using TinyMCE without issue, to compare your setup to mine you can read my blog entry: http://webbedit.co.uk/blog_posts/view/tinymce-cakephp-mcimagemanager-mcfilemanager HTH Paul Check out the new CakePH

problem with TinyMCE under debug mode

2010-03-30 Thread ricky
Hi all, I'm using TinyMCE in my project, everything works fine under debug environment( debug==2), but TinyMCE doesn't work when I turn off debug ( set to 0 ). I compared the generated html code and they are identical. but I can't see TinyMCE UI at all. If I turn on debug mode, it works again. A

Re: Problem with TinyMCE

2007-07-23 Thread Mech7
arrhh just found it. It was caused by a plugin codeprotect, which had the line: tinyMCE.importPluginLanguagePack('codeprotect', 'en'); // <- Add a comma separated list of all supported languages --~--~-~--~~~---~--~~ You received this message because you are subsc