Dennis,
> Warning: main(/include/class.misc.php): failed to open stream: No
> such file
> or directory in C:\eventum-1.2.2\config.inc.php on line 118
>
> Warning: main(): Failed opening '/include/class.misc.php' for inclusion
> (include_path='.;/include/pear/') in
> C:\eventum-1.2.2\config.inc.php on line
> 118
>
> Fatal error: Undefined class name 'misc' in
> C:\eventum-1.2.2\config.inc.php
> on line 133
>
> Is this a Windows path issue?
>
Kind of. You need to open config.inc.php and change the APP_PATH constant to
the following:
@define("APP_PATH", "C:\\eventum-1.2.2\\");
Try running index.php again and see if the error continues.
--Joao