I'm writing a plugin for wordpress. I am working on it in 2 places. 1 has wampserver 2.0 and netbeans. the other easyphp and notepad++. Its been working fine until recently when I added the ZendGdata-1.10.8 component to my plugin. This works fine with wampserver and netbeans, but with the following code:
Warning: require(zend/loader.php) [function.require]: failed to open stream: No such file or directory in M:\New Folder\EasyPHP-5.3.3\modules\wordpress301x101105145623\wp-content\plugins\test2\test2.php on line 34
Fatal error: require() [function.require]: Failed opening required 'zend/loader.php' (include_path='.;C:\php5\pear') in M:\New Folder\EasyPHP-5.3.3\modules\wordpress301x101105145623\wp-content\plugins\test2\test2.php on line 34
I'm not sure what to do because I don't want to break it on the other machine.