Hi folx,
I got an error after editing an record [ select all , edit link on a
record ] and than changing on value and [save& back]
Ok-Button
the data in the table changed to the new values i selected
but i got the following error:
The requested URL
/phpMyAdmin/www.baudialog.de/phpMyAdmin/sql.php?lang=de&convcharset=iso-8859-1&server=1&db=L_BImmo2&table=Export&pos=35&session_max_rows=15&disp_direction=horizontal&repeat_cells=100&dontlimitchars=&sql_query=SELECT+%2A+FROM+%60Export%60&goto=tbl_properties.php&message=+Betroffene+Datens%E4tze%3A+%26nbsp%3B1
was not found on this server.
Im using the normal Rc1 package from sourceforge website !
hihi! i just looked at the code a second time and saw the problem ...
/phpMyAdmin/www.baudialog.de/phpMyAdmin/sql.php?
hmm strange
the link values for the OK Button looks ok to me !?
/<!-- Change table properties form -->
<form method="post" action="tbl_replace.php" name="insertForm">
<input type="hidden" name="lang" value="de" />
<input type="hidden" name="convcharset" value="iso-8859-1" />
<input type="hidden" name="server" value="1" />
<input type="hidden" name="db" value="L_BImmo2" />
<input type="hidden" name="table" value="Export" />
<input type="hidden" name="goto" value="sql.php?lang=de&convcharset=iso-8859-1&server=1&db=L_BImmo2&table=Export&pos=35&session_max_rows=15&disp_direction=horizontal&repeat_cells=100&dontlimitchars=&sql_query=SELECT+%2A+FROM+%60Export%60&goto=tbl_properties.php" />
<input type="hidden" name="pos" value="35" />
<input type="hidden" name="session_max_rows" value="15" />
<input type="hidden" name="disp_direction" value="horizontal" />
<input type="hidden" name="repeat_cells" value="100" />
<input type="hidden" name="err_url" value="sql.php%3Flang%3Dde%26convcharset%3Diso-8859-1%26server%3D1%26db%3DL_BImmo2%26table%3DExport%26pos%3D35%26session_max_rows%3D15%26disp_direction%3Dhorizontal%26repeat_cells%3D100%26dontlimitchars%3D%26sql_query%3DSELECT%2B%252A%2BFROM%2B%2560Export%2560%26goto%3Dtbl_properties.php" />
<input type="hidden" name="sql_query" value="SELECT+%2A+FROM+%60Export%60" />
<input type="hidden" name="primary_key" value="+%60id%60+%3D+%2745%27" />
it seems like somethere in the sql.php the link generator adding to much !?!?