Hi communitiy :) So here i have problem since CakePHP 2.0 beta
Like other script i put script for tinymce with HtmlHelper::script(); and just, just for tinymce here was a problem with "rendering" I opened the rendered source code in browser and i opened link to this script...i'm getting this error: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in MYPATH\tiny_mce.js on line 1 (This file exists for sure) And this is only with tinymce, all other script works well How i solve this problem: I opened libs/Cake/Routing/Dispacher.php and on line 317 should be this: include($assetFile); instead of 'include' i used 'readfile' here too and now this works :) -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
