• Resolved morbidromantic

    (@morbidromantic)


    I just installed the activated the Custom More Link plugin. As soon as I activated it, I got the error:

    Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of preg_match(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/.gracious/***/***/wp-content/plugins/cy-custom-morelink/custom-morelink.php on line 57

    https://www.ads-software.com/extend/plugins/cy-custom-morelink/

Viewing 2 replies - 1 through 2 (of 2 total)
  • This should be corrected with version 0.2 uploaded right now, the error was caused by the function preg_match which used a parameter &$matches which causes errors on some PHP versions. Replaced by $matches, should work now.

    Thank you for reporting this issue.

    Thread Starter morbidromantic

    (@morbidromantic)

    Perfect! Problem all fixed. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Custom More Link] Error after activation’ is closed to new replies.