View Single Post
Old 01-20-2014, 03:10 PM  
sarettah
l8r
 
Industry Role:
Join Date: Oct 2002
Posts: 13,517
It is a phpmyadmin issue probably, not a mysql issue, although it might be being caused by an unrecognized missing key in an index or something like that.

tbl_replace.php is part of phpmyadmin. So, somewhere in phpmyadmin you are ending up at someplace where goto does not exist but it is included in the form call to tbl_change which usually calls tbl_replace.

Oh, and I know that that really does not help you a bit ;p

When in doubt, run check tables against your various tables. It will tell you if there are any index issues.

Last edited by sarettah; 01-20-2014 at 03:15 PM..
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote