Tagged: installation
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.
Hey YourSoulSpeaks,
Thanks for you input on this!
Best regards,
Jordan Shannon
I can’t seem to see the reply from YourSoulSpeaks. It’s been marked as private.
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.