Hi Marc<br><br><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I'm not sure you realize that actor_info is a view. The returned error<br>

is normal. </blockquote><div><br></div><div>The error is normal with the non ajax criteria and in the common.lib.php file the ajax request is handled as follows.</div><div><br></div><div><div>if($GLOBALS['is_ajax_request'] == true) {</div>
<div>           PMA_ajaxResponse($error_msg_output, false);</div><div>}</div></div><div> </div><div>If I can change this to a normal response such as </div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>
<div><br></div><div>if($GLOBALS['is_ajax_request'] == true) {</div><div>           echo $error_msg_output;</div><div>           exit; </div><div>}</div></div></div><div><br></div><div>it will not parse json and works as the proper error message error</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Also, this error comes from a POST of tbl_replace.php (not<br>
tbl_change.php) </blockquote><div><br></div><div>This does not get form posting for tbl_replace.php. You can check it by checking the "Insert" link, and the url shows the tbl_change.php. </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
and this is handled in db_structure.js at this section:<br>
<br>
$("#insertForm .insertRowTable.ajax input[value=Go]").live('click')<br>
<div class="im"><br></div></blockquote><div>I'm not sure why you said this should be handled in the above action because the error should handle when it loads to the insert dialog.</div><div><br></div><div>Regards,</div>
<div>Thilanka. </div><div><br></div></div>-- <br><div><span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px"><div style="text-align:left">L G Thilanka Kaushalya     <br>Computer Science & Engineering,    <br>
<div style="color:rgb(80, 0, 80)">University of Moratuwa,<br>Sri Lanka<span></span><br>                          <br></div></div>Connect with me at,<br>      Gmail        : <a href="mailto:lgtkaushalya@gmail.com" style="color:rgb(0, 0, 204)" target="_blank">lgtkaushalya@gmail.com</a><br>
      Twitter       : @thilanka_k<br>      Facebook  : Thilanka Kaushalya<br>      Yahoo       : <a href="mailto:lgtkaushalya@yahoo.com" style="color:rgb(0, 0, 204)" target="_blank">lgtkaushalya@yahoo.com</a></span></div>
<div>      Blog          : <a href="http://coders-view.blogspot.com/" target="_blank">http://coders-view.blogspot.com/</a></div><br><br>
</div>