mk-j / PHP_XLSXWriter

Lightweight XLSX Excel Spreadsheet Writer in PHP
MIT License
1.84k stars 663 forks source link

PHP Notice: tempnam() #316

Closed Krezalis closed 1 year ago

Krezalis commented 2 years ago

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

ebta commented 2 years ago

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

dt-omar-farukmiah commented 2 years ago

hi @Krezalis and @ebta ,

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

Krezalis commented 2 years ago

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

Need to view log, maybe i change php temp directory

dt-omar-farukmiah commented 2 years ago

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.

wagnerfnds commented 1 year ago

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