Mengatasi error The link you followed has expired pada WordPress

By | August 9, 2018

Cara mengatasi The link you followed has expired di WordPress, error tersebut terjadi dikala menginstall theme atau plugin yang ukuran filenya lebih dari batas maksimal konfigurasi server. Dan berikut solusinya:

Buka konfigurasi php.ini dengan teks editor nano atau vi editor

Atur batas maksimal upload selaku berikut:

  1. upload_max_filesize = 32M
  2. post_max_size = 32M
  3. max_execution_time = 120

Restart service Nginx dan PHP-FPM

systemctl restart nginx
systemctl restart php-fpm

Kalau kamu memakai Apache

systemctl restart apache2

atau

systemctl restart httpd

 

Selamat mencoba ?

 


Sumber https://idnetter.com