2014-04-23, 20:34:13
Hi there,
When i'm trying to subscribe using the subscribeform, i get the following Warning:
Warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/nikro.dk/:/var/www/tmp/) in /var/www/nikro.dk/kp/plugins/mld-newsletter/swift/preferences.php on line 15
And line 15 looks like this:
if (function_exists('sys_get_temp_dir') && is_writable(sys_get_temp_dir()))
I'm running this in a hosted environment, so i think it's not allowed to access the temp folder.
Any alternative solution to this? - Think Connie got the same issue.
When i'm trying to subscribe using the subscribeform, i get the following Warning:
Warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/nikro.dk/:/var/www/tmp/) in /var/www/nikro.dk/kp/plugins/mld-newsletter/swift/preferences.php on line 15
And line 15 looks like this:
if (function_exists('sys_get_temp_dir') && is_writable(sys_get_temp_dir()))
I'm running this in a hosted environment, so i think it's not allowed to access the temp folder.
Any alternative solution to this? - Think Connie got the same issue.