Welcome Guest, Not a member yet? Register   Sign In
A PHP Error was encountered Severity: Notice Message: Undefined index: Satker
#3

Hi alazhar.faiz,

You could also try making sure that the database definition allows NULL in the table.

The error suggests that the "satker" column is defined as NOT NULL. Or you could change the hard coded NULL into "", which would insert a string (assuming it is a string of course), or the correct dummy type.

If the error is from the imported data, then check the source data for a NULL value.
Reply


Messages In This Thread
RE: A PHP Error was encountered Severity: Notice Message: Undefined index: Satker - by Chroma - 10-14-2019, 08:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB