Moving my new yii project to another machine

Hello people,

Can some body please help me with this.

I have an application which am working on my laptop and now i want to transfer it on my desktop (both running windows xp).I have my webserver setup on my desktop to but when i copy the yii directory and my project directory(testappli) on my desktop on the webroot.It throws out this error

Warning: require(C:\wamp\www\yii\framework/base/interfaces.php) [function.require]: failed to open stream: No such file or directory in C:\wamp\www\yii\framework\YiiBase.php on line 805

Fatal error: require() [function.require]: Failed opening required ‘C:\wamp\www\yii\framework/base/interfaces.php’ (include_path=’.;C:\php5\pear’) in C:\wamp\www\yii\framework\YiiBase.php on line 805

And i copied exactly whats on my laptop.

First of all, please note where you posted the question… this does not have anything to do with the book section

As for the problem… check your error message:

C:\wamp\www\yii\framework/base/interfaces.php

It has mixed forward slashes with backslahes…