NOTE: You are posting the message as a 'Guest', you can not edit the message or delete it

Reply: Dashboard gets an error message

Please Sign in or Register to skip this step.
Your e-mail address will never be displayed on the site.
X

Topic History of: Dashboard gets an error message

Max. showing the last 6 posts - (Last post first)

  • Eddie
1 year 1 month ago

Marking this as solved. As stated in the post at [url] www.feseur.com/forum/release/16-formea-version-1-1-4 [/url] ,please update your Formea as soon as possible.

Thank you for reporting the bug.

  • Eddie
1 year 1 month ago

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.

  • Sherry Galagan
1 year 1 month ago

Hi, I have just gone into my Formea dashboard and it is getting an error message, I do not think anything has changed other then Joomla 4 updates and formea updates since I last used it.

Error message: 0 Call to undefined method Joomla\CMS\Document\HtmlDocument::getToolbar()