demianturner / sgl-docs-tickets-migration-test

0 stars 0 forks source link

Exception: File does not exist or is not readable: HTML/Template/Flexy/Compiler/Flexy/FLEXY.php #1683

Open demianturner opened 11 years ago

demianturner commented 11 years ago

Exception: File does not exist or is not readable: HTML/Template/Flexy/Compiler/Flexy/FLEXY.php in /home/malber/AppDev/IADM/development/thrid-party/seagull_dev/trunk/lib/SGL2/File.php on line 67

Flexy.php exists but FLEXY.php does not

Exception Object ( [message:protected] => File does not exist or is not readable: HTML/Template/Flexy/Compiler/Flexy/FLEXY.php [string:private] => [code:protected] => 0 [file:protected] => /home/malber/AppDev/IADM/development/thrid-party/seagull_dev/trunk/lib/SGL2/File.php [line:protected] => 67 [trace:private] => Array ( [0] => Array ( [file] => /home/malber/AppDev/IADM/development/thrid-party/seagull_dev/trunk/lib/SGL2.php [line] => 89 [function] => load [class] => SGL2_File [type] => :: [args] => Array ( [0] => HTML/Template/Flexy/Compiler/Flexy/FLEXY.php )

            )

        [1] => Array
            (
                [function] => autoload
                [class] => SGL2
                [type] => ::
                [args] => Array
                    (
                        [0] => HTML_Template_Flexy_Compiler_Flexy_FLEXY
                    )

            )

        [2] => Array
            (
                [function] => spl_autoload_call
                [args] => Array
                    (
                        [0] => HTML_Template_Flexy_Compiler_Flexy_FLEXY
                    )

            )

        [3] => Array
            (
                [file] => /usr/share/pear/HTML/Template/Flexy/Compiler/Flexy/Tag.php
                [line] => 72
                [function] => class_exists
                [args] => Array
                    (
                        [0] => HTML_Template_Flexy_Compiler_Flexy_FLEXY
                    )

            )

        [4] => Array
            (
                [file] => /usr/share/pear/HTML/Template/Flexy/Compiler/Flexy.php
                [line] => 975
                [function] => factory
                [class] => HTML_Template_Flexy_Compiler_Flexy_Tag
                [type] => ->
                [args] => Array
                    (
                        [0] => FLEXY
                        [1] => HTML_Template_Flexy_Compiler_Flexy Object
                            (
                                [currentTemplate] => /home/malber/AppDev/IADM/development/thrid-party/seagull_dev/trunk/modules/default/templates/master.html
                                [inGetTextBlock] => 
                                [options] => Array
                                    (
                                        [compileDir] => /home/malber/AppDev/IADM/development/thrid-party/seagull_dev/trunk/var/cache/tmpl/default
                                        [templateDir] => Array
                                            (
                                                [0] => /home/malber/AppDev/IADM/development/thrid-party/seagull_dev/trunk/www/themes/default/default
                                                [1] => /home/malber/AppDev/IADM/development/thrid-party/seagull_dev/trunk/modules/default/templates
                                            )

                                        [multiSource] => 1
                                        [templateDirOrder] => reverse
                                        [debug] => 0
                                        [compiler] => Flexy
                                        [forceCompile] => 0
                                        [filters] => Array
                                            (
                                                [0] => SimpleTags
                                            )

                                        [nonHTML] => 
                                        [allowPHP] => 1
                                        [flexyIgnore] => 0
                                        [numberFormat] => ,2,'.',','
                                        [url_rewrite] => 
                                        [compileToString] => 
                                        [privates] => 
                                        [globals] => 1
                                        [globalfunctions] => 1
                                        [locale] => en
                                        [textdomain] => 
                                        [textdomainDir] => 
                                        [Translation2] => 
                                        [charset] => ISO-8859-1
                                        [strict] => 
                                        [fatalError] => 8
                                        [plugins] => Array
                                            (
                                            )

                                        [valid_functions] => include
                                    )

                            )

                    )

            )
demianturner commented 11 years ago

[demian] Hi Malber

well this flexy stuff is getting pretty painful ;-) What os are you using? I've experienced in the past that OS X is not very strict with case sensitivity issues which might be why I'm not getting the problem.

An immediate solution would be to symlink FLEXY.php to Flexy.php. Then please post a bug to PEAR to clean up the code.

demianturner commented 11 years ago

[malber] CentOS 5.1 - Apache 2.2.8 / PHP 5.2.6

demianturner commented 11 years ago

[demian] did you submit a ticket to Alan Knowles, flexy maintainer?