UnexpectedValueException

I have an error message and dont come forward with it, please help:

Message:
UnexpectedValueException GlobIterator::__construct(): open_basedir restriction in effect. File(…/cache/problem-check-*) is not within the allowed path(s): (C:/Inetpub/vhosts/…;C:\Windows\Temp)

I have created a local instance of my website via grav, uploaded it to my hosted webspace and this is now displayed.

1 Like

You need to change PHP’s settings through php.ini (https://www.php.net/manual/en/ini.core.php#ini.open-basedir). We’ll need to know what the setting currently is set to in order to know why the exception is thrown.