morbidromantic
Member
Posted 3 years 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/
cywhale
Member
Posted 3 years 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.
morbidromantic
Member
Posted 3 years ago #
Perfect! Problem all fixed. :)