When my script tries to open a non-existing file it gives error:
"open_basedir restriction in effect. File is in wrong directory. in..."
The script is using fopen() with "w" attribute. So it should create a new file when needed. The problem exists only when a new file should be created. If there is a file with that name there is no problems.
I've checked the open_basedir -configuration and it is OK.
The script was running all right until my ISP updated server with php 4.
Thanks for any help!
Jukka