[SOLVED] Php warning - gantt and item pivot tables (creating) + reports beta 3

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

[SOLVED] Php warning - gantt and item pivot tables (creating) + reports beta 3

Post by Didou12 »

Hi,

When I click on "create" for gantt, I have this :

Code: Select all

2023-06-07 19:31	USER  Warning	
Undefined array key "fields"
plugins/ext/modules/ganttchart/actions/configuration.php:99
/index.php?module=ext/ganttchart/configuration&token=TOKEN&action=settings_fields_width [AJAX]
Last edited by Didou12 on 10 Jun 2023, 11:03, edited 6 times 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: Php warning - gantt and other reports (creating)

Post by Didou12 »

Same for item pivot tables :

Code: Select all

2023-06-07 20:06	USER  Warning	
Undefined array key "related_entities_fields"
plugins/ext/modules/item_pivot_tables/actions/reports.php:57
/index.php?module=ext/item_pivot_tables/reports&action=fields_in_listing&token=TOKEN [AJAX]
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 - gantt and item pivot tables (creating) beta 3

Post by support »

Found and fixed. Files from archive replace to:

Code: Select all

plugins\ext\modules\item_pivot_tables\actions\reports.php
plugins\ext\modules\ganttchart\actions\configuration.php
Attachments
configuration.zip
(2.36 KiB) Downloaded 20 times
reports.zip
(1.74 KiB) Downloaded 20 times
Didou12
Posts: 487
Joined: 14 Jan 2023, 14:53
Name: Louis
Location: Montreal, Canada

Re: [SOLVED] Php warning - gantt and item pivot tables (creating) 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)
Didou12
Posts: 487
Joined: 14 Jan 2023, 14:53
Name: Louis
Location: Montreal, Canada

Re: Php warning - gantt and item pivot tables (creating) beta 3

Post by Didou12 »

I had another error, sorry I don't know how it appeared:

Code: Select all

2023-06-08 02:52	USER   Warning	
Undefined variable $field_name_to_join
includes/classes/reports/reports.php:608
/index.php?module=items/listing [AJAX]
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 - gantt and item pivot tables (creating) + reports beta 3

Post by support »

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

Re: Php warning - gantt and item pivot tables (creating) + reports 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