Leonardo Brito Posted September 13, 2014 Share Posted September 13, 2014 (edited) Help me about this error! PHP Warning: tempnam() [<a href='function.tempnam'>function.tempnam</a>]: open_basedir restriction in effect. File(C:\Windows\TEMP) is not within the allowed path(s): (E:\Domains\nataluz.com) in E:\Domains\nataluz.com\wwwroot\prestashop\classes\PrestaShopAutoload.php on line 151 Cannot write temporary file PHP Warning: tempnam() [<a href='function.tempnam'>function.tempnam</a>]: open_basedir restriction in effect. File(C:\Windows\TEMP) is not within the allowed path(s): (E:\Domains\nataluz.com) in E:\Domains\nataluz.com\wwwroot\prestashop\classes\PrestaShopAutoload.php on line 151 Cannot write temporary file Thx! Edited September 13, 2014 by Leonardo Brito (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted September 13, 2014 Share Posted September 13, 2014 Try this: http://stackoverflow.com/questions/1846882/open-basedir-restriction-in-effect-file-is-not-within-the-allowed-paths Link to comment Share on other sites More sharing options...
vekia Posted September 13, 2014 Share Posted September 13, 2014 it's a permissions case your apache user / php user hasn't got rights to alter files mentioned in directories it's a case of chown or chmod (change to 777 will see what will happen) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now