Hi,
I try to use the project functions and was searching how to get a list of spent time on my Dolibarr test application on line.
Thanks for this excellent software .
In 3.0.0-alpha version :
If you create a project with some tasks and you click on Referent and next you clik on Create invoice (no proposition, no order registered) the following massage is displayed :
Nouvelle facture
Warning: main(/xxxx/htdocs/iPlife/TestDolibarr/htdocs/project/class/project.class.php) [function.main]: failed to open stream: No such file or directory in /xxxx/htdocs/iPlife/TestDolibarr/htdocs/compta/facture.php on line 1379
Fatal error: main() [function.require]: Failed opening required ‘/xxxx/htdocs/iPlife/TestDolibarr/htdocs/project/class/project.class.php’ (include_path=’/xxxx/htdocs/iPlife/TestDolibarr/htdocs/htdocs’) in /xxxx/htdocs/iPlife/TestDolibarr/htdocs/compta/facture.php on line 1379
Just installed 2.9.0 and we get almost the same error :
require_once(/public_html/dolibarr/htdocs/project/class/project.class.php) [function.require-once]: failed to open stream: No such file or directory in /public_html/dolibarr/htdocs/compta/facture.php on line 1382
There´s no /project but /projet, it´s not correctly constructing the path in this chunk :