Deceased
- Join Date:
- Nov 2005
- Location:
- Colorado Springs, CO USA
- Posts:
- 7,017
- Plugin Contributions:
- 12
Link Manager 3.0 Support Thread
weezee:
But I still can't check my links. When I click check link still getting this message:
Warning: preg_match() [function.preg-match]: Unknown modifier '/' in /home/content/w/e/e/weezee/html/xxxxxx_admin/links.php on line 625
open YOUR_ADMIN/links.php
find the the two instances of:
if (preg_match('/'.LINKS_CHECK_PHRASE.'/i', $content))
and change them to read as follows:
if (preg_match("/".LINKS_CHECK_PHRASE."/i", $content))