Hello, I am trying to use the "reformat document" command in the stock JavaScript bundle. When I run this command I get the following PHP error:
PHP Notice: Undefined index: TM_BUNDLE_SUPPORT in /private/tmp/temp_textmate.i7oQrD on line 19 PHP Stack trace: PHP 1. {main}() /private/tmp/temp_textmate.i7oQrD:0 PHP Warning: require(/lib/beautify.php): failed to open stream: No such file or directory in /private/tmp/temp_textmate.i7oQrD on line 19 PHP Stack trace: PHP 1. {main}() /private/tmp/temp_textmate.i7oQrD:0 PHP Fatal error: require(): Failed opening required '/lib/beautify.php' (include_path='.:/usr/lib/php') in /private/tmp/temp_textmate.i7oQrD on line 19 PHP Stack trace: PHP 1. {main}() /private/tmp/temp_textmate.i7oQrD:0
Can someone help me troubleshoot this? Have already lost several hours.