en

Choose language
×
Notification Center
×

No new notifications found!

PHP logs

Severity: Warning -- Undefined array key «id»

Severity: Warning --> Undefined array key "id" You are using an undefined array key, that is, a key that does not exist. To prevent this warning from being issued, you can add checks: if (isset($a...

  1. Technology Stack:
  2. PHP 8.0

Attempt to read property «Value» on array

Attempt to read property "Value" on array Failed attempt to read the property (->Value) in the array. Try accessing the array this way: $array["Value"]....

  1. Technology Stack:
  2. PHP 8.0

Terminal: Could not open input file

When trying to run php cron through the CLI, an error occurs: the input file could not be opened. php /var/www/cron/example.php Could not open input file: /var/www/cron/example.php The reason for...

  1. Technology Stack:
  2. Ubuntu 22.04
  3. PHP 8.0
  4. CLI

Fatal error: Cannot access protected property

This error, for example, can be found in the codeigniter 3 framework when searching for the $e->message property to display error messages on the screen.. The bug is that the scope of the object...

  1. Technology Stack:
  2. Codeigniter 3
  3. PHP 8.0