I changed the code in shop.php inside the "copy" action to: if ($row = $stmt->fetch()) { $desc = $row["description"]; $source = $row["source"]; $url = $row["url"]; $comment = $row["comment"]; $price = $row["price"]; $cat = $row["category"]; $ranking = 1; $quantity = 1; $image_filename = ""; $stmt = $smarty->dbh()->prepare("INSERT INTO {$opt["table_prefix"]}items(userid,description,price,source,ranking,url,category,comment,quantity,image_filename) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"); $stmt->bindParam(1,...
Or more correctly, see the fix for bug [36]
Updating user information not working
Changing src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" to src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" in all the .tpl files in ./templates seems to fix the comments not popping up (and makes the Admin menu work again)
Changing src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" to src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" in all the .tpl files in ./templates seems to fix the comments not popping up (and makes the Admin menu work again)