Search found 487 matches

by Didou12
09 Jun 2023, 00:39
Forum: Discussion
Topic: Strip Tags from Tab Name in Public Form
Replies: 9
Views: 186

Re: Strip Tags from Tab Name in Public Form

You can use JS to hide it.
by Didou12
09 Jun 2023, 00:10
Forum: Bug Report version 3.4.4
Topic: [SOLVED] Php warning - nested entities menu (when deleted)
Replies: 2
Views: 113

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

Hello, I think these errors occurred when I deleted an entity but not in the nested entities menu : 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 ...
by Didou12
08 Jun 2023, 22:32
Forum: Bug Report version 3.4.4
Topic: [SOLVED] Php warning - gantt and item pivot tables (creating) + reports beta 3
Replies: 6
Views: 171

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

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]
by Didou12
08 Jun 2023, 09:43
Forum: Discussion
Topic: Making changes to display global
Replies: 7
Views: 198

Re: Making changes to display global

Oh I understand

My pleasure
by Didou12
08 Jun 2023, 08:16
Forum: Bug Report version 3.4.4
Topic: [SOLVED] Deprecated and warning php about tree view (Beta 3)
Replies: 3
Views: 134

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

Don't know why but I had a fatal error : [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 {...
by Didou12
08 Jun 2023, 08:11
Forum: Bug Report version 3.4.4
Topic: [SOLVED] Deprecated and warning php about tree view (Beta 3)
Replies: 3
Views: 134

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

Hi, I have some errors about tree view I think, I'm not sure, sorry : 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 a...
by Didou12
08 Jun 2023, 04:07
Forum: Bug Report version 3.4.4
Topic: [SOLVED] Php warning - gantt and item pivot tables (creating) + reports beta 3
Replies: 6
Views: 171

Re: Php warning - gantt and other reports (creating)

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]
by Didou12
08 Jun 2023, 04:05
Forum: Bug Report version 3.4.4
Topic: [SOLVED] Php warning - gantt and item pivot tables (creating) + reports beta 3
Replies: 6
Views: 171

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

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]