• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by Matanzas

  1. Matanzas

    Issue Laravel Toolkit 1.5.7 fails to detect Laravel 13 instance — artisan list --format=json returns empty output for domain user

    Hi @Sebahat.hadzhi The file was a Console/Command with a ISO-8859-1 (I think, don't really remember well; the files was provided by an AI, and I download as it, check the code and was OK, but don't check the format...by mistake, would happen again), but the main problem was the CRLF; its looks...
  2. Matanzas

    Issue Laravel Toolkit 1.5.7 fails to detect Laravel 13 instance — artisan list --format=json returns empty output for domain user

    Hi @Sebahat.hadzhi Problem solve!!! The issue was a command file (ai generated) with an incorrect encoding (Non-ISO extended-ASCII with NEL (Next Line, 0x85) line terminators instead of standard UTF-8); The NEL characters in the malformed file were being injected into stdout before the JSON...
  3. Matanzas

    Issue Laravel Toolkit 1.5.7 fails to detect Laravel 13 instance — artisan list --format=json returns empty output for domain user

    I check all files, the problem only happens with json output format. The root cause identified: When filemng executes artisan list --format=json as the domain user, it returns 0 bytes (empty output). All other formats work correctly: artisan list --format=txt → works artisan list --format=md...
  4. Matanzas

    Issue Laravel Toolkit 1.5.7 fails to detect Laravel 13 instance — artisan list --format=json returns empty output for domain user

    Greatings After the automatic update of Laravel Toolkit to 1.5.7-11846 (applied automatically on May 22, 2026 at 03:46), the toolkit stopped detecting my Laravel 13 application. The toolkit was working correctly on May 21, 2026. Environment: - Laravel Toolkit: 1.5.7-11846 - Laravel: 13.4.0 -...
Back
Top