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:
- upload_max_filesize = 32M
- post_max_size = 32M
- 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