search

Home  >  Q&A  >  body text

php - Laravel When using Alipay sdk, invalid [default store dir]: /tmp/ error occurs

I read
https://openclub.alipay.com/r...
Follow it

The error looks like this

After I introduced it, I tried to execute

At this place, an error occurred after executing $lotus->init();

The code inside is to judge $defaultStoreDir = realpath($this->defaultStoreDir)
Yes, but the output of $this->defaultStoreDir is /tmp/
realpath($this->defaultStoreDir) has nothing , is empty

< /p>

win7/wamp/laravel5.2

高洛峰高洛峰2757 days ago1539

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-05-16 13:03:56

    Replace it with an existing dir

    reply
    0
  • Cancelreply