Поставил социалку, Jom Social ,местами выкидывает такое: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 62331 bytes) in /home/seventh1/public_html/plugins/system/sef.php on line 7772 $regex = '#href="index.php\?([^"]*)#m';73 $buffer = preg_replace_callback( $regex, array('plgSystemSEF', 'route'), $buffer );7475 $protocols = '[a-zA-Z0-9]+:'; //To check for all unknown protocals (a protocol must contain at least one alpahnumeric fillowed by :76 $regex = '#(src|href)="(?!/|'.$protocols.'|\#|\')([^"]*)"#m';77 $buffer = preg_replace($regex, "$1=\"$base\$2\"", $buffer);78$regex = '#(onclick="window.open\(\')(?!/|'.$protocols.'|\#)([^/]+[^\']*?\')#m';79$buffer = preg_replace($regex, '$1'.$base.'$2', $buffer);есть у кого нибудь соображения по этому поводу? а то я что то вообще не знаю....
|