Page 1 of 1

0 Call to a member function format() on bool

Posted: 15 May 2024, 10:59
by Madelman
Se ha producido un error al modificar un producto.

Re: 0 Call to a member function format() on bool

Posted: 15 May 2024, 11:04
by Nidzo
Try with this temporary fix:
viewtopic.php?p=180373#p180373

Re: 0 Call to a member function format() on bool

Posted: 15 May 2024, 11:28
by Madelman
i have the code as it is "if ($this->layoutData) {
return $this->layoutData;
}
what do i change?

Re: 0 Call to a member function format() on bool

Posted: 15 May 2024, 12:19
by Nidzo
Comment that part of code or delete it.
It is temporary fix until Joomla! 5.1.1 is released.

Re: 0 Call to a member function format() on bool

Posted: 16 May 2024, 12:24
by Madelman
Solved