Hello Sherry,
Thank you for bringing this to our attention. It appears to be a Joomla! bug, and it's related to the issue documented here: [url]
issues.joomla.org/tracker/joomla-cms/39814
[/url]
Rest assured, we are actively working on a fix for this bug. However, if you require an urgent solution, you can follow these steps:
In your Joomla! installation directory, navigate to the file located at [root]/administrator/components/com_formea/src/View/Dashboard/HtmlView.php.
Find line 186 in the file.
Replace the existing code:
Code:
$toolbar = $app->getDocument()->getToolbar('toolbar');
with:
Code:
$toolbar = Toolbar::getInstance('toolbar');
This temporary solution should address the issue until the official fix is released.
Thank you for your patience and understanding as we work to resolve this issue promptly.