I have a sql table with more than 160 columns. When i perform a simple insert operation from phpmyadmin it gives me the below error.
Notice in .\libraries\insert_edit.lib.php#2009
Undefined index: submit_type
Backtrace
.\tbl_replace.php#330: PMA_executeSqlQuery(
array,
array,
)
Out of 160 columns when i try to insert values and save only 80% of the fields are getting inserted remaining gets stored as null.
Comments
Post a Comment