Critical error in system/Common.php - realpath |
Hi,
after loading the homepage i got an 500 error with the following error message in the logfile. Code: CRITICAL - 2023-02-24 14:26:45 --> Uncaught ValueError: realpath(): Argument #1 ($path) must not contain any null bytes in /***/codeigniter4/framework/system/Common.php:90 What could be the reason for that?
Possibly a null byte in your path?
It looks like you may be running CI from in a directory that has a path that has some characters in it that are not vaxxed (?).
What i don't understand, the parameter should be a string with a path name, but in the error log a serialized string is shown
Yes... it looks like it can't understand some of your path.
What is the "base" directory you have CI running out of? ... the *** part of "/***/codeigniter4/..."?
(02-26-2023, 11:09 AM)Gary Wrote: Yes... it looks like it can't understand some of your path. This is only the original path of my webhosting and i don't want to make it public. I masked this part with the *** |
Welcome Guest, Not a member yet? Register Sign In |