• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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