Results 1 to 10 of 13

Thread: Cronjob error ?

Threaded View

  1. #12
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    418
    This bug reappeared in 4.8.1 What is the solution?

    <span style='font-family: tahoma; font-size: 12px;'><h3>System error occurred</h2> <b>rlDb::updateOne failed, data['fields'] and data['where'] - a:1:{s:2:"ID";s:4:"7200";} are required</b><br />line# <font color='green'><b>453</b></font><br />file: <font color='green'><b>/home/*******/public_html/includes/classes/rlDb.class.php</b></font><br />PHP version: 7.4.8 <br /></span>

    Write the error on this line. It was fixed in 4.8.0, but even if I transfer that fix here, it's not good for that anymore.
    trigger_error(__METHOD__ . " failed, data['fields']{$fields} and data['where']{$where} are required", E_USER_ERROR);
    Last edited by Jenő Kocsi; August 30, 2020 at 05:47 AM.