PHP 5.1.2, MySQL 5.0.19, FF 1.5.0.5
"unknown database modx" - savenodes.php needs to include the config.inc.php file.
// Make a MySQL Connection
require_once "includes/config.inc.php";
mysql_connect($database_server, $database_user, $database_password) or die(mysql_error());
mysql_select_db($dbase) or die(mysql_error());
Should also use $table_prefix instead of modx_ for the queries.
$sql = "UPDATE ".$table_prefix."site_content
Once those were edited, all saving did was produce an empty javascript popup message.
The dragging and dropping was very limited and jerky, it was next to impossible to get the item to drop where I wanted it, although it did better if I had the mouse pointer directly over the icon, not the name. On mousedown, the line I was selecting jumps rather erraticly to the right and up or down.
The links are showing as http://localhost/[~3~]
Safari: can only drop 2 rows above the row you want it dropped to; so you can’t move the second item above the first one. Drag-and-drop is a lot smoother, though.