最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Local LAMP Stack on Linux Mint theme upload fails

programmeradmin1浏览0评论

I am quite some Linux noob so please bear with me.

I installed a LAMP stack and adjusted upload_size in the php.ini so i can finally install a theme. so far so good.

yet when i try to install it, i am asked to log into a FTP-Server.

It is a local installation so why does it ask me to log into the ftp?

I remember having installed themes and there was no such login-problem before.

Does anybody have an idea?

Thank you very much.

I am quite some Linux noob so please bear with me.

I installed a LAMP stack and adjusted upload_size in the php.ini so i can finally install a theme. so far so good.

yet when i try to install it, i am asked to log into a FTP-Server.

It is a local installation so why does it ask me to log into the ftp?

I remember having installed themes and there was no such login-problem before.

Does anybody have an idea?

Thank you very much.

Share Improve this question asked Nov 23, 2019 at 5:58 Robert SynofzikRobert Synofzik 1
Add a comment  | 

1 Answer 1

Reset to default 0

the apache server didn't have rights to access the folders it seems. i made it owner over the wordpress folder by issueing following command:

sudo chown -R www-data:www-data /var/www/html/wordpress

and now it works.

发布评论

评论列表(0)

  1. 暂无评论