I am trying to set up the Flex Builder 4 dev environment, including PHP and ZendFramework in the WAMP stack on my hard drive.
Everything goes smoothly until I try to configure the data service. I point it to a php class file, it fills in various fields in the form, so I know that he understood it, and click on. After a little tweak, I have ZendFramework installed, and everything seems to point the right way, so I'm not sure why I get this error:
"Make sure the Zend Framework is installed correctly, and the amf.production parameter is not set to true in the amf_config.ini file located in the project output folder. Warning: include_once (C: \ wamp \ www \ TestDrive-debug \ EmployeeService.php ) [function.include-once]: Could not open stream: permission denied in C: \ wamp \ ZendFramework \ library \ Zend \ Loader.php on line 146 "
What can cause a permission error? This is not at the system level, because I went into the properties and completely opened this file, so even the basic user has full permissions - there are still no cubes.
I am not a reeeally PHP guy, so this is a little above my skill set. Has anyone encountered this problem before? I just follow the manual that I have and it MUST work. I just don’t understand what will cause a permissions problem like this.
Thank!
source
share