• I was getting the “The Link You Followed Has Expired” when trying to create a new page on a brand new site.
    I googled and came across wpbeginner fix so I followed directions and put this code on the theme under the functions.php file

    @ini_set( ‘upload_max_size’ , ‘120M’ );
    @ini_set( ‘post_max_size’, ‘120M’);
    @ini_set( ‘max_execution_time’, ‘300’ );

    Now I’m totally frozen. I can’t install anything to reset WP nor can I find the code where I put it to erase it and see if that is what caused my issues.

    Can anyone help?

  • The topic ‘Site down can’t install plugins or reset’ is closed to new replies.