[SOLVED] Deprecated and warning php about tree view (Beta 3)

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

[SOLVED] Deprecated and warning php about tree view (Beta 3)

Post by Didou12 »

Hi,

I have some errors about tree view I think, I'm not sure, sorry :

Code: Select all

2023-06-07 22:28	USER		Deprecated	
Creation of dynamic property class@anonymous::$settings is deprecated
includes/classes/items/tree_table.php:201
/index.php?module=items/info&path=ID/ID

2023-06-07 22:28	USER   Warning	
Undefined array key "fields"
modules/items/actions/items.php:31
/index.php?module=items/&action=save&token=TOKEN[ACTION]
Last edited by Didou12 on 08 Jun 2023, 22:30, 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)
Didou12
Posts: 487
Joined: 14 Jan 2023, 14:53
Name: Louis
Location: Montreal, Canada

Re: Deprecated and warning php about tree view (Beta 3)

Post by Didou12 »

Don't know why but I had a fatal error :

Code: Select all

[07-Jun-2023 23:58:20 America/Toronto] PHP Fatal error:  Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /MY_SERVER/modules/reports/actions/sorting.php:72
Stack trace:
#0 /MY_SERVER/index.php(20): require()
#1 {main}
  thrown in /MY_SERVER/modules/reports/actions/sorting.php on line 72
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: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Deprecated and warning php about tree view (Beta 3)

Post by support »

Found issues. Files from archive replace to:

Code: Select all

modules\reports\actions\sorting.php
includes\classes\items\tree_table.php
includes\classes\items\items_listing.php
Let me know if it's ok now.
Attachments
sorting.zip
(1.45 KiB) Downloaded 19 times
items.zip
(5.56 KiB) Downloaded 21 times
Didou12
Posts: 487
Joined: 14 Jan 2023, 14:53
Name: Louis
Location: Montreal, Canada

Re: Deprecated and warning php about tree view (Beta 3)

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