When installing projector v2.0.0, i get the following message:
ERROR : Impossible to load class BreadCrumbStack
=> Not found in ../model/BreadCrumbStack.php
=> Not found in ../model/persistence/BreadCrumbStack.php
Is the installation package complete (as these 2 files are not present)?
The Class your server is looking for is not part of Project'Or RIA code.
It will never find it...
Infact, I faced this kind of issue : it is due to another application installed on your server, which left some trash cache on the server : stop your php server, empty the cache, restart.
It should work better then.
Loading the application on Firefox solved the problem.
It was in fact the cache on Google Chrome (used initially) which caused the problem.
Thank you.