Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
session path: how to?
#3
(2013-03-01, 19:59:13)E.Eliveld Wrote: Are you using session.save_path?
well the error message is:

Code:
is_writable() [function.is-writable]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/xxxxx/html/:/var/www/xxxx/phptmp/:/var/www/web509/files/:/var/www/xxxx/atd/:/usr/share/php/) in /var/www/xxxx/html/plugins/mld-newsletter/swift/preferences.php on line 15

and this preferences.php says this:
PHP Code:
// Without these lines the default caching mechanism is "array" but this uses
// a lot of memory.
// If possible, use a disk cache to enable attaching large attachments etc
if (function_exists('sys_get_temp_dir') && is_writable(sys_get_temp_dir()))
{
  
Swift_Preferences::getInstance()
    -> 
setTempDir(sys_get_temp_dir())
    -> 
setCacheType('disk');


so that's where the error comes from, but I do not know where and how to define a better path ;=)
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
session path: how to? - by Connie - 2013-03-01, 18:34:43
RE: session path: how to? - by E.Eliveld - 2013-03-01, 19:59:13
RE: session path: how to? - by Connie - 2013-03-01, 20:18:50
RE: session path: how to? - by E.Eliveld - 2013-03-01, 21:02:47
RE: session path: how to? - by Connie - 2013-03-01, 21:34:31
RE: session path: how to? - by E.Eliveld - 2013-03-01, 21:40:05
RE: session path: how to? - by Connie - 2013-03-02, 19:16:52
RE: session path: how to? - by shovenose - 2013-03-04, 17:06:29
RE: session path: how to? - by Connie - 2013-03-04, 17:49:07



Users browsing this thread: 1 Guest(s)