Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1074461

    I know others have had this problem, but the solutions to the problem I find seem to have dead or incomplete links. So…

    I purchased my 3rd license of Enfold.
    Downloaded it and attempted to install to my local WP install
    I get the error: “The link you followed has expired.”

    What are next steps to solving this problem?

    Thanks.

    #1074470
    This reply has been marked as private.
    #1074592

    Hey YourSoulSpeaks,

    Thanks for you input on this!

    Best regards,
    Jordan Shannon

    #1074607

    I can’t seem to see the reply from YourSoulSpeaks. It’s been marked as private.

    • This reply was modified 5 years, 8 months ago by NaveenM.
    #1074953

    I figured it out. I had to modify the php.ini file to increase the upload size.

    Here is what I changed my settings to:

    upload_max_filesize = 256M
    post_max_size = 256M
    memory_limit = 400M
    file_uploads = On
    max_execution_time = 180

    It took me a while to find the php.ini file (I am not a pro). For anyone else having trouble, here’s how I found it:

    If you’re running WP locally using MAMP, open the start webpage.
    Under the “Tools” menu, click on “PHPINFO”.
    Find this: “Loaded Configuration File” in the left hand column. It will give you the location of your php.ini file. In my case, it said this:
    /Applications/MAMP/bin/php/php7.2.10/conf/php.ini

    Use Atom or a html/text editor to open that file. I had to find each of the individual elements to be changed separately (they were not all grouped together). One I changed them to the setting above, I turned my servers off, then back on, and tried to install Enfold on my localhost. It installed successfully.

    Hope that helps.

    #1075316

    Hi,

    Great, I’m glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.