Company logo upload error

When I try to upload my company logo the following warning occurs:
Warning: move_uploaded_file() [function.move-uploaded-file]: open_basedir restriction in effect. File(c:/dolibarr/dolibarr_documents/mycompany/logos/K?z?ltanSumas_Logo3_Saydam.png) is not within the allowed path(s): (c:/dolibarr) in C:\dolibarr\www\dolibarr\htdocs\core\lib\files.lib.php on line 676

The properties of my logo imaga:
File type PNG
File size 16 KB (380 X 112)

What is the problem?
Thanks,
Ayhan

Dolibarr need to have permission to write into dir c:\dolibarr.
So your php must be configured to allow this.
Take a look at parameter open_basedir into your php.ini config file.

Do you use doliwamp or standard dolibarr ?

standart dolibarr

By the way, I am trying 3.4.0 beta

Turkish characters was causing the error.

Hi tanayhan,
Go to path c :confused: dolibarr / make right hand click the folder dolibarr_documents properties and loose the Read-only and try again.

Thanks