VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: keespostma on September 13, 2013, 20:41:29 PM

Title: Warning: Missing argument 1 for AdminUIHelper after update 2.0.22c
Post by: keespostma on September 13, 2013, 20:41:29 PM
Hello,

After the last update to 2.0.22c I get the following warning in the "order"-screen:

Warning: Missing argument 1 for AdminUIHelper::startAdminArea(), called in /home/myusername/domains/mydomain/public_html/administrator/components/com_virtuemart/views/orders/tmpl/orders.php on line 20 and defined in /home/myusername/domains/mydomain/public_html/administrator/components/com_virtuemart/helpers/adminui.php on line 29

What is the problem and how can I solve this?

Thanks in advance!
Title: Re: Warning: Missing argument 1 for AdminUIHelper after update 2.0.22c
Post by: optmax on September 13, 2013, 22:39:22 PM
In all your Administrator template overrides
Replace
AdminUIHelper::startAdminArea();
with
AdminUIHelper::startAdminArea($this);