Replies: 0
I was trying to upload a plugin but it keeps giving me The link you followed has expired error.
So, I did some googling and somebody said it’s because of php’s upload_max_filesize settings. I checked my php.ini file and my upload_max_filesize is set to 100M. You can see the file here: php.ini
BUT, when I ran php -ini on the terminal, it’s output showed upload_max_filesize => 2M => 2M
That might be what causing this plugin upload issue, but why is it showing 2M when I explicitly set it to 100M?