Fatal error: Undefined class name 'globalpaths' in c:\documents and settings\sema\dokumenter\web\projekter\internt\newz.sema.dk\v3\public\main.php on line 65
The code is as follows...
Code: Select all
// Setup application class paths first
include $appServerRootDir.'/WEB-INF/classes/phpmvc/utils/ClassPath.php';
// Setup the app server paths
include $appServerRootDir.'/WEB-INF/GlobalPaths.php';
$globalPaths = GlobalPaths::getGlobalPaths();
$gPath = ClassPath::getClassPath($appServerRootDir, $globalPaths, $osType);The code is run on a WinXP box, with PHP4...