0 Call to a member function format() on bool
-
- Phoca Member
- Posts: 11
- Joined: 13 May 2024, 13:00
0 Call to a member function format() on bool
Se ha producido un error al modificar un producto.
Tags:
- Nidzo
- Phoca Professional
- Posts: 373
- Joined: 07 Nov 2018, 14:55
Re: 0 Call to a member function format() on bool
Try with this temporary fix:
viewtopic.php?p=180373#p180373
viewtopic.php?p=180373#p180373
-
- Phoca Member
- Posts: 11
- Joined: 13 May 2024, 13:00
Re: 0 Call to a member function format() on bool
i have the code as it is "if ($this->layoutData) {
return $this->layoutData;
}
what do i change?
return $this->layoutData;
}
what do i change?
- Nidzo
- Phoca Professional
- Posts: 373
- Joined: 07 Nov 2018, 14:55
Re: 0 Call to a member function format() on bool
Comment that part of code or delete it.
It is temporary fix until Joomla! 5.1.1 is released.
It is temporary fix until Joomla! 5.1.1 is released.
-
- Phoca Member
- Posts: 11
- Joined: 13 May 2024, 13:00