(1) Remove Hathor template. (set Isis to default Admin)
(2) Visit Template Manager: Customise Template
A page without notifications of non-objects.
Notice: Trying to get property of non-object in /usr/local/zend/apache2/htdocs/administrator/components/com_templates/views/template/view.html.php on line 222
Notice: Trying to get property of non-object in /usr/local/zend/apache2/htdocs/administrator/components/com_templates/views/template/view.html.php on line 249
J3.2.2 Vanilla
222 could be rewritten:
if ($this->hathor && $this->hathor->home == 0)
249 could be rewritten:
if ($this->hathor && $this->hathor->home == 0)
However, it would be best to eliminate the hard dependancy upon a removable template!
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-03-03 11:41:48 |
Status | Closed | ⇒ | New |
I'm closing this issue as there is a new one opened together with the PR (this is normal).
Status | New | ⇒ | Closed |
Closed_Date | 2014-03-03 11:41:48 | ⇒ | 2014-03-03 15:02:31 |
Thanks Thomas - still new to this...
Labels |
Added:
?
Removed: ? ? |
I have submitted a pull request.. (#3225)