It seems the ID is not correct, try replacing this code:
Code:
<input type="hidden" name="s_lists[]" value="[1]">
with the new one:
Code:
<input type="hidden" name="s_lists[]" value="1">
Also, make sure the newslist with ID 1, exists in DB (
http://.../admin/news.php?targetlist=1)