Forums

[resolved] [Custom More Link] Error after activation (3 posts)

  1. morbidromantic
    Member
    Posted 1 year ago #

    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

    http://wordpress.org/extend/plugins/cy-custom-morelink/

  2. cywhale
    Member
    Posted 1 year ago #

    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.

  3. morbidromantic
    Member
    Posted 1 year ago #

    Perfect! Problem all fixed. :)

Topic Closed

This topic has been closed to new replies.

About this Topic