PHP WARNING (2)

Description

Message: include(/var/www/managementscope/system/applications/index/views2/reactieformulier/niet_ingelogd.php) [function.include]: failed to open stream: No such file or directory

File: /var/www/managementscope/system/inc/common.php

Line: 100

Source Code

89 // View Loader
90 function loadView($view, $data = array(), $return = false)
91 {
92     if (!is_file(APPPATH . 'views/' . $view . '.php')) {
93         //trigger_error('View "' . APPPATH . 'views/' . $view . '.php" cannot be found!');
94     }
95
96     extract($data);
97
98     ob_start();
99     if (DEV && substr(APPPATH, 45, 5) === 'index') {
100         include(APPPATH . 'views2/' . $view . '.php');
101     } else {
102         include(APPPATH . 'views/' . $view . '.php');
103     }
104     $content = ob_get_clean();
105
106     if ($return === true) {
107         return $content;
108     }
109
110     echo $content;
111 }
112

Stack Trace

loadView
/var/www/managementscope/system/inc/common.php:100

loadView ('reactieformulier/niet_ingelogd', Array(3), boolean(1))
/var/www/managementscope/system/applications/index/controllers/management-literatuur.php:210

ManagementLiteratuur->recensie
/var/www/managementscope/system/inc/fc.php:103

require ('/var/www/managementscope/system/inc/fc.php')
/var/www/managementscope/managementscope.nl/index.php:31

Thu, 09 Feb 2012 14:39:17 +0100 : /management-literatuur/recensie/bedrijfscultuur-verandering-dilemma