[SOLVED] Nothing to display - Fatal error

Any critical bugs will be fixed within 24-48 hours.
Post Reply
Didou12
Posts: 487
Joined: 14 Jan 2023, 14:53
Name: Louis
Location: Montreal, Canada

[SOLVED] Nothing to display - Fatal error

Post by Didou12 »

Hi

here in the error_log (in the directory) :

Code: Select all

[13-Jan-2024 13:00:46 America/Toronto] PHP Fatal error:  Uncaught Error: Undefined constant "TEXT_ABOUT_APP" in /XXX/includes/functions/menu.php:535
Stack trace:
#0 /XXX/template/sidebar.php(79): build_main_menu()
#1 /XXX/template/layout.php(144): require('/XXX/...')
#2 /XXX/index.php(49): require('/XXX/...')
#3 {main}
  thrown in /XXX/includes/functions/menu.php on line 535
Attachments
error1.PNG
Last edited by Didou12 on 13 Jan 2024, 22:59, 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: Nothing to display - Fatal error

Post by Didou12 »

Ohh wait,

Because my translation isn't finished yet, I think.

EDIT :
All works as excepted with translation done.
Last edited by Didou12 on 15 Jan 2024, 01:43, 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)
Benno812
Posts: 132
Joined: 30 Oct 2019, 02:38
Name: Benedetto Fiorentini
Location: Rome, Italy

Re: [SOLVED] Nothing to display - Fatal error

Post by Benno812 »

My server has php 8.0 but when I try to install a ruko 3.5 test instance it gives me error saying php is 7.4 :(
Didou12
Posts: 487
Joined: 14 Jan 2023, 14:53
Name: Louis
Location: Montreal, Canada

Re: [SOLVED] Nothing to display - Fatal error

Post by Didou12 »

Check with your host. Maybe it’s not the case.
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: [SOLVED] Nothing to display - Fatal error

Post by support »

Benno812 wrote: 14 Jan 2024, 03:42 My server has php 8.0 but when I try to install a ruko 3.5 test instance it gives me error saying php is 7.4 :(
Issue is in language file. I will fix it. Make sure your php version >=8.0.2
Post Reply