• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Laravel Applications stopped showing on the dashboard of Laravel Toolkit

buraker

New Pleskian
Server operating system version
Ubuntu 24.04
Plesk version and microupdate number
18.0.66
My previously added laravel applications stopped showing on laravel toolkit. I tried to remove domain and re adding it without success. Also, in main dashboard I cant pull git repository. It gives me the following error:
Code:
Server error: array_filter(): Argument #1 ($array) must be of type array, null given
What could be the problem? I am relatively new to plesk so I am looking for help with the correct log files to diagnose the problem.

Thank you in advance.
 
I fixed the
Code:
Server error: array_filter(): Argument #1 ($array) must be of type array, null given
error by removing the repo and re adding it but laravel toolkit still unable to show laravel application.
 
It seems like timezone error. When I run composer it states
Code:
In CarbonTimeZone.php line 34:
           DateTimeZone::__construct(): Unknown or bad timezone (SYSTEM)
How can I fix this timezone error? It makes even a simple laravel application not deployable so they are not shown in laratoolkit.
 
Hello! Please connect to the server via SSH and check timezone settings with the following command:
Code:
# timedatectl
               Local time: Fri 2024-12-13 11:30:37 UTC
           Universal time: Fri 2024-12-13 11:30:37 UTC
                 RTC time: Fri 2024-12-13 11:30:37
                Time zone: Etc/UTC (UTC, +0000)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no
 
Hello! Please connect to the server via SSH and check timezone settings with the following command:
Code:
# timedatectl
               Local time: Fri 2024-12-13 11:30:37 UTC
           Universal time: Fri 2024-12-13 11:30:37 UTC
                 RTC time: Fri 2024-12-13 11:30:37
                Time zone: Etc/UTC (UTC, +0000)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no
the output is as below:
Code:
timedatectl
               Local time: Fri 2024-12-13 15:29:01 +03
           Universal time: Fri 2024-12-13 12:29:01 UTC
                 RTC time: Fri 2024-12-13 12:29:01
                Time zone: Europe/Istanbul (+03, +0300)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no
and database time zone is as below:

Code:
@@global.time_zone @@session.time_zone
SYSTEM                SYSTEM
I think there is a mismatch with the timezone settings for the system and database. Am I wrong?
 
According to the output system clock is synchronized and NTP service active. Database using system time/date so it looks good. I've checked internal cases and did not find known issues with such symptoms. I would recommend contact Plesk technical support team to investigate the issue further.
 
Back
Top