I need to run cakephp does not recognize it. I've tried everything but the next screen is what always appears when I try to access the test interface of cakephp :
However,whenIchecktheinstallationviatheUbuntucommandlineIgetthisresponsefrom pear :
I'vealreadycheckedtheversion.Iinstalled3.7.32,soIresearchedthe cakephp is not compatible with the latest version.
Also I checked if it was PATH error, but it seems that not. I added the bin folder of the pear in the $PATH
variable of the OS, and everything happens normally when I type phpunit --version at the prompt: it returns me PHPUnit 3.7.32. The problem is that the cakephp does not yet recognize the phpunit !
How do I resolve this problem?