Hello SS'ler,
I have a question and just do not find the right to do so.
I have used until recently SS 2.4 and am now switched to 3.4,
Now I have the problem that my adjustment in the back end does not fit I then means:
ErrorPage::$icon = array('mysite/icons/error', 'file');
in the config.php
and
public static $icon = 'mysite/icons/home';
in the code/HomePage.php
customized my icons for backend
now I get an error message:
Fatal error: Cannot access property ErrorPage::$icon in /var/www/clients/client1/web1/web/mysite/_config.php on line 28
or
Fatal error: Cannot access property RedirectorPage::$icon in /var/www/clients/client1/web1/web/mysite/_config.php on line 29
however, always the mean ErrorPage :: .... not to go and not get the error away.
I've already googled and tried everything but the error remains, perhaps knows ne solution how I can fix.
Best regards