PHP_XLSXWriter icon indicating copy to clipboard operation
PHP_XLSXWriter copied to clipboard

PHP Notice: tempnam()

Open Krezalis opened this issue 3 years ago • 5 comments

Hi, php 7 i receive in log notice:

PHP Notice: tempnam(): file created in the system's temporary directory in /var/www/______/www/vendor/mk-j/php_xlsxwriter/xlsxwriter.class.php on line 59

Krezalis avatar Dec 15 '21 17:12 Krezalis

您好,我已经收到您的信件,将尽快回复您。

sayid avatar Dec 15 '21 17:12 sayid

Hi, php 7 i receive in log notice:

PHP Notice: tempnam(): file created in the system's temporary directory in /var/www/______/www/vendor/mk-j/php_xlsxwriter/xlsxwriter.class.php on line 59

It seem that your temporary directory does not exist or is not writable, see tempnam

ebta avatar Dec 16 '21 03:12 ebta

hi @Krezalis and @ebta ,

did you get any soluation for this issue? i am also getting this error.

dt-omar-farukmiah avatar Aug 12 '22 13:08 dt-omar-farukmiah

did you get any soluation for this issue? i am also getting this error.

Need to view log, maybe i change php temp directory

Krezalis avatar Aug 14 '22 16:08 Krezalis

did you get any soluation for this issue? i am also getting this error.

Need to view log, maybe i change php temp directory

Actually we did set our own temp file instead of system temp. and for our own path we need to use absolute path instead of relative path. Now it's working.

dt-omar-farukmiah avatar Aug 17 '22 17:08 dt-omar-farukmiah

Guys, i guess the problem is your filename. Try something simple like "test.xlsx" as a parameter of writeToFile() function

wagnerfnds avatar Oct 08 '22 12:10 wagnerfnds