[PR #1086] [MERGED] Silent file_exists when its not allowed in open_basedir #1167

Closed
opened 2026-02-04 19:23:19 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1086
Author: @rmartinoscar
Created: 3/15/2025
Status: Merged
Merged: 3/15/2025
Merged by: @lancepioch

Base: mainHead: fix/FileExist


📝 Commits (1)

  • d52c3b6 Silent file_exists when its not in defaults allowed open_basedir

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 app/Console/Commands/Environment/QueueWorkerServiceCommand.php (+1 -1)
📝 app/Livewire/Installer/Steps/QueueStep.php (+4 -4)

📄 Description

Without that you get can get a 500

https://paste.pelistuff.com/xjXs


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1086 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 3/15/2025 **Status:** ✅ Merged **Merged:** 3/15/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `fix/FileExist` --- ### 📝 Commits (1) - [`d52c3b6`](https://github.com/pelican-dev/panel/commit/d52c3b6b85025b42d995008183b38ff102104ba1) Silent `file_exists` when its not in defaults allowed `open_basedir` ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/Environment/QueueWorkerServiceCommand.php` (+1 -1) 📝 `app/Livewire/Installer/Steps/QueueStep.php` (+4 -4) </details> ### 📄 Description Without that you get can get a 500 > https://paste.pelistuff.com/xjXs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:23:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1167