0

Could not create the FileStore directory '/tmp'. Please check the effective permissions

hi to all


I have download openid library from here http://www.openidenabled.com/php-openid/

and i am facing problem how to use the given example. The Error i am facing is

Could not create the FileStore directory '/tmp'. Please check the effective permissions.

Even in my ini.php the value of open_basedir

/var/www/vhosts/super-phone.com/httpdocs:/tmp:/tftpboot

and master value for this is set as no value.

tmp folder is in httpdocs have permission 777 but this is still giving this error i dont know why.

Have anybody face this problem please helpme i will be very thankfull to you.

by
1 Reply
  • The /tmp folder is at the root of the machine and if you are in shared hosting then you probably can't access it.

    Have a look at the documentation/code for the library for references to /tmp and see if you can change that to a tmp directory within your docroot which you have access to.
    0

Recent Posts

in OpenID General Discussion