[SOLVED] PHP Warning

Post Reply
User avatar
LPARO
Posts: 148
Joined: 03 Mar 2021, 18:01
Name: Luiz Paro
Location: Brasil, São Paulo
Company Name: Luiz Paro Advogados
Contact:

[SOLVED] PHP Warning

Post by LPARO »

When analyzing the log file I identified the following error

PHP Warning: Undefined array key "module" in /(My server details)/includes/functions/menu.php on line 585
Last edited by LPARO on 29 May 2023, 16:41, edited 1 time in total.
User avatar
LPARO
Posts: 148
Joined: 03 Mar 2021, 18:01
Name: Luiz Paro
Location: Brasil, São Paulo
Company Name: Luiz Paro Advogados
Contact:

Re: PHP Warning

Post by LPARO »

LPARO wrote: 22 May 2023, 19:36 When analyzing the log file I identified the following error

PHP Warning: Undefined array key "module" in /(My server details)/includes/functions/menu.php on line 585
This error continues in beta 2

PHP 7.4 - working
PHP 8.1 - error
PHP 8.2 - error
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: PHP Warning

Post by support »

File from archive replace to includes\functions\
Let me know if it's ok now.
Attachments
menu.zip
(5.58 KiB) Downloaded 16 times
User avatar
LPARO
Posts: 148
Joined: 03 Mar 2021, 18:01
Name: Luiz Paro
Location: Brasil, São Paulo
Company Name: Luiz Paro Advogados
Contact:

Re: PHP Warning

Post by LPARO »

support wrote: 29 May 2023, 08:43 File from archive replace to includes\functions\
Let me know if it's ok now.
Now it's working!
Post Reply