in reply to Re: Re: Re: dbmopen does not work
in thread dbmopen does not work

I am on my own server, the location for the file is:
/data/

I have created the directory myself and its permissions are 755. So it cannot be a problem of permissions.

Thanks a lot,
Sinan

Replies are listed 'Best First'.
Re (tilly) 5: dbmopen does not work
by tilly (Archbishop) on Nov 19, 2000 at 23:38 UTC
    On the server who are you, and who does the webserver run as?

    The fact that you set the permissions to 755 means that anyone can read or execute in that directory, but only if they are running as you can they write. I suspect that the webserver is not running as you.

    Another basic sanity thing to check, put the name of the dbm file into a variable and include the contents of the variable in the debugging statement. I have spent too much time in the past trying to track down why X was not being created when in fact it was trying to create Y...