Open_basedir restriction in effect. File() is not within the allowed path(s) (v2023)

hello ,
i have a project in PHPMaker 2023 , The upload files was work fine , now i got this error on uploading file :

[2025-01-15T08:50:58.484448+00:00] log.DEBUG: Slim Application Error Type: ErrorException Code: 0 Message: filesize(): open_basedir restriction in effect. File(/www/wwwroot/site/files_temp/phptveCh2) is not within the allowed path(s): (/tmp/:/www/wwwroot/site/) File: /www/wwwroot/site/lady_home/src/UploadHandler.php Line: 319 Trace: #0 [internal function]: PHPMaker2023\home_lady\{closure}() #1 /www/wwwroot/site/lady_home/src/UploadHandler.php(319): filesize() #2 /www/wwwroot/site/lady_home/src/UploadHandler.php(457): UploadHandler->get_file_size() #3 

i check 'upload_tmp_dir = /www/wwwroot/site/files_temp
’ in my php.ini and it’s fine check the dir permmison all fine , any help .
Thanx

ah i found the error , i was modify the wrong current php.ini which using by server , now all works fine :slight_smile: