Unable to create file in ... |
1/31/2025 9:25:06 PM |
PHPRunner Tips and Tricks | |
![]() A few of our customers reported that after PHP update on the server they are not able to upload files. Upload breaks with "Unable to create file in ..." error message where ... points to the folder where files should be stored. After some troubleshooting we found out that the following: PHPRunner uses fopen() function with mode 'x' to ensure that uploaded file is saved under a unique name on the disk. We suggested to take this info to the web hosting company and here is the response from the customer: Problem solved. |
|
S
|
schaet 2/21/2025 |
Hello, |
![]() |
Admin 2/23/2025 |
It is hard to tell if this is the same issue or something else like missing permissions on the files folder. That specific error that a few of our customers encountered was related to PHP 8.2 distributed via cPanel. |
G
|
GMO 3/7/2025 |
MySql 80 and Php 8.2 I was having same issue, Cpanel WHM control panel >> In Imunify 360, the "allow/ignore list", I added the path to "phpfunctions.php" >> Rule: Report black hash triggering >> Rules to ignore Fixed the issue. " Unable to create file in" Php Runner is a great Php generator. Awesome Software. Thanks for great support |