ncjoes / office-converter

PHP Wrapper for LibreOffice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 8.1: BUG: Message: realpath(): Passing null to parameter #1 ($path) of type string is deprecated

gidzr opened this issue · comments

commented

Changing line 31 in OfficeConverter.php

public function __construct($filename, $tempPath = null, $bin = 'libreoffice', $prefixExecWithExportHome = true, $logPath = null)

to

$logPath ='' or $logPath = false

Fixed the problem for me.