Re: postgresql csv import
[email protected] (Ashley Sheridan)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 21/09/2021 23:21, ourdiaspora wrote: >> * Available space on the drive/partition/volume where the upload >> directory resides. > Installation on a local machine, for test, learn purposes > >> * The permissions of your upload directory are set correctly for the >> operating system it's hosted on > The postgresql role created and assigned permissions in same group as normal user account. Able successfully to access database. The php files report successful condition of database, to imply appropriate permissions That's database permissions, I was speaking of file permissions, which are completely different. What operating system are you hosting this on, as that changes how you check file permissions. > >> * The upload directory is set to a valid path > The html form shows the file, to suggest path validity No, that's the PHP script, that's not the upload directory. On a lot of Linux systems this is /tmp, but it will vary from system to system. -- Ashley Sheridan https://www.ashleysheridan.co.uk