[SOLVED] Php warning - nested entities menu (when deleted)

Post Reply
Didou12
Posts: 487
Joined: 14 Jan 2023, 14:53
Name: Louis
Location: Montreal, Canada

[SOLVED] Php warning - nested entities menu (when deleted)

Post by Didou12 »

Hello,

I think these errors occurred when I deleted an entity but not in the nested entities menu :

Code: Select all

2023-06-08 14:55	USER   Warning	
Undefined array key 68
includes/classes/model/entities.php:559
/index.php?module=items/items&path=PATH
2023-06-08 14:55	USER    Warning	
Trying to access array offset on value of type null
includes/classes/model/entities.php:559
/index.php?module=items/items&path=PATH
Last edited by Didou12 on 10 Jun 2023, 11:00, edited 1 time in total.
Using Rukovoditel since 2022 --- v3.4 (with extension) in French on PHP 8.2
I keep the French translation up to date
I'm trying to help you (+10 years experience in html, css, php, sql, JS/jquery, python)
User avatar
support
Site Admin
Posts: 6231
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Php warning - nested entities menu (when deleted)

Post by support »

Found it. File from archive replace to includes\classes\model\
Attachments
entities.zip
(4.57 KiB) Downloaded 10 times
Didou12
Posts: 487
Joined: 14 Jan 2023, 14:53
Name: Louis
Location: Montreal, Canada

Re: Php warning - nested entities menu (when deleted)

Post by Didou12 »

Thanks :)
Using Rukovoditel since 2022 --- v3.4 (with extension) in French on PHP 8.2
I keep the French translation up to date
I'm trying to help you (+10 years experience in html, css, php, sql, JS/jquery, python)
Post Reply