Page 2 of 2

Re: joomla 4 error MysqliDriver::getError()

Posted: 19 Oct 2022, 12:16
by Ahec
Hi Jan,
to change the code in user.php solved my problem.
//$row->publish_down = null;
$row->publish_down = '0000-00-00 00:00:00';
Now upload ist working and the files are displayed for download.

Where is no errorcode anymore except the "date_default_timezone_get():..." error.

I use a fresh Joomla 4.23 installation , no update.

What happens if Phocadownload will get an update?

Thankyou for your help!

Re: joomla 4 error MysqliDriver::getError()

Posted: 20 Oct 2022, 22:34
by Jan
I will update it too, so this will be updated.

This:
Strict Standards: date_default_timezone_get(): We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /homepages..../libraries/src/Date/Date.php on line 115

is unfortunately much more a question on Joomla core developers :idea:

Jan