Just starting out here and first error in my adventure is 
 
Warning (2) <javascript:void(0);> : require_once(cake/libs/flay.php)
[function.require-once <http://php.net/function.require-once> ]: failed to
open stream: No such file or directory [CORE/cake/basics.php, line 89]
Code <javascript:void(0);>  | Context <javascript:void(0);> 
        $args = func_get_args();
        foreach ($args as $file) {
            require_once(LIBS . strtolower($file) . '.php');
$args   =       array(
        "Flay"
)
$file   =       "Flay"
uses - CORE/cake/basics.php, line 89
uses - CORE/cake/basics.php, line 89
include - APP/views/elements/jobs/featured_jobs.ctp, line 1
View::_render() - CORE/cake/libs/view/view.php, line 723
View::element() - CORE/cake/libs/view/view.php, line 385
SidebarHelper::getSidebar() - APP/views/helpers/sidebar.php, line 199
include - APP/views/layouts/default_left.ctp, line 25
View::_render() - CORE/cake/libs/view/view.php, line 723
View::renderLayout() - CORE/cake/libs/view/view.php, line 482
View::render() - CORE/cake/libs/view/view.php, line 428
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83

Fatal error: require_once() [function.require
<http://php.net/function.require> ]: Failed opening required
'cake/libs/flay.php'
(include_path='/home4/widepixe/public_html/dev/app/vendors/htmlpurifier/libr
ary:/home4/widepixe/public_html/dev:/home4/widepixe/public_html/dev/app/:.:/
usr/lib/php:/usr/local/lib/php') in
/home4/widepixe/public_html/dev/cake/basics.php on line 89

Any ideas?

Thanks
 
 
Dave

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to