open_basedir restriction in effect. File(C:\Windows\Temp)
Hej alleJeg sidder totalt fast med denne fejl:
Warning: realpath() [function.realpath]: open_basedir restriction in effect. File(C:\Windows\Temp) is not within the allowed path(s): (C:\Storage\Web\) in C:\Storage\Web\site1\magento\lib\Zend\Cache\Backend.php on line 159
Jeg har derfor prøvet at give apache / PHP adgang til temp-mappen ved at sætte open_basedir-værdien til:
open_basedir = "C:\Storage\Web\; C:\Windows\Temp"
... men nei, så siger den bare:
Warning: realpath() [function.realpath]: open_basedir restriction in effect. File(C:\Windows\Temp) is not within the allowed path(s): (C:\Storage\Web\; C:\Windows\Temp) in C:\Storage\Web\site1\magento\lib\Zend\Cache\Backend.php on line 159
Jeg bruger Windows / Apache / Fcgid.
Nogle som kan hjælpe? :-)
