Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

584
Views
Notice: Trying to access array offset on value of type null on line 15

Notice: Undefined index: data on line 15

Notice: Trying to access array offset on value of type null on line 15 I Am new to javascript database connections and can't find why I am getting this error.

If more information is needed to find a solution just say what is missing because its a 200+ line code

Edit(<td class="center-blocks"><label id="labelname"><?php echo $FieldData["NoClaim"]; ?></label></td>) this is also getting the same Notice: Trying to access array offset on value of type null.

<?php
session_start();
require "init.php";
$RecordID = $_SESSION["RecordId"];
$findrecords = array(
    "query" => array(
        array(
            "RecordId" => $RecordID
        )
    )
);

$result = $fm6->findRecords($findrecords);
$RecordId = $result["result"]["response"];
$FieldData = $result ["result"]["response"]["data"][0]["fieldData"]; Line 15

include 'Header.php';
?>
<!DOCTYPE html>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I think you are not getting "data" in response object. $result ["result"]["response"]["data"];

try this
    echo "<pre>";
    print_r($result ["result"]["response"]["data"]);
    exit;
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!