Well, this issue is since some weeks with Version 1.6.8.1.
– – –
First I have installed the AAM to my Dutch customers, with WordPress 3.5 (with the same plugins).
There was no problem. Everything works fine.
– – –
When i installed it to a English customer with WordPress 3.5 (with the same plugins) I had the problems like above.
Below in the footer of the website:
Warning: Invalid argument supplied for foreach() in /home/xxx/domains/xxx/public_html/wp-content/plugins/advanced-access-manager/mvb_wp_access.php on line 434
foreach ($wp_admin_bar->get_nodes() as $node) {
if (!$this->getAccessControl()->getMenuFilter()->checkAccess($node->href)) {
$wp_admin_bar->remove_node($node->id);
When I start AAM:
Error: cannot call methods on dialog prior to initialization; attempted to call method ‘destroy’
I have made a fresh install WordPress (English) (empty) and the first and only plugin I have activated was AAM.
Conclusion: The same Errors like above. So only with English.
Somebody have a explanation?