Undefined offset
-
I got these 2 erros when importing a csv.
Notice: Undefined offset: 1 in /Users/Beee/HTML/idf/web/content/plugins/redirection/fileio/csv.php on line 38 Notice: Undefined offset: 1 in /Users/Beee/HTML/idf/web/content/plugins/redirection/fileio/csv.php on line 41
Line 38
if ( $csv[0] !== 'source' && $csv[1] !== 'target' ) {
Line 42
'target' => trim( $csv[1] ),
- The topic ‘Undefined offset’ is closed to new replies.