• Resolved fellowito

    (@fellowito)


    Hello,

    I’ve recently installed the plugin in my WordPress but I can’t activate it. When I click “Activate” it sends me to an error page with the message: The link you followed has expired.

    I thought it could be a problem with my server php configuration, but I don’t see any problem with that. The actual values are:

    LWP memory limit: 256 MB
    PHP version: 7.3.0
    PHP memory limit: 256 MB
    PHP Post Max Size: 32 MB
    PHP Max Execution Time: 600
    PHP Max Input Vars: 1000
    Max Upload Size: 32 MB

    I hope you can help me.

    So thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is most likely related to the maximum upload size allowed by wordpress. You can change this in the .htaccess file by adding the following lines:

    php_value upload_max_filesize 64M
    php_value post_max_size 128M
    php_value memory_limit 256M
    php_value max_execution_time 300
    php_value max_input_time 300

    Thread Starter fellowito

    (@fellowito)

    Hello, I did the changes you mentioned but I have the same issue ??

    Thread Starter fellowito

    (@fellowito)

    Hello, I’ve updated to v. 1.17.0 but I can’t still activate it :S

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link expirates when activating’ is closed to new replies.