- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3.7k
Description
Steps to reproduce the issue
After Joomla 4.00-alpha12-dev-Development-Update Package on october 09th & tried again on october 13th.
Last update was via Reinstall Joomla Core Files & DB on october 2nd
Expected result
Actual result
Main Page:
Notice: Trying to get property 'id' of non-object in xxx/modules/mod_menu/Helper/MenuHelper.php on line 44 Notice:
Trying to get property 'tree' of non-object in /xxx/modules/mod_menu/Helper/MenuHelper.php on line 56
Notice: Trying to get property 'id' of non-object in /xxx/modules/mod_menu/mod_menu.php on line 19 Notice:
Trying to get property 'id' of non-object in /xxx/modules/mod_menu/mod_menu.php on line 20 Notice: Trying to get property 'tree' of non-object in /xxx/modules/mod_menu/mod_menu.php on line 21
Warning: in_array() expects parameter 2 to be array, null given in /xxx/modules/mod_menu/tmpl/default.php on line 41
**When searching in frontend a menue:
**
Notice: Trying to get property 'id' of non-object in /xxx/modules/mod_menu/mod_menu.php on line 20  and:
Notice: Trying to get property 'id' of non-object in /xxx/modules/mod_breadcrumbs/Helper/BreadcrumbsHelper.php on line 71
System information (as much as possible)
Current Database Version: 4.0.0-2019-09-24
Database Version: MySQLi
Manifest Version: 4.0.0-alpha12-dev
PHP Version: 7.3.8
Webserver: Apache / cgi-fcgi
Joomla Patchtester: 3.0.0-beta5-dev
Additional comments
After saving an article, I got also:
Save failed with the following error: Column 'publish_up' cannot be null > this was on october10th.
Tried some actions, such as rebuild menues etc.
Found this: #21901
and: #25760
and #26460
not sure, if belongs to Issue.
Had also:
Correcting Notice in menu modal
Notice: Trying to get property 'input' of non-object in /xxx/administrator/components/com_menus/layouts/joomla/searchtools/default.php on line 98
this PR: https://issues.joomla.org/tracker/joomla-cms/26590 will solve it.