Warning in Product statistics module

Hi, I’m new user in Dolibarr, in this moment I try to entrace to Product Statistics module and I get the next warning. I tried using other topics in the forum like modify my php.ini, but I cant solve it.

I appreciate your help.

My best regards.

This is that I get.

Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(//propal12m_type0_byunit.png) is not within the allowed path(s): (c:/dolibarr) in C:\dolibarr\www\dolibarr\htdocs\core\lib\files.lib.php on line 697

Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(//proposalssuppliers12m_type0_byunit.png) is not within the allowed path(s): (c:/dolibarr) in C:\dolibarr\www\dolibarr\htdocs\core\lib\files.lib.php on line 697

Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(//orders12m_type0_byunit.png) is not within the allowed path(s): (c:/dolibarr) in C:\dolibarr\www\dolibarr\htdocs\core\lib\files.lib.php on line 697

Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(//orderssuppliers12m_type0_byunit.png) is not within the allowed path(s): (c:/dolibarr) in C:\dolibarr\www\dolibarr\htdocs\core\lib\files.lib.php on line 697

Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(//invoices12m_type0_byunit.png) is not within the allowed path(s): (c:/dolibarr) in C:\dolibarr\www\dolibarr\htdocs\core\lib\files.lib.php on line 697

Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(//invoicessuppliers12m_type0_byunit.png) is not within the allowed path(s): (c:/dolibarr) in C:\dolibarr\www\dolibarr\htdocs\core\lib\files.lib.php on line 697

Looks like a bug.
What is url you try to access ?
What is your dolibarr version ?

I have the same warnings, screel attached

Dolibar 4.1 Winwods Server 2008 R2 installation

Thanks.

This big should be fixed with 5.0 version.

Hello

I’ve the same problem with Dolibarr 5.0.4 fresh install Doliwamp on Windows 7 pro, also try on Windows 10 and same.
This warming appears when “Propositions commerciales” and “Produits” or “Services” modules are activate

Thanks a lot for your help


DOLIBARR ENVIRONMENT
- Version:           [10.0.6]
- Operating System:  [Win7 64bits]
- Web Server:        [Apache 2.4.9 32bits]
- PHP: 		         [PHP 5.5.12]
- Database: 	     [MySQL 5.0.45]

- PS: Instalação inicial feita a partir do .exe Doliwamp 10.0.3. Atualizações feitas para 10.0.4, 10.0.5, 10.0.6 a partir de arquivos .zip

-------------------------------------------------------------------------------------

Olá!

Após atualização para a versão 10.0.6, o mesmo ocorreu comigo.
Pelo meu entendimento, este erro foi causado por falta de atenção no meu processo de instalação.
O diretório “documents” estava em dentro do diretório"www", o que não é recomendado, segundo instruções no fórum.

[SOLUÇÃO ENCONTRADA]

  • Passo 1 - conteúdo do diretório “documents” que estava em “c:\dolibarr\www\dolibarr\documents” transferido para “c:\dolibarr\dolibarr_documents”;

  • Passo 2 - diretório “c:\dolibarr\www\dolibarr\documents” apagado; Backup realizado e arquivado anteriormente;

  • Passo 3 - adicionada instrução ao httpd.conf (apache):
    php_admin_value open_basedir none;

  • Passo 4 - reinicialização do serviço doliwampapache.

Espero que este procedimento ajude alguém!