Previous Thread
Next Thread
Print Thread
Hop To
#267041 05/09/2026 4:12 AM
Joined: Jun 2006
Posts: 353
Enthusiast
Enthusiast
Joined: Jun 2006
Posts: 353
Hi all,

I am getting this error when I run Permission Checks in the Control panel:

Fatal error: Uncaught TypeError: readdir(): Argument #1 ($dir_handle) must be of type resource or null, false given in /home/public_html/forum/admin/fileperms.php:154 Stack trace: #0 /home/public_html/forum/admin/fileperms.php(154): readdir() #1 {main} thrown in /home/public_html/forum/admin/fileperms.php on line 154

From file line 149 to 163

$results = [];
foreach ($dirs as $k => $v) {
$results[$v]['header'] = "<span style='color:green;'>OK</span>";
$results[$v]['checks'] = "";
$dir = @opendir("../$v");
while ($file = @readdir($dir)) {
if ($file == "..") {
continue;
}
if (is_writeable("../$v/$file")) {
$status = "<span style='color:green;'>OK</span>";
} else {
$status = "<span style='color:red;'>FAIL</span>";
$results[$v]['header'] = "<span style='color:red;'>FAIL</span>";
}

Any assistance on how to fix this error would be appreciated.

Outdoorking #267046 05/10/2026 2:34 AM
Joined: Jun 2006
Posts: 16,532
Likes: 150
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,532
Likes: 150
There are several PHP8 fixes in v8.0.1.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
PHP 8 bug in membermanage.tmpl
by phoenix011235 - 09/08/2026 7:47 PM
Are any of these legitmate?
by Baldeagle - 09/06/2026 1:37 PM
After server reboot
by Morgan - 09/02/2026 8:27 AM
Email Settings
by Outdoorking - 05/13/2026 2:44 AM
Who's Online Now
1 members (Gizmo), 156 guests, and 110 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Ride safe!
Ride safe!
by Morgan, December 7
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Powered by UBB.threads™ PHP Forum Software 8.1.0
(Snapshot build 20260527)