私は joomla (tp_whois) 用のモジュールを持っています。
警告: preg_match() [function.preg-match]: 89 行目の /home/carfaja/public_html/components/com_tpwhois/classes/domains.php に終了区切り文字 '^' が見つかりません
89 行目のコードを確認します。
// check format
if (!preg_match("^[a-zA-Z0-9]+[a-zA-Z0-9-]*[a-zA-Z0-9]+$", $domain))
$this->CORE->ERROR->stop("domain_badformat");
そして、エラーを見つけることができません。
私を助けてください。ありがとう