Why i cant upload files from wordpress

hello everybody, so ive tried to get a working w.p. on my os
apache and mariadb(<–this guy fault) is working properly now
i think it has something to do with ftp

drwxr-xr-x mjbn:mjbn .../public_html
drwxr-xr-x mjbn:mjbn .../public_html/*

host: localhost
ftp user: mjbn
**** :ftp pass

You want upload with wp ? it’s not ftp. I suppose php not have write permission for save in disk

i think wp is using ftp to do that because it ask for ftp for updating and installing the plugins,…
and ive searched in the php.ini file but it has nothing about files permission

You should give perimssion to the server
in this case its apache
So i have changed the ownership of the wp-content to
http:http
(The apache user)
And everything works
:slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.