manager/processors/save_snippet.processor.php:69
//do stuff to save the new doc
$sql = "INSERT INTO $dbase.".$table_prefix."site_snippets(......
$rs = mysql_query($sql);
if (!$rs) {
echo "\$rs not set! New snippet not saved!";
MySQL 5.0.20-nt です。xampp 1.5.2 でインストールされた時のままで、設定
INSERT INTO `modx095`.modx_site_snippets
(name, description, snippet, moduleguid, locked, properties, category) VALUES
(’B’, ’’, ’\r\n\r\n$b = \’B\’;\r\n\r\n’, ’?’, ’0’,’’, ’0’);